Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user