From 9162913132ff786d00d0f525f3085cc89d3f4517 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 13:05:59 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 43 +++++++++++++++---------------------------- 1 file changed, 15 insertions(+), 28 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c2a8a77..c536b95 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, useCallback } from "react"; import ReactLenis from "lenis/react"; @@ -11,6 +11,13 @@ import { useProductCatalog } from "@/hooks/useProductCatalog"; import { useCart } from "@/hooks/useCart"; import { useCheckout } from "@/hooks/useCheckout"; +const navItems = [ + { name: "Home", id: "/" }, + { name: "Blog", id: "/blog" }, + { name: "Shop", id: "/shop" }, + { name: "Contact", id: "/#contact-us" }, +]; + function ShopPageContent() { const { products, @@ -56,20 +63,10 @@ function ShopPageContent() { headingFontWeight="bold" > -