Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user