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 ReactLenis from "lenis/react";
|
||||
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 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 MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Ontario Freeze Guard"
|
||||
/>
|
||||
@@ -61,104 +51,25 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Smith",
|
||||
handle: "@jamessmith",
|
||||
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: "James Smith", handle: "@jamessmith", 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",
|
||||
handle: "@lindawu",
|
||||
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",
|
||||
},
|
||||
name: "Linda Wu", handle: "@lindawu", 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"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Protected",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Protected", href: "#contact"},
|
||||
]}
|
||||
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={[
|
||||
{
|
||||
type: "text",
|
||||
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",
|
||||
},
|
||||
{ type: "text", text: "24/7 Support" },
|
||||
{ type: "text-icon", text: "Certified Experts", icon: CheckCircle },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,21 +79,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Ontario Families"
|
||||
metrics={[
|
||||
{
|
||||
label: "Homes Protected",
|
||||
value: "2,500+",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
label: "Winter Seasons",
|
||||
value: "15+",
|
||||
icon: Calendar,
|
||||
},
|
||||
{
|
||||
label: "Service Satisfaction",
|
||||
value: "99%",
|
||||
icon: Award,
|
||||
},
|
||||
{ label: "Homes Protected", value: "2,500+", icon: Shield },
|
||||
{ label: "Winter Seasons", value: "15+", icon: Calendar },
|
||||
{ label: "Service Satisfaction", value: "99%", icon: Award },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -194,24 +93,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
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.",
|
||||
},
|
||||
{ icon: Zap, 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." },
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -221,36 +107,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
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",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "40%", title: "Energy Savings", items: ["Improved efficiency", "Heat retention"] },
|
||||
{ id: "m2", value: "0", title: "Frozen Pipes", items: ["Zero incidents reported"] },
|
||||
]}
|
||||
title="Winter Impact Performance"
|
||||
description="Real data on how our guard systems perform during extreme Ontario cold fronts."
|
||||
@@ -264,43 +122,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
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",
|
||||
],
|
||||
id: "pro", badge: "Recommended", price: "$349", subtitle: "Full home security", buttons: [{ text: "Get Protected", href: "#contact" }],
|
||||
features: ["Smart sensor install", "Remote monitoring", "Priority support"],
|
||||
},
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -310,60 +137,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Proven Results Across Ontario"
|
||||
description="See what our happy homeowners have to say about our freeze guard services."
|
||||
@@ -375,85 +149,45 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
{ id: "q1", title: "When is the best time to schedule?", content: "Late autumn, ideally before the first major frost." },
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
tag="Book Your Inspection"
|
||||
title="Get a Quote Today"
|
||||
description="Secure your peace of mind this winter. Contact our team to schedule your home freeze protection assessment."
|
||||
<ContactCTA
|
||||
tag="Thornhill Experts"
|
||||
title="Visit Us in Thornhill"
|
||||
description="Our main office serves the Thornhill area with dedicated local support. Book your comprehensive home freeze assessment today."
|
||||
buttons={[
|
||||
{ text: "Book Assessment", href: "tel:+19055550123" },
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Thornhill+Ontario" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterLogoEmphasis
|
||||
logoText="Ontario Freeze Guard"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Pipe Protection",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Monitoring",
|
||||
href: "#features",
|
||||
},
|
||||
{ label: "Thornhill HQ: 123 Maple St, Thornhill" },
|
||||
{ label: "Phone: (905) 555-0123" },
|
||||
{ label: "Email: hello@freeze-guard.ca" }
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Book Inspection", href: "#contact" },
|
||||
{ label: "Service Areas", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Ontario Freeze Guard. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user