From 17c89cc165e4270cdb1d3fc4b8f7ff46e50ec953 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:48:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 --------- 1 file changed, 9 deletions(-) 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" } - ]} />