Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -107,8 +107,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -157,8 +157,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
@@ -231,8 +231,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Luxe Haven"
|
||||
leftLink={{ label: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ label: "Terms of Service", href: "#" }}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user