diff --git a/src/app/page.tsx b/src/app/page.tsx index f9dfa38..154a988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "hero", - href: "#hero", + }, { name: "Why Choose Us", id: "about", - href: "#about", + }, { name: "Services", id: "features", - href: "#features", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "How It Works", id: "metrics", - href: "#metrics", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} button={{