From fad80e24c1b2822bb07190d9d4f42daf88c661f6 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:42:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93831b9..0861478 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { button={{ text: "Shop Now", href: "products" }} - navItems={[ + links={[ { name: "Home", id: "hero" }, { name: "Why Edgetabs", id: "about" }, { name: "Features", id: "features" },