Update src/app/page.tsx

This commit is contained in:
2026-01-08 15:48:39 +00:00
parent 6ca3b973cc
commit 17c89cc165

View File

@@ -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" }
]}
/>
</div>