Update src/app/page.tsx

This commit is contained in:
2026-03-10 23:46:34 +00:00
parent fcc441d058
commit eb4381e184

View File

@@ -16,8 +16,8 @@ export default function HomePage() {
{ name: "Manifesto", id: "hero" },
{ name: "Services", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
];
return (
@@ -188,8 +188,7 @@ export default function HomePage() {
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Mission", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" }
{ label: "Contact", href: "/contact" }
]
},
{