Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-19 12:45:58 +00:00
parent cde9ce82f8
commit 8e8f827882

View File

@@ -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" },
],
},
{