diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ea7d97..b0fd896 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,27 +35,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Services", id: "services", - href: "/services", + }, { name: "Education", id: "education", - href: "/education", + }, { name: "About Us", id: "about", - href: "/about", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="Financial Future Hub"