Update src/app/shop/page.tsx

This commit is contained in:
2026-02-28 06:43:38 +00:00
parent d6ea3a3329
commit 2ebcfb0de1

View File

@@ -54,8 +54,8 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Élite Aesthetics"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -107,8 +107,8 @@ function ShopPageContent() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Élite Aesthetics"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>