From 8e8f827882eb4b15eba9de1e5e243facd1c0a73c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:45:58 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a056668..e0edf64 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -4,7 +4,7 @@ import { use, useCallback } from "react"; import { useRouter } from "next/navigation"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard"; import ProductCart from "@/components/ecommerce/cart/ProductCart"; @@ -197,9 +197,8 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Quick Links", items: [ - { label: "Menu", href: "#menu" }, - { label: "About Us", href: "#about" }, - { label: "Reviews", href: "#testimonials" }, + { label: "Home", href: "/" }, + { label: "Shop", href: "/shop" }, ], }, {