Update src/app/shop/page.tsx

This commit is contained in:
2026-02-18 15:40:25 +00:00
parent ffe2e03986
commit 6db28c717b

View File

@@ -47,8 +47,8 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -94,8 +94,8 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Refined Barber"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>