diff --git a/src/app/page.tsx b/src/app/page.tsx index 282f49e..51b58e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,7 @@ export default function LandingPage() { { name: "Features", id: "features-bento" }, { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, - { name: "Blog", id: "blog" }, - { name: "Contact", id: "contact" }, + { name: "Contact", id: "/contact" }, ]} brandName="Mindflow AI" bottomLeftText="Global AI Innovation" @@ -309,7 +308,7 @@ export default function LandingPage() { { label: "About Us", href: "#about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, - { label: "Contact", href: "#contact" }, + { label: "Contact", href: "/contact" }, ], }, {