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