From 2d8db4af56cb5107f7e1beb19473d879bc066815 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 21:09:55 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e07420e..c8b71a4 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, use, useCallback } from "react"; import { useRouter } from "next/navigation"; @@ -108,7 +108,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" /> @@ -159,7 +158,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" /> @@ -234,7 +232,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="Bella Italia" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} className="py-8 px-6" />