From a6d0e94b2f58b83554fff10565fa341e1f8f81ef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:26:56 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 75bc78e..57947f6 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -2,21 +2,21 @@ import { Suspense } from "react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from 'next/link'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; import { useProductCatalog } from "@/hooks/useProductCatalog"; const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/#about" }, - { name: "Features", id: "/#features" }, - { name: "Testimonials", id: "/#testimonials" }, - { name: "FAQ", id: "/#faq" }, - { name: "Contact", id: "/#contact" }, - { name: "Blog", id: "/blog" }, -]; + { name: 'Home', id: '/' }, + { name: 'Shop', id: '/shop' }, + { name: 'Blog', id: '/blog' }, + { name: 'About', id: '/#about' }, + { name: 'Features', id: '/#features' }, + { name: 'Testimonials', id: '/#testimonials' }, + { name: 'FAQ', id: '/#faq' }, + { name: 'Contact', id: '/#contact' }, + ]; function ShopPageContent() { const {