import { Link } from 'react-router-dom' // Styles live in src/styles/landing.css under `.landing-footer*`. The component // must be rendered inside a `.landing-page` wrapper so the `--lp-*` CSS // variables resolve. All current marketing surfaces (LandingPage, // PricingPage, ContactSalesPage) already provide that wrapper. export function MarketingFooter() { return ( ) } export default MarketingFooter