diff --git a/src/app/page.tsx b/src/app/page.tsx index a60db8b..1a5cf06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Services", id: "services", - href: "/services", + }, { name: "About", id: "about", - href: "/about", + }, { name: "Contact", id: "contact", - href: "/contact", + }, ]} brandName="Southern Cross Heavy Haulage"