diff --git a/src/app/page.tsx b/src/app/page.tsx index 80bc39a..38d6e22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "Features", id: "/features" }, { name: "Impact", id: "pollution" }, { name: "FAQ", id: "faq" }, + { name: "Privacy", id: "/privacy" }, { name: "Contact", id: "/contact" }, ]} brandName="OceanImpact" @@ -133,7 +134,7 @@ export default function LandingPage() { logoText="OceanImpact: Cruise Ships" columns={[ { title: "Resources", items: [{ label: "Research", href: "#" }, { label: "Policies", href: "#" }] }, - { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "/contact" }] }, + { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Privacy", href: "/privacy" }, { label: "Contact", href: "/contact" }] }, ]} />