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" },