From 9b31de0b7bef7ce1cd845a558ab691bd28e69981 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:35:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cf891a..93831b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />