Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-28 02:14:12 +00:00

View File

@@ -2,17 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, CalendarCheck, CalendarDays, Clock, Cloud, Cog, Shield, ShieldCheck, Sparkles, Star, Users, Wrench } from "lucide-react"; import { Award, CalendarCheck, CalendarDays, Clock, Cloud, Cog, Shield, ShieldCheck, Sparkles, Star, Users, Wrench } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
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: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Pricing", name: "Pricing", id: "pricing"},
id: "pricing",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Elite Heating & Cooling" brandName="Elite Heating & Cooling"
/> />
@@ -74,114 +58,64 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
imagePosition="right" imagePosition="right"
title="Your Comfort, Our Priority." title="Your Comfort, Our Priority."
description="Elite Heating & Cooling provides expert HVAC services in Missouri, ensuring your home or business stays comfortable year-round. Experience top-tier solutions with a local touch." description="Elite Heating & Cooling provides expert HVAC services in Missouri, ensuring your home or business stays comfortable year-round. Experience top-tier solutions with a local touch."
testimonials={[ testimonials={[
{ {
name: "Sarah J.", name: "Sarah J.", handle: "@HomeownerMO", testimonial: "Elite Heating & Cooling installed our new furnace quickly and efficiently. Amazing service!", rating: 5,
handle: "@HomeownerMO", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-cheerfully-showing-teeth_141793-54841.jpg", imageAlt: "Sarah Johnson avatar"},
testimonial: "Elite Heating & Cooling installed our new furnace quickly and efficiently. Amazing service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-cheerfully-showing-teeth_141793-54841.jpg",
imageAlt: "Sarah Johnson avatar",
},
{ {
name: "Michael D.", name: "Michael D.", handle: "@BizOwnerSTL", testimonial: "Their team handles all our commercial HVAC needs. Always reliable and professional.", rating: 5,
handle: "@BizOwnerSTL", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Michael Davis avatar"},
testimonial: "Their team handles all our commercial HVAC needs. Always reliable and professional.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageAlt: "Michael Davis avatar",
},
{ {
name: "Emily R.", name: "Emily R.", handle: "@HappyClientKC", testimonial: "Prompt response for an emergency AC repair. They saved our summer!", rating: 5,
handle: "@HappyClientKC", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageAlt: "Emily Roberts avatar"},
testimonial: "Prompt response for an emergency AC repair. They saved our summer!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
imageAlt: "Emily Roberts avatar",
},
{ {
name: "David L.", name: "David L.", handle: "@LocalResident", testimonial: "Excellent maintenance plan. My system runs perfectly and I save on energy bills.", rating: 5,
handle: "@LocalResident", imageSrc: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg", imageAlt: "David Lee avatar"},
testimonial: "Excellent maintenance plan. My system runs perfectly and I save on energy bills.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg",
imageAlt: "David Lee avatar",
},
{ {
name: "Jessica M.", name: "Jessica M.", handle: "@MissouriHome", testimonial: "Highly recommend Elite for honest advice and fair pricing. A truly elite service!", rating: 5,
handle: "@MissouriHome", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-excited-woman-walking-park_1262-20515.jpg", imageAlt: "Jessica Miller avatar"},
testimonial: "Highly recommend Elite for honest advice and fair pricing. A truly elite service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-excited-woman-walking-park_1262-20515.jpg",
imageAlt: "Jessica Miller avatar",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Get a Free Estimate", text: "Get a Free Estimate", href: "#contact"},
href: "#contact",
},
{ {
text: "View Our Services", text: "View Our Services", href: "#features"},
href: "#features",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg" imageSrc="http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg"
imageAlt="HVAC technician working on a unit with a toolbox" imageAlt="HVAC technician working on a unit with a toolbox"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", src: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", alt: "Sarah Johnson"},
alt: "Sarah Johnson",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-cheerfully-showing-teeth_141793-54841.jpg", src: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-cheerfully-showing-teeth_141793-54841.jpg", alt: "Michael Davis"},
alt: "Michael Davis",
},
{ {
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Emily Roberts"},
alt: "Emily Roberts",
},
{ {
src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", src: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", alt: "David Lee"},
alt: "David Lee",
},
{ {
src: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg", src: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg", alt: "Jessica Miller"},
alt: "Jessica Miller",
},
]} ]}
avatarText="Trusted by over 5000+ satisfied customers!" avatarText="Trusted by over 5000+ satisfied customers!"
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Expert Repairs", icon: Wrench,
text: "Expert Repairs",
icon: Wrench,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Efficient Installations", icon: Cog,
text: "Efficient Installations",
icon: Cog,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Annual Maintenance", icon: CalendarCheck,
text: "Annual Maintenance",
icon: CalendarCheck,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Indoor Air Quality", icon: Cloud,
text: "Indoor Air Quality",
icon: Cloud,
}, },
{ {
type: "text-icon", type: "text-icon", text: "24/7 Emergency Service", icon: Clock,
text: "24/7 Emergency Service",
icon: Clock,
}, },
]} ]}
/> />
@@ -207,29 +141,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Heating Repair & Installation", title: "Heating Repair & Installation", description: "Expert service for furnaces, heat pumps, and boilers. Fast repairs and professional new system installations.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg", imageAlt: "Technician repairing a furnace"},
description: "Expert service for furnaces, heat pumps, and boilers. Fast repairs and professional new system installations.",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-23926.jpg",
imageAlt: "Technician repairing a furnace",
},
{ {
title: "Cooling Repair & Installation", title: "Cooling Repair & Installation", description: "Keep cool with our AC repair, maintenance, and new air conditioning unit installations, including ductless mini-splits.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836083.jpg", imageAlt: "Outdoor AC unit installation"},
description: "Keep cool with our AC repair, maintenance, and new air conditioning unit installations, including ductless mini-splits.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836083.jpg",
imageAlt: "Outdoor AC unit installation",
},
{ {
title: "Preventative Maintenance", title: "Preventative Maintenance", description: "Regular tune-ups and seasonal checks to extend your system's life, improve efficiency, and prevent unexpected breakdowns.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg", imageAlt: "HVAC technician checking air filter"},
description: "Regular tune-ups and seasonal checks to extend your system's life, improve efficiency, and prevent unexpected breakdowns.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg",
imageAlt: "HVAC technician checking air filter",
},
{ {
title: "Indoor Air Quality Solutions", title: "Indoor Air Quality Solutions", description: "Improve your home's air with our air purifiers, humidifiers, and ventilation solutions for a healthier environment.", imageSrc: "http://img.b2bpic.net/free-photo/smart-speaker-being-used-indoors_52683-107776.jpg", imageAlt: "Modern air purifier in a home"},
description: "Improve your home's air with our air purifiers, humidifiers, and ventilation solutions for a healthier environment.",
imageSrc: "http://img.b2bpic.net/free-photo/smart-speaker-being-used-indoors_52683-107776.jpg",
imageAlt: "Modern air purifier in a home",
},
]} ]}
title="Comprehensive HVAC Services" title="Comprehensive HVAC Services"
description="We offer a full range of heating and cooling services to keep your system running smoothly and efficiently." description="We offer a full range of heating and cooling services to keep your system running smoothly and efficiently."
@@ -244,47 +162,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "product-1", id: "product-1", name: "High-Efficiency AC Unit", price: "$2,800 - $6,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg", imageAlt: "Modern outdoor air conditioner unit"},
name: "High-Efficiency AC Unit",
price: "$2,800 - $6,500",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg",
imageAlt: "Modern outdoor air conditioner unit",
},
{ {
id: "product-2", id: "product-2", name: "Smart Wi-Fi Thermostat", price: "$150 - \"$350", imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-thermostat-wall_23-2152024178.jpg", imageAlt: "Smart digital thermostat on a wall"},
name: "Smart Wi-Fi Thermostat",
price: "$150 - \"$350",
imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-thermostat-wall_23-2152024178.jpg",
imageAlt: "Smart digital thermostat on a wall",
},
{ {
id: "product-3", id: "product-3", name: "New Furnace Installation", price: "$3,000 - \"$7,000", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg", imageAlt: "High efficiency gas furnace"},
name: "New Furnace Installation",
price: "$3,000 - \"$7,000",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-warming-up-hands-near-heater_23-2149339534.jpg",
imageAlt: "High efficiency gas furnace",
},
{ {
id: "product-4", id: "product-4", name: "Ductless Mini-Split System", price: "$2,500 - \"$5,500", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg", imageAlt: "Indoor ductless mini-split unit"},
name: "Ductless Mini-Split System",
price: "$2,500 - \"$5,500",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg",
imageAlt: "Indoor ductless mini-split unit",
},
{ {
id: "product-5", id: "product-5", name: "Whole-Home Air Purifier", price: "$600 - \"$1,800", imageSrc: "http://img.b2bpic.net/free-photo/doctor-s-visit-home-global-quarantine-covid19-stay-home-save-lives_651396-2488.jpg", imageAlt: "Whole-home air purification system"},
name: "Whole-Home Air Purifier",
price: "$600 - \"$1,800",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-s-visit-home-global-quarantine-covid19-stay-home-save-lives_651396-2488.jpg",
imageAlt: "Whole-home air purification system",
},
{ {
id: "product-6", id: "product-6", name: "High-Efficiency Water Heater", price: "$1,200 - \"$2,500", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg", imageAlt: "Energy efficient water heater"},
name: "High-Efficiency Water Heater",
price: "$1,200 - \"$2,500",
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23718.jpg",
imageAlt: "Energy efficient water heater",
},
]} ]}
title="Top-Rated HVAC Systems & Solutions" title="Top-Rated HVAC Systems & Solutions"
description="Explore our selection of high-efficiency heating and cooling systems designed for optimal comfort and energy savings in your Missouri home." description="Explore our selection of high-efficiency heating and cooling systems designed for optimal comfort and energy savings in your Missouri home."
@@ -298,61 +186,31 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Essential", badgeIcon: Shield,
badge: "Essential", price: "$129/year", subtitle: "Ideal for new systems & minimal needs", buttons: [
badgeIcon: Shield,
price: "$129/year",
subtitle: "Ideal for new systems & minimal needs",
buttons: [
{ {
text: "Choose Basic", text: "Choose Basic", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"1 Annual Tune-Up (Heating or Cooling)", "1 Annual Tune-Up (Heating or Cooling)", "10% Discount on Repairs", "Priority Scheduling"],
"10% Discount on Repairs",
"Priority Scheduling",
],
}, },
{ {
id: "premium", id: "premium", badge: "Popular", badgeIcon: Sparkles,
badge: "Popular", price: "$199/year", subtitle: "Best value for year-round comfort", buttons: [
badgeIcon: Sparkles,
price: "$199/year",
subtitle: "Best value for year-round comfort",
buttons: [
{ {
text: "Choose Premium", text: "Choose Premium", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"2 Annual Tune-Ups (Heating & Cooling)", "2 Annual Tune-Ups (Heating & Cooling)", "15% Discount on Repairs", "Enhanced Priority Scheduling", "No Diagnostic Fee"],
"15% Discount on Repairs",
"Enhanced Priority Scheduling",
"No Diagnostic Fee",
],
}, },
{ {
id: "ultimate", id: "ultimate", badge: "Ultimate Care", badgeIcon: Star,
badge: "Ultimate Care", price: "$299/year", subtitle: "Complete protection & peace of mind", buttons: [
badgeIcon: Star,
price: "$299/year",
subtitle: "Complete protection & peace of mind",
buttons: [
{ {
text: "Choose Ultimate", text: "Choose Ultimate", href: "#contact"},
href: "#contact",
},
], ],
features: [ features: [
"2 Annual Tune-Ups (Heating & Cooling)", "2 Annual Tune-Ups (Heating & Cooling)", "20% Discount on Repairs", "Top Priority Scheduling", "No Diagnostic Fee Ever", "Filter Replacement Included"],
"20% Discount on Repairs",
"Top Priority Scheduling",
"No Diagnostic Fee Ever",
"Filter Replacement Included",
],
}, },
]} ]}
title="Flexible Maintenance Plans" title="Flexible Maintenance Plans"
@@ -368,32 +226,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "metric-1", id: "metric-1", value: "18+", title: "Years of Service", description: "Decades of experience in the HVAC industry, serving countless satisfied customers.", icon: CalendarDays,
value: "18+",
title: "Years of Service",
description: "Decades of experience in the HVAC industry, serving countless satisfied customers.",
icon: CalendarDays,
}, },
{ {
id: "metric-2", id: "metric-2", value: "5000+", title: "Happy Customers", description: "Thousands of satisfied homeowners and businesses trust us for their comfort.", icon: Users,
value: "5000+",
title: "Happy Customers",
description: "Thousands of satisfied homeowners and businesses trust us for their comfort.",
icon: Users,
}, },
{ {
id: "metric-3", id: "metric-3", value: "24/7", title: "Emergency Support", description: "Always ready to assist you, day or night, for any HVAC emergency.", icon: Clock,
value: "24/7",
title: "Emergency Support",
description: "Always ready to assist you, day or night, for any HVAC emergency.",
icon: Clock,
}, },
{ {
id: "metric-4", id: "metric-4", value: "100%", title: "Satisfaction Guarantee", description: "We stand behind our work, ensuring your complete satisfaction with every job.", icon: ShieldCheck,
value: "100%",
title: "Satisfaction Guarantee",
description: "We stand behind our work, ensuring your complete satisfaction with every job.",
icon: ShieldCheck,
}, },
]} ]}
title="Our Track Record of Excellence" title="Our Track Record of Excellence"
@@ -402,70 +244,27 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardThirteen
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
animationType="slide-up"
showRating={true}
testimonials={[ testimonials={[
{ {
id: "test-1", id: "test-1", name: "Olivia Smith", handle: "@olivia_s", rating: 5,
name: "Olivia Smith", testimonial: "Our AC broke down during a heatwave. Elite responded so quickly and had us cool again in no time. Their technician was friendly and very knowledgeable. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/family-time-forest_329181-7439.jpg", imageAlt: "Olivia Smith avatar"},
date: "May 15, 2024",
title: "Exceptional AC Service!",
quote: "Our AC broke down during a heatwave. Elite responded so quickly and had us cool again in no time. Their technician was friendly and very knowledgeable. Highly recommend!",
tag: "AC Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-face-with-clean-fresh-skin-close-up_1153-8743.jpg",
avatarAlt: "Olivia Smith avatar",
imageSrc: "http://img.b2bpic.net/free-photo/family-time-forest_329181-7439.jpg",
imageAlt: "Happy family in a cool home",
},
{ {
id: "test-2", id: "test-2", name: "Daniel Brown", handle: "@daniel_b", rating: 5,
name: "Daniel Brown", testimonial: "From consultation to installation, the process was seamless. The new furnace works flawlessly, and their team was incredibly professional. A top-notch company!", imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-cleaning-car_23-2148763844.jpg", imageAlt: "Daniel Brown avatar"},
date: "April 28, 2024",
title: "Furnace Installation Done Right",
quote: "From consultation to installation, the process was seamless. The new furnace works flawlessly, and their team was incredibly professional. A top-notch company!",
tag: "New Installation",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-brunette-woman-spends-time-drinks-delicious-home-brewed-coffee_1258-202528.jpg",
avatarAlt: "Daniel Brown avatar",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-man-cleaning-car_23-2148763844.jpg",
imageAlt: "Business owner smiling next to a modern building",
},
{ {
id: "test-3", id: "test-3", name: "Sophia Lee", handle: "@sophia_l", rating: 5,
name: "Sophia Lee", testimonial: "We joined their maintenance plan, and it's been fantastic. Our system is running more efficiently, and we have peace of mind knowing it's regularly checked. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-inscription-home-ornament-light-garland_169016-5609.jpg", imageAlt: "Sophia Lee avatar"},
date: "March 10, 2024",
title: "Reliable Maintenance Plan",
quote: "We joined their maintenance plan, and it's been fantastic. Our system is running more efficiently, and we have peace of mind knowing it's regularly checked. Worth every penny!",
tag: "Maintenance",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg",
avatarAlt: "Sophia Lee avatar",
imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-inscription-home-ornament-light-garland_169016-5609.jpg",
imageAlt: "Mother and daughter relaxing in comfortable living room",
},
{ {
id: "test-4", id: "test-4", name: "James Wilson", handle: "@james_w", rating: 5,
name: "James Wilson", testimonial: "Elite Heating & Cooling is our go-to for all HVAC needs. Their technicians are always on time, polite, and explain everything clearly. Trustworthy service you can count on.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-couple-arms_329181-14711.jpg", imageAlt: "James Wilson avatar"},
date: "February 20, 2024",
title: "Professional & Trustworthy",
quote: "Elite Heating & Cooling is our go-to for all HVAC needs. Their technicians are always on time, polite, and explain everything clearly. Trustworthy service you can count on.",
tag: "HVAC Service",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
avatarAlt: "James Wilson avatar",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-couple-arms_329181-14711.jpg",
imageAlt: "Senior couple smiling in their cozy home",
},
{ {
id: "test-5", id: "test-5", name: "Ava Garcia", handle: "@ava_g", rating: 5,
name: "Ava Garcia", testimonial: "I was concerned about my home's air quality. Elite provided excellent solutions and installed an air purifier that has made a noticeable difference. Breathing easier now!", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea-home_23-2150215086.jpg", imageAlt: "Ava Garcia avatar"},
date: "January 5, 2024",
title: "Great Indoor Air Quality Advice",
quote: "I was concerned about my home's air quality. Elite provided excellent solutions and installed an air purifier that has made a noticeable difference. Breathing easier now!",
tag: "IAQ Solutions",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-pink-ribbon-breast-cancer-awareness-portrait_53876-96950.jpg",
avatarAlt: "Ava Garcia avatar",
imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea-home_23-2150215086.jpg",
imageAlt: "Young woman working comfortably in her home office",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Hear directly from homeowners and businesses who trust Elite Heating & Cooling for their comfort needs." description="Hear directly from homeowners and businesses who trust Elite Heating & Cooling for their comfort needs."
@@ -473,154 +272,85 @@ export default function LandingPage() {
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqSplitText
textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "faq-1", id: "faq-1", title: "What areas do you serve?", content: "We proudly serve residential and commercial clients across the greater Missouri area. Please contact us to confirm service availability in your specific location."},
title: "What areas do you serve?",
content: "We proudly serve residential and commercial clients across the greater Missouri area. Please contact us to confirm service availability in your specific location.",
},
{ {
id: "faq-2", id: "faq-2", title: "Do you offer emergency services?", content: "Yes, we understand that HVAC issues can arise unexpectedly. We provide 24/7 emergency repair services to ensure your comfort and safety at all times."},
title: "Do you offer emergency services?",
content: "Yes, we understand that HVAC issues can arise unexpectedly. We provide 24/7 emergency repair services to ensure your comfort and safety at all times.",
},
{ {
id: "faq-3", id: "faq-3", title: "How often should I get my HVAC system serviced?", content: "We recommend annual maintenance for both your heating and cooling systems. A professional tune-up once a year helps prevent breakdowns, improve efficiency, and extend the lifespan of your unit."},
title: "How often should I get my HVAC system serviced?",
content: "We recommend annual maintenance for both your heating and cooling systems. A professional tune-up once a year helps prevent breakdowns, improve efficiency, and extend the lifespan of your unit.",
},
{ {
id: "faq-4", id: "faq-4", title: "What types of payment do you accept?", content: "We accept all major credit cards, debit cards, and personal checks. Financing options are also available for major installations and repairs. Please ask us for details."},
title: "What types of payment do you accept?",
content: "We accept all major credit cards, debit cards, and personal checks. Financing options are also available for major installations and repairs. Please ask us for details.",
},
{ {
id: "faq-5", id: "faq-5", title: "Do you provide free estimates?", content: "Yes, we offer free, no-obligation estimates for new system installations and major repairs. For diagnostic calls, a service fee may apply, which is then credited towards any subsequent repairs."},
title: "Do you provide free estimates?",
content: "Yes, we offer free, no-obligation estimates for new system installations and major repairs. For diagnostic calls, a service fee may apply, which is then credited towards any subsequent repairs.",
},
{ {
id: "faq-6", id: "faq-6", title: "What brands do you work with?", content: "Our technicians are trained and certified to work on all major HVAC brands. We also partner with leading manufacturers to offer a wide selection of high-quality new systems."},
title: "What brands do you work with?",
content: "Our technicians are trained and certified to work on all major HVAC brands. We also partner with leading manufacturers to offer a wide selection of high-quality new systems.",
},
]} ]}
title="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
description="Find answers to common questions about our services, pricing, and scheduling to help you make informed decisions." sideDescription="Find answers to common questions about our services, pricing, and scheduling to help you make informed decisions."
faqsAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
title="Get in Touch Today" tag="Contact Us"
description="Ready for reliable heating and cooling? Contact Elite Heating & Cooling for a free estimate, service request, or any questions you may have." title="Ready to Experience Elite Comfort?"
inputs={[ description="Reach out today for a free estimate, schedule service, or get answers to your HVAC questions. Our team is here to help you achieve optimal home comfort."
buttons={[
{ {
name: "name", text: "Get a Free Estimate", href: "#contact"},
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number (Optional)",
},
]} ]}
textarea={{ background={{
name: "message", variant: "plain"}}
placeholder: "Tell us about your needs...",
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-showing-thumb-up-isolated-purple_141793-84110.jpg"
imageAlt="Friendly customer service representative wearing a headset"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterSimple
logoText="Elite Heating & Cooling"
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Heating", label: "Heating", href: "#features"},
href: "#features",
},
{ {
label: "Cooling", label: "Cooling", href: "#features"},
href: "#features",
},
{ {
label: "Maintenance", label: "Maintenance", href: "#features"},
href: "#features",
},
{ {
label: "IAQ Solutions", label: "IAQ Solutions", href: "#features"},
href: "#features",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Schedule Service", label: "Schedule Service", href: "#contact"},
href: "#contact",
},
{ {
label: "Get an Estimate", label: "Get an Estimate", href: "#contact"},
href: "#contact",
},
{ {
label: "Call Us: (555) 123-4567", label: "Call Us: (555) 123-4567", href: "tel:+15551234567"},
href: "tel:+15551234567",
},
{ {
label: "Email Us", label: "Email Us", href: "mailto:info@elitehvac.com"},
href: "mailto:info@elitehvac.com",
},
], ],
}, },
]} ]}
copyrightText="© 2024 Elite Heating & Cooling. All rights reserved." bottomLeftText="Elite Heating & Cooling"
bottomRightText="© 2024 Elite Heating & Cooling. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>