Update src/app/shop/page.tsx

This commit is contained in:
2026-02-19 19:53:35 +00:00
parent e4dad822a1
commit 084e121d5d

View File

@@ -48,8 +48,8 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Fitok"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Fitok sport club footer"
/>
</div>
@@ -97,8 +97,8 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Fitok"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
ariaLabel="Fitok sport club footer"
/>
</div>