Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-19 15:37:42 +00:00
4 changed files with 13 additions and 13 deletions

View File

@@ -61,8 +61,8 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Hi Tech Roofing Services Co."
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

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';

View File

@@ -100,8 +100,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Hi Tech Roofing Services Co."
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -151,8 +151,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Hi Tech Roofing Services Co."
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -226,8 +226,8 @@ export default function ProductPage({ params }: ProductPageProps) {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Hi Tech Roofing Services Co."
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="Hi Tech Roofing Services Co."
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>
@@ -100,8 +100,8 @@ export default function ShopPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Hi Tech Roofing Services Co."
leftLink={{ label: "Privacy Policy", href: "#" }}
rightLink={{ label: "Terms of Service", href: "#" }}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>
</div>
</ReactLenis>