Update src/app/page.tsx

This commit is contained in:
2026-03-02 18:32:53 +00:00
parent cc4f2576c4
commit 1eb7c85076

View File

@@ -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" },
],
},
{