diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e19930..e27a5d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,32 +33,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#home", + }, { name: "Services", id: "features", - href: "#features", + }, { name: "Gallery", id: "products", - href: "#products", + }, { name: "About Us", id: "about", - href: "#about", + }, { name: "Testimonials", id: "testimonials", - href: "#testimonials", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, ]} button={{