diff --git a/src/app/page.tsx b/src/app/page.tsx index 24cd304..46fc4bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,15 +33,6 @@ export default function LandingPage() { button={{ text: "Shop Now", href: "products" }} - links={[ - { label: "Home", href: "hero" }, - { label: "Why Edgetabs", href: "about" }, - { label: "Features", href: "features" }, - { label: "Products", href: "products" }, - { label: "Testimonials", href: "testimonials" }, - { label: "FAQ", href: "faq" }, - { label: "Contact", href: "contact" } - ]} />