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

This commit is contained in:
2026-02-25 18:44:49 +00:00
parent 10dd073bef
commit 5bb18233d5

View File

@@ -112,8 +112,8 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Montana Plumbing"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "License #12345", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "License #12345", href: "#" }}
/>
</div>
</ReactLenis>
@@ -167,8 +167,8 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Montana Plumbing"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "License #12345", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "License #12345", href: "#" }}
/>
</div>
</ReactLenis>
@@ -246,8 +246,8 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Montana Plumbing"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "License #12345", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "License #12345", href: "#" }}
/>
</div>
</ReactLenis>