From de394d5fef3512886520885d61ee4e5cc8354f82 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 2 Feb 2026 14:32:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}