Update src/app/page.tsx
This commit is contained in:
354
src/app/page.tsx
354
src/app/page.tsx
@@ -3,10 +3,10 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ontario Freeze Guard"
|
brandName="Ontario Freeze Guard"
|
||||||
/>
|
/>
|
||||||
@@ -61,104 +51,25 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Protect Your Ontario Home From Harsh Winter Frost"
|
title="Protect Your Ontario Home From Harsh Winter Frost"
|
||||||
description="Don't let frozen pipes catch you off guard. Our expert freeze guard services provide reliable, year-round peace of mind for residential properties across Ontario."
|
description="Don't let frozen pipes catch you off guard. Our expert freeze guard services provide reliable, year-round peace of mind for residential properties across Ontario."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "James Smith",
|
name: "James Smith", handle: "@jamessmith", testimonial: "Excellent service. My pipes stayed safe through the harshest winter week.", rating: 5,
|
||||||
handle: "@jamessmith",
|
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg?_wi=1", imageAlt: "professional home winterization"},
|
||||||
testimonial: "Excellent service. My pipes stayed safe through the harshest winter week.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg?_wi=1",
|
|
||||||
imageAlt: "professional home winterization",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Linda Wu",
|
name: "Linda Wu", handle: "@lindawu", testimonial: "Professional and fast. The freeze guard team saved me a lot of stress.", rating: 5,
|
||||||
handle: "@lindawu",
|
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140367.jpg?_wi=1", imageAlt: "professional home winterization"},
|
||||||
testimonial: "Professional and fast. The freeze guard team saved me a lot of stress.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140367.jpg?_wi=1",
|
|
||||||
imageAlt: "professional home winterization",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Robert Taylor",
|
|
||||||
handle: "@r-taylor",
|
|
||||||
testimonial: "High quality installation. Definitely recommended for Ontario homes.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-kitchen-enjoying-coffee_23-2148322068.jpg",
|
|
||||||
imageAlt: "professional home winterization",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Emily Chen",
|
|
||||||
handle: "@emchen",
|
|
||||||
testimonial: "Reliable and responsive. Everything worked exactly as promised.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-friends-having-fun-winter-time_23-2149258999.jpg",
|
|
||||||
imageAlt: "professional home winterization",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "David M.",
|
|
||||||
handle: "@dm-ontario",
|
|
||||||
testimonial: "Fantastic protection for my cottage. No worries this winter.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-satisfied-man-recommending-agency-showing-thumb-up-house-maket-standing_1258-155440.jpg",
|
|
||||||
imageAlt: "professional home winterization",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Protected",
|
text: "Get Protected", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg?_wi=2"
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702209.jpg",
|
|
||||||
alt: "Contrasting outdoor textures",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg",
|
|
||||||
alt: "Abstract minimal background with floor",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg",
|
|
||||||
alt: "Aerator closeup copper glow modern faucet",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/modern-autonomous-heating-system-boiler-room_169016-51491.jpg",
|
|
||||||
alt: "Modern autonomous heating system in the boiler room",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/scared-male-hitchhiker-with-leather-gloves-backpack_179666-38692.jpg",
|
|
||||||
alt: "scared male hitchhiker with leather gloves and backpack",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "24/7 Support" },
|
||||||
type: "text",
|
{ type: "text-icon", text: "Certified Experts", icon: CheckCircle },
|
||||||
text: "24/7 Support",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Certified Experts",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Licensed Ontario Pros",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text-icon",
|
|
||||||
text: "Energy Efficient",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "100% Satisfaction",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -168,21 +79,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Trusted by Ontario Families"
|
title="Trusted by Ontario Families"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ label: "Homes Protected", value: "2,500+", icon: Shield },
|
||||||
label: "Homes Protected",
|
{ label: "Winter Seasons", value: "15+", icon: Calendar },
|
||||||
value: "2,500+",
|
{ label: "Service Satisfaction", value: "99%", icon: Award },
|
||||||
icon: Shield,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Winter Seasons",
|
|
||||||
value: "15+",
|
|
||||||
icon: Calendar,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Service Satisfaction",
|
|
||||||
value: "99%",
|
|
||||||
icon: Award,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -194,24 +93,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ icon: Zap, title: "Smart Monitoring", description: "Continuous tracking of pipe temperatures with instant alerts for sudden drops." },
|
||||||
icon: Zap,
|
{ icon: Gauge, title: "Insulation Upgrades", description: "Professional-grade wrapping for exposed lines in basements and garages." },
|
||||||
title: "Smart Monitoring",
|
|
||||||
description: "Continuous tracking of pipe temperatures with instant alerts for sudden drops.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Gauge,
|
|
||||||
title: "Insulation Upgrades",
|
|
||||||
description: "Professional-grade wrapping for exposed lines in basements and garages.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: CheckCircle,
|
|
||||||
title: "Annual Certification",
|
|
||||||
description: "Detailed inspection reports for your home insurance documentation.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Freeze Guard Benefits"
|
title="Comprehensive Freeze Guard Benefits"
|
||||||
description="Our solutions are designed to address the unique challenges of Ontario winters, keeping your home infrastructure safe, warm, and functioning correctly."
|
description="Our solutions are designed to address the unique challenges of Ontario winters."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -221,36 +107,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "40%", title: "Energy Savings", items: ["Improved efficiency", "Heat retention"] },
|
||||||
id: "m1",
|
{ id: "m2", value: "0", title: "Frozen Pipes", items: ["Zero incidents reported"] },
|
||||||
value: "40%",
|
|
||||||
title: "Energy Savings",
|
|
||||||
items: [
|
|
||||||
"Improved efficiency",
|
|
||||||
"Heat retention",
|
|
||||||
"Lower bills",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "0",
|
|
||||||
title: "Frozen Pipes",
|
|
||||||
items: [
|
|
||||||
"Zero incidents reported",
|
|
||||||
"Guaranteed security",
|
|
||||||
"Peace of mind",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "24/7",
|
|
||||||
title: "Support Availability",
|
|
||||||
items: [
|
|
||||||
"Always on call",
|
|
||||||
"Local expertise",
|
|
||||||
"Fast response",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Winter Impact Performance"
|
title="Winter Impact Performance"
|
||||||
description="Real data on how our guard systems perform during extreme Ontario cold fronts."
|
description="Real data on how our guard systems perform during extreme Ontario cold fronts."
|
||||||
@@ -264,43 +122,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "pro", badge: "Recommended", price: "$349", subtitle: "Full home security", buttons: [{ text: "Get Protected", href: "#contact" }],
|
||||||
badge: "Essential",
|
features: ["Smart sensor install", "Remote monitoring", "Priority support"],
|
||||||
price: "$199",
|
|
||||||
subtitle: "Basic seasonal prep",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Book Now",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Pipe inspection",
|
|
||||||
"Standard insulation",
|
|
||||||
"1-year warranty",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "pro",
|
|
||||||
badge: "Recommended",
|
|
||||||
price: "$349",
|
|
||||||
subtitle: "Full home security",
|
|
||||||
buttons: [
|
|
||||||
{
|
|
||||||
text: "Book Now",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
features: [
|
|
||||||
"Everything in Basic",
|
|
||||||
"Smart sensor install",
|
|
||||||
"Remote monitoring",
|
|
||||||
"Priority support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Tailored Protection Plans"
|
title="Tailored Protection Plans"
|
||||||
description="Select the service package that fits your home size and specific needs."
|
description="Select the service package that fits your home size."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -310,60 +137,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", date: "Jan 2024", title: "Happy Homeowner", quote: "The team made sure I was ready before the big storm hit. Incredible work.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/young-man-kitchen-enjoying-coffee_23-2148322068.jpg"},
|
||||||
name: "Sarah J.",
|
|
||||||
date: "Jan 2024",
|
|
||||||
title: "Happy Homeowner",
|
|
||||||
quote: "The team made sure I was ready before the big storm hit. Incredible work.",
|
|
||||||
tag: "Expert",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-man-kitchen-enjoying-coffee_23-2148322068.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132185.jpg?_wi=3",
|
|
||||||
imageAlt: "happy customer winterization",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Mark D.",
|
|
||||||
date: "Feb 2024",
|
|
||||||
title: "Cottage Owner",
|
|
||||||
quote: "Finally found a service that cares about cottage protection as much as I do.",
|
|
||||||
tag: "Trusted",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/teenager-friends-having-fun-winter-time_23-2149258999.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing-winter-holidays_140725-140367.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer winterization",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Anna K.",
|
|
||||||
date: "Mar 2024",
|
|
||||||
title: "Resident",
|
|
||||||
quote: "Efficient installation and very clear communication throughout.",
|
|
||||||
tag: "Reliable",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-satisfied-man-recommending-agency-showing-thumb-up-house-maket-standing_1258-155440.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-blurry-couple-gloves-heater_23-2149335111.jpg",
|
|
||||||
imageAlt: "happy customer winterization",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Kevin L.",
|
|
||||||
date: "Dec 2023",
|
|
||||||
title: "Homeowner",
|
|
||||||
quote: "Worth every cent. No more worrying during the deep freeze nights.",
|
|
||||||
tag: "Pro",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-electrician-pointing-with-hard-hat-equipment-street_23-2148087640.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702209.jpg",
|
|
||||||
imageAlt: "happy customer winterization",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Elena P.",
|
|
||||||
date: "Feb 2024",
|
|
||||||
title: "Property Manager",
|
|
||||||
quote: "Responsive and skilled, these guys are the standard for Ontario.",
|
|
||||||
tag: "Verified",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aerator-closeup-copper-glow-modern-faucet_169016-69020.jpg",
|
|
||||||
imageAlt: "happy customer winterization",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Proven Results Across Ontario"
|
title="Proven Results Across Ontario"
|
||||||
description="See what our happy homeowners have to say about our freeze guard services."
|
description="See what our happy homeowners have to say about our freeze guard services."
|
||||||
@@ -375,85 +149,45 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "When is the best time to schedule?", content: "Late autumn, ideally before the first major frost." },
|
||||||
id: "q1",
|
|
||||||
title: "When is the best time to schedule?",
|
|
||||||
content: "Late autumn, ideally before the first major frost of the season.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "Does this lower my insurance?",
|
|
||||||
content: "Many providers offer discounts for professional preventative maintenance.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "What parts of Ontario do you serve?",
|
|
||||||
content: "We serve all major GTA municipalities and surrounding regions.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Answers to common concerns about home winterization and freeze protection services."
|
description="Answers to common concerns about home winterization."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
tag="Thornhill Experts"
|
||||||
background={{
|
title="Visit Us in Thornhill"
|
||||||
variant: "rotated-rays-static",
|
description="Our main office serves the Thornhill area with dedicated local support. Book your comprehensive home freeze assessment today."
|
||||||
}}
|
buttons={[
|
||||||
tag="Book Your Inspection"
|
{ text: "Book Assessment", href: "tel:+19055550123" },
|
||||||
title="Get a Quote Today"
|
{ text: "Get Directions", href: "https://maps.google.com/?q=Thornhill+Ontario" }
|
||||||
description="Secure your peace of mind this winter. Contact our team to schedule your home freeze protection assessment."
|
]}
|
||||||
|
background={{ variant: "sparkles-gradient" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterLogoEmphasis
|
||||||
logoText="Ontario Freeze Guard"
|
logoText="Ontario Freeze Guard"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "Thornhill HQ: 123 Maple St, Thornhill" },
|
||||||
label: "Pipe Protection",
|
{ label: "Phone: (905) 555-0123" },
|
||||||
href: "#features",
|
{ label: "Email: hello@freeze-guard.ca" }
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Monitoring",
|
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "Book Inspection", href: "#contact" },
|
||||||
label: "About Us",
|
{ label: "Service Areas", href: "#" },
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Pricing",
|
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Service",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Ontario Freeze Guard. All rights reserved."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user