From 61201b2ba68a2e6a1e35156b8d5d7750185498aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 11:13:50 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index eb6c20c..876bf2c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -74,6 +74,15 @@ function ProductPageContent({ params }: ProductPageProps) { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/#about" }, + { name: "Shop", id: "/shop" }, + { name: "Blog", id: "/blog" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, + ]; + if (isLoading) { return ( - @@ -132,10 +140,10 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="light" > - @@ -182,10 +189,10 @@ function ProductPageContent({ params }: ProductPageProps) { headingFontWeight="light" > -