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

This commit is contained in:
2026-02-20 23:27:22 +00:00
parent fdd7e28798
commit fa68ccd2c0

View File

@@ -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}
/>
</div>
</ReactLenis>
@@ -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}
/>
</div>
</ReactLenis>
@@ -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}
/>
</div>
</ReactLenis>