feat: add proper marketing footer with privacy/terms links

- marketing/components/footer.tsx: multi-column footer with product,
  resources, and legal columns — Privacy Policy clearly linked on homepage
  (satisfies Google OAuth consent screen requirement)
- Replaces thin single-line footer in layout.tsx

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-19 15:16:53 -08:00
parent 85a355334a
commit 783700a7db
3 changed files with 143 additions and 33 deletions

View File

@@ -11,4 +11,5 @@ export { Features } from "./features";
export { HowItWorks } from "./how-it-works";
export { Pricing } from "./pricing";
export { CTA } from "./cta";
export { Footer } from "./footer";