Merge version_1 into main #1
326
src/app/page.tsx
326
src/app/page.tsx
@@ -34,100 +34,63 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Climate Perfect HVAC"
|
||||
button={{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Your Climate, Perfectly Controlled."
|
||||
description="Professional heating, ventilation, and air conditioning services for homes and businesses. From installations to emergency repairs, we keep your climate perfect year-round."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg",
|
||||
alt: "Satisfied client John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", alt: "Satisfied client John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
alt: "Happy client Jane Smith",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Happy client Jane Smith"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-white-shirt-pink-bowtie_273609-42014.jpg",
|
||||
alt: "Loyal customer Robert Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-white-shirt-pink-bowtie_273609-42014.jpg", alt: "Loyal customer Robert Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-family-spending-time-together-green-nature_1098-1063.jpg",
|
||||
alt: "Pleased family Emily & David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-family-spending-time-together-green-nature_1098-1063.jpg", alt: "Pleased family Emily & David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-looking-confident-with-smile-face-pointing-with-index-fingers-down-isolated-white-wall_141793-14635.jpg",
|
||||
alt: "HVAC technician Sarah Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/builder-woman-wearing-construction-uniform-safety-helmet-looking-confident-with-smile-face-pointing-with-index-fingers-down-isolated-white-wall_141793-14635.jpg", alt: "HVAC technician Sarah Lee"},
|
||||
]}
|
||||
avatarText="Join 1000+ happy homes and businesses"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Energy Efficiency Experts",
|
||||
icon: Gauge,
|
||||
type: "text-icon", text: "Energy Efficiency Experts", icon: Gauge,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency Response",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "24/7 Emergency Response", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified & Licensed Technicians",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Certified & Licensed Technicians", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Indoor Air Quality Solutions",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Indoor Air Quality Solutions", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Guaranteed Customer Satisfaction",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Guaranteed Customer Satisfaction", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -140,17 +103,11 @@ export default function LandingPage() {
|
||||
description="With decades of combined experience, our certified HVAC technicians are dedicated to providing top-tier service. We pride ourselves on reliability, efficiency, and customer satisfaction, ensuring comfort is always within reach."
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "Years in Business",
|
||||
},
|
||||
value: "20+", title: "Years in Business"},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Satisfied Clients",
|
||||
},
|
||||
value: "5000+", title: "Satisfied Clients"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Certified Technicians",
|
||||
},
|
||||
value: "100%", title: "Certified Technicians"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/emotional-furious-male-female-buillders-gesture-angrily-have-irritated-expressions-as-there-is-much-work_273609-8289.jpg"
|
||||
imageAlt="Our dedicated team of HVAC professionals"
|
||||
@@ -166,72 +123,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Installations",
|
||||
description: "Precision setup of new heating and cooling systems for optimal performance and energy efficiency.",
|
||||
icon: Wrench,
|
||||
title: "Expert Installations", description: "Precision setup of new heating and cooling systems for optimal performance and energy efficiency.", icon: Wrench,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg",
|
||||
imageAlt: "HVAC technician installing a new air conditioner",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg", imageAlt: "HVAC technician installing a new air conditioner"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-near-heater-with-dog_23-2149339520.jpg",
|
||||
imageAlt: "Newly installed outdoor AC unit",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721550.jpg",
|
||||
imageAlt: "hvac technician installing new air conditioner unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-sitting-near-heater-with-dog_23-2149339520.jpg", imageAlt: "Newly installed outdoor AC unit"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Emergency Repairs",
|
||||
description: "Rapid response and reliable solutions for unexpected breakdowns, restoring your comfort quickly.",
|
||||
icon: AlertTriangle,
|
||||
title: "Emergency Repairs", description: "Rapid response and reliable solutions for unexpected breakdowns, restoring your comfort quickly.", icon: AlertTriangle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg",
|
||||
imageAlt: "HVAC technician diagnosing a furnace problem",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "HVAC technician diagnosing a furnace problem"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg",
|
||||
imageAlt: "Tools for HVAC repair on a unit",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149366666.jpg",
|
||||
imageAlt: "hvac technician installing new air conditioner unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17659.jpg", imageAlt: "Tools for HVAC repair on a unit"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Preventative Maintenance",
|
||||
description: "Regular check-ups to extend system lifespan, improve efficiency, and prevent costly future issues.",
|
||||
icon: CalendarCheck,
|
||||
title: "Preventative Maintenance", description: "Regular check-ups to extend system lifespan, improve efficiency, and prevent costly future issues.", icon: CalendarCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334228.jpg",
|
||||
imageAlt: "HVAC technician performing routine maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334228.jpg", imageAlt: "HVAC technician performing routine maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg",
|
||||
imageAlt: "Installing a new air filter during maintenance",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-kid-with-toy_23-2148920112.jpg",
|
||||
imageAlt: "hvac technician installing new air conditioner unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-looks-online-new-blower-fan_482257-75912.jpg", imageAlt: "Installing a new air filter during maintenance"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Indoor Air Quality",
|
||||
description: "Solutions for cleaner, healthier indoor air, including filtration, humidification, and purification.",
|
||||
icon: Leaf,
|
||||
title: "Indoor Air Quality", description: "Solutions for cleaner, healthier indoor air, including filtration, humidification, and purification.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139074.jpg",
|
||||
imageAlt: "Air quality testing device",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139074.jpg", imageAlt: "Air quality testing device"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mother-holding-up-kid_23-2148558263.jpg",
|
||||
imageAlt: "Modern air purifier in a home",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16141.jpg",
|
||||
imageAlt: "hvac technician installing new air conditioner unit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-mother-holding-up-kid_23-2148558263.jpg", imageAlt: "Modern air purifier in a home"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Comprehensive HVAC Solutions"
|
||||
@@ -247,25 +172,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.8%",
|
||||
title: "Service Reliability",
|
||||
description: "Our systems keep running.",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "99.8%", title: "Service Reliability", description: "Our systems keep running.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Emergency Support",
|
||||
description: "Ready when you need us.",
|
||||
icon: Clock,
|
||||
id: "m2", value: "24/7", title: "Emergency Support", description: "Ready when you need us.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5-Star",
|
||||
title: "Customer Ratings",
|
||||
description: "Rated excellent by clients.",
|
||||
icon: Star,
|
||||
id: "m3", value: "5-Star", title: "Customer Ratings", description: "Rated excellent by clients.", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
@@ -280,61 +193,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
badgeIcon: Home,
|
||||
price: "$99/year",
|
||||
subtitle: "Annual Maintenance Plan",
|
||||
buttons: [
|
||||
id: "basic", badge: "Essential", badgeIcon: Home,
|
||||
price: "$99/year", subtitle: "Annual Maintenance Plan", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"1 Annual Tune-Up",
|
||||
"Priority Scheduling",
|
||||
"10% Off Repairs",
|
||||
],
|
||||
"1 Annual Tune-Up", "Priority Scheduling", "10% Off Repairs"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Recommended",
|
||||
badgeIcon: ShieldCheck,
|
||||
price: "$199/year",
|
||||
subtitle: "Full Protection Plan",
|
||||
buttons: [
|
||||
id: "premium", badge: "Recommended", badgeIcon: ShieldCheck,
|
||||
price: "$199/year", subtitle: "Full Protection Plan", buttons: [
|
||||
{
|
||||
text: "Choose Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"2 Annual Tune-Ups",
|
||||
"24/7 Emergency Service",
|
||||
"15% Off Repairs",
|
||||
"Filter Replacements",
|
||||
],
|
||||
"2 Annual Tune-Ups", "24/7 Emergency Service", "15% Off Repairs", "Filter Replacements"],
|
||||
},
|
||||
{
|
||||
id: "ultimate",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Crown,
|
||||
price: "$349/year",
|
||||
subtitle: "Ultimate Comfort Plan",
|
||||
buttons: [
|
||||
id: "ultimate", badge: "Best Value", badgeIcon: Crown,
|
||||
price: "$349/year", subtitle: "Ultimate Comfort Plan", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"2 Annual Tune-Ups",
|
||||
"Priority Emergency Service",
|
||||
"20% Off All Repairs",
|
||||
"Free Filter Replacements",
|
||||
"Diagnostic Fee Waived",
|
||||
],
|
||||
"2 Annual Tune-Ups", "Priority Emergency Service", "20% Off All Repairs", "Free Filter Replacements", "Diagnostic Fee Waived"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Service Plans"
|
||||
@@ -347,14 +230,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Local Builders Inc.",
|
||||
"City Restaurants Group",
|
||||
"Regional Retailers Co.",
|
||||
"Health First Clinics",
|
||||
"Tech Solutions Hub",
|
||||
"EduCare Systems",
|
||||
"AutoNation Repair",
|
||||
]}
|
||||
"Local Builders Inc.", "City Restaurants Group", "Regional Retailers Co.", "Health First Clinics", "Tech Solutions Hub", "EduCare Systems", "AutoNation Repair"]}
|
||||
title="Trusted by Homeowners & Businesses"
|
||||
description="Our commitment to reliable and efficient HVAC solutions has earned us the trust of countless clients across the region."
|
||||
speed={40}
|
||||
@@ -367,65 +243,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
date: "March 2023",
|
||||
title: "Incredible Service!",
|
||||
quote: "Climate Perfect HVAC responded quickly to our emergency. The technician was knowledgeable and had our heating fixed in no time. Highly recommend!",
|
||||
tag: "Homeowner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg",
|
||||
avatarAlt: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg",
|
||||
imageAlt: "Comfortable living room",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", date: "March 2023", title: "Incredible Service!", quote: "Climate Perfect HVAC responded quickly to our emergency. The technician was knowledgeable and had our heating fixed in no time. Highly recommend!", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", avatarAlt: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg", imageAlt: "Comfortable living room"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael R.",
|
||||
date: "Feb 2024",
|
||||
title: "Professional and Efficient",
|
||||
quote: "Our office AC installation was seamless. The team was professional, clean, and delivered exactly as promised. Climate Perfect HVAC is our go-to!",
|
||||
tag: "Business Owner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg",
|
||||
avatarAlt: "Michael R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workplace-with-table-chair_1170-1957.jpg",
|
||||
imageAlt: "Modern office space",
|
||||
},
|
||||
id: "t2", name: "Michael R.", date: "Feb 2024", title: "Professional and Efficient", quote: "Our office AC installation was seamless. The team was professional, clean, and delivered exactly as promised. Climate Perfect HVAC is our go-to!", tag: "Business Owner", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg", avatarAlt: "Michael R.", imageSrc: "http://img.b2bpic.net/free-photo/empty-office-workplace-with-table-chair_1170-1957.jpg", imageAlt: "Modern office space"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily C.",
|
||||
date: "Nov 2023",
|
||||
title: "Year-Round Comfort",
|
||||
quote: "We've been using their maintenance plan for years, and our system runs perfectly. It's truly 'climate perfect' all year long!",
|
||||
tag: "Residential Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-saying-that-all-is-well_1149-1120.jpg",
|
||||
avatarAlt: "Emily C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-with-decorative-word-home-candle-blurred-background_169016-26810.jpg",
|
||||
imageAlt: "Residential house exterior",
|
||||
},
|
||||
id: "t3", name: "Emily C.", date: "Nov 2023", title: "Year-Round Comfort", quote: "We've been using their maintenance plan for years, and our system runs perfectly. It's truly 'climate perfect' all year long!", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/man-saying-that-all-is-well_1149-1120.jpg", avatarAlt: "Emily C.", imageSrc: "http://img.b2bpic.net/free-photo/composition-with-decorative-word-home-candle-blurred-background_169016-26810.jpg", imageAlt: "Residential house exterior"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David L.",
|
||||
date: "July 2023",
|
||||
title: "Friendly & Trustworthy",
|
||||
quote: "The technician was so friendly and explained everything clearly. It's hard to find such trustworthy service these days. Thank you!",
|
||||
tag: "Family Home",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-family-taking-breakfast-together_23-2148574089.jpg",
|
||||
avatarAlt: "David L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-baby-kissing-her-husband-sitting-floor_23-2147923007.jpg",
|
||||
imageAlt: "Children playing in a comfortable home",
|
||||
},
|
||||
id: "t4", name: "David L.", date: "July 2023", title: "Friendly & Trustworthy", quote: "The technician was so friendly and explained everything clearly. It's hard to find such trustworthy service these days. Thank you!", tag: "Family Home", avatarSrc: "http://img.b2bpic.net/free-photo/happy-family-taking-breakfast-together_23-2148574089.jpg", avatarAlt: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-baby-kissing-her-husband-sitting-floor_23-2147923007.jpg", imageAlt: "Children playing in a comfortable home"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica M.",
|
||||
date: "Jan 2024",
|
||||
title: "Exceptional Maintenance",
|
||||
quote: "Their preventative maintenance saved us from a potential breakdown. Worth every penny for the peace of mind. Highly recommend their service plans!",
|
||||
tag: "Restaurant Manager",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/mature-woman-showing-double-thumbs-up-blue-t-shirt-looking-glad_176474-32836.jpg",
|
||||
avatarAlt: "Jessica M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379542.jpg",
|
||||
imageAlt: "Clean commercial kitchen",
|
||||
},
|
||||
id: "t5", name: "Jessica M.", date: "Jan 2024", title: "Exceptional Maintenance", quote: "Their preventative maintenance saved us from a potential breakdown. Worth every penny for the peace of mind. Highly recommend their service plans!", tag: "Restaurant Manager", avatarSrc: "http://img.b2bpic.net/free-photo/mature-woman-showing-double-thumbs-up-blue-t-shirt-looking-glad_176474-32836.jpg", avatarAlt: "Jessica M.", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379542.jpg", imageAlt: "Clean commercial kitchen"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from satisfied customers who experienced the Climate Perfect HVAC difference."
|
||||
@@ -438,20 +264,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How often should I have my HVAC system serviced?",
|
||||
content: "We recommend professional maintenance at least once a year, ideally in the spring for your AC and fall for your heating system, to ensure optimal performance and efficiency.",
|
||||
},
|
||||
id: "q1", title: "How often should I have my HVAC system serviced?", content: "We recommend professional maintenance at least once a year, ideally in the spring for your AC and fall for your heating system, to ensure optimal performance and efficiency."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are the benefits of regular HVAC maintenance?",
|
||||
content: "Regular maintenance extends the lifespan of your unit, improves energy efficiency (saving you money), prevents unexpected breakdowns, and ensures healthier indoor air quality.",
|
||||
},
|
||||
id: "q2", title: "What are the benefits of regular HVAC maintenance?", content: "Regular maintenance extends the lifespan of your unit, improves energy efficiency (saving you money), prevents unexpected breakdowns, and ensures healthier indoor air quality."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer emergency HVAC repair services?",
|
||||
content: "Yes, we offer 24/7 emergency repair services for both residential and commercial clients. Our technicians are on standby to address your urgent heating and cooling needs.",
|
||||
},
|
||||
id: "q3", title: "Do you offer emergency HVAC repair services?", content: "Yes, we offer 24/7 emergency repair services for both residential and commercial clients. Our technicians are on standby to address your urgent heating and cooling needs."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-explaining-quotation-customer_1170-1481.jpg"
|
||||
imageAlt="HVAC technician explaining system to a homeowner"
|
||||
@@ -467,20 +284,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready for Perfect Climate Control?"
|
||||
description="Contact us today to schedule an appointment, request emergency service, or get a free quote. We're here to help!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Visit", href: "#"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+15551234567",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+15551234567"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -490,13 +302,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Climate Perfect HVAC"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user