Merge version_1 into main #1
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user