Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-02-20 06:34:31 +00:00
3 changed files with 12 additions and 12 deletions

View File

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

View File

@@ -97,8 +97,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="LearnHub"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -145,8 +145,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="LearnHub"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -217,8 +217,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="LearnHub"
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>

View File

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