diff --git a/src/app/page.tsx b/src/app/page.tsx index ddc27dd..b699e5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,27 +31,27 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "About Us", id: "about", - href: "#about", + }, { name: "Reviews", id: "reviews", - href: "#reviews", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{