From 1eb7c8507699cdcc62ca7cff38805d1df0591e18 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:32:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" }, ], }, {