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

This commit is contained in:
2026-02-20 21:44:38 +00:00
parent ee7f816843
commit c642fbfee3

View File

@@ -95,7 +95,7 @@ function ProductPageContent({ params }: ProductPageProps) {
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "Clients", id: "/#clients" }
{ name: "Clients", id: "/" }
]}
brandName="Pro Studio"
className="bg-card/90 backdrop-blur-sm shadow-lg"
@@ -149,7 +149,7 @@ function ProductPageContent({ params }: ProductPageProps) {
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "Clients", id: "/#clients" }
{ name: "Clients", id: "/" }
]}
brandName="Pro Studio"
className="bg-card/90 backdrop-blur-sm shadow-lg"
@@ -210,7 +210,7 @@ function ProductPageContent({ params }: ProductPageProps) {
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
{ name: "Clients", id: "/#clients" }
{ name: "Clients", id: "/" }
]}
brandName="Pro Studio"
className="bg-card/90 backdrop-blur-sm shadow-lg"