From fa68ccd2c0f9415e7417d84ff1facfb114aabfe8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:27:22 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 52d957d..997fa9f 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -106,7 +106,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> @@ -154,7 +153,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} /> @@ -224,7 +222,6 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="The Grand Hotel" leftLink={{ text: "Privacy Policy", href: "/privacy" }} rightLink={{ text: "Terms of Service", href: "/terms" }} - useInvertedBackground={true} />