Update src/app/page.tsx

This commit is contained in:
2026-01-08 15:35:07 +00:00
parent 1e9b277f3e
commit 9b31de0b7b

View File

@@ -33,14 +33,14 @@ 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" }
navItems={[
{ name: "Home", id: "hero" },
{ name: "Why Edgetabs", id: "about" },
{ name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
/>
</div>