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} />