diff --git a/src/app/page.tsx b/src/app/page.tsx index b20dded..983848c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,8 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Why Us", id: "features" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Shop", id: "/shop" } ]} button={{ text: "Shop Now", href: "products" @@ -196,4 +197,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}