Update src/app/shop/page.tsx

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

View File

@@ -58,8 +58,8 @@ function ShopPageContent() {
<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>
@@ -112,8 +112,8 @@ function ShopPageContent() {
<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>