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-08 12:47:59 +00:00

View File

@@ -32,27 +32,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="CoolAir Pro"
button={{
text: "Get a Quote",
href: "#contact",
}}
text: "Get a Quote", href: "#contact"}}
/>
</div>
@@ -62,9 +52,7 @@ export default function LandingPage() {
description="Expert residential and commercial air conditioning installation services. Stay cool, comfortable, and efficient all year round with our professional solutions."
buttons={[
{
text: "Book Installation",
href: "#contact",
},
text: "Book Installation", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/relax-time-modern-apartment-enjoyed-happy-young-woman-chilling-orange-couch-magazine-cup-tea-home-pets-joyful-mood-smiling-true-emotions_197531-2205.jpg"
@@ -74,23 +62,18 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
tag="Industry Leaders"
textboxLayout="split"
useInvertedBackground={false}
title="Your Trusted HVAC Experts"
description="With over 15 years of experience in the cooling industry, CoolAir Pro delivers precision installation, maintenance, and repair services for both homes and businesses."
bulletPoints={[
{
title: "Expert Certified Techs",
description: "Highly trained specialists certified to work on all major brands.",
},
title: "Expert Certified Techs", description: "Highly trained specialists certified to work on all major brands."},
{
title: "Fast Installation",
description: "Seamless installation process to get your home cooled quickly.",
},
title: "Fast Installation", description: "Seamless installation process to get your home cooled quickly."},
{
title: "Energy Efficient",
description: "Helping you reduce electricity bills with modern high-efficiency units.",
},
title: "Energy Efficient", description: "Helping you reduce electricity bills with modern high-efficiency units."},
]}
imageSrc="http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg"
imageAlt="Technician working on AC"
@@ -104,23 +87,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Eco-Friendly Solutions",
description: "Modern systems that lower carbon footprint and energy usage.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-waving-tablet_23-2148781083.jpg",
imageAlt: "Energy efficiency",
},
title: "Eco-Friendly Solutions", description: "Modern systems that lower carbon footprint and energy usage.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-waving-tablet_23-2148781083.jpg", imageAlt: "Energy efficiency"},
{
title: "24/7 Emergency Support",
description: "Available day or night whenever you need urgent repair or cooling help.",
imageSrc: "http://img.b2bpic.net/free-photo/support-diverse-diversity-ethnic-ethnicity-variation-unity-concept_53876-22985.jpg",
imageAlt: "Reliable support",
},
title: "24/7 Emergency Support", description: "Available day or night whenever you need urgent repair or cooling help.", imageSrc: "http://img.b2bpic.net/free-photo/support-diverse-diversity-ethnic-ethnicity-variation-unity-concept_53876-22985.jpg", imageAlt: "Reliable support"},
{
title: "Certified Quality Work",
description: "Full warranty on all labor and industry-leading product guarantees.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-manometers-close-up_482257-90625.jpg",
imageAlt: "Workmanship guarantee",
},
title: "Certified Quality Work", description: "Full warranty on all labor and industry-leading product guarantees.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-manometers-close-up_482257-90625.jpg", imageAlt: "Workmanship guarantee"},
]}
title="Why Choose CoolAir Pro?"
description="We don't just install; we ensure your long-term comfort and satisfaction with every job."
@@ -135,41 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Premium Residential Unit",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/fan-electronic-air-condition_1203-3634.jpg",
},
id: "1", name: "Premium Residential Unit", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/fan-electronic-air-condition_1203-3634.jpg"},
{
id: "2",
name: "High-Efficiency Split AC",
price: "$1,500",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-starting-heater_23-2149335103.jpg",
},
id: "2", name: "High-Efficiency Split AC", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-starting-heater_23-2149335103.jpg"},
{
id: "3",
name: "Modern Ceiling Unit",
price: "$2,100",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216632.jpg",
},
id: "3", name: "Modern Ceiling Unit", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216632.jpg"},
{
id: "4",
name: "Compact Room Unit",
price: "$850",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort-with-heating_23-2149134353.jpg",
},
id: "4", name: "Compact Room Unit", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-adult-enjoying-home-comfort-with-heating_23-2149134353.jpg"},
{
id: "5",
name: "Smart Wi-Fi AC Unit",
price: "$1,350",
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg",
},
id: "5", name: "Smart Wi-Fi AC Unit", price: "$1,350", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg"},
{
id: "6",
name: "Commercial HVAC System",
price: "$4,500",
imageSrc: "http://img.b2bpic.net/free-photo/complex-air-filters-diligently-purify-indoor-air_60438-3470.jpg",
},
id: "6", name: "Commercial HVAC System", price: "$4,500", imageSrc: "http://img.b2bpic.net/free-photo/complex-air-filters-diligently-purify-indoor-air_60438-3470.jpg"},
]}
title="Top-Rated AC Models"
description="Explore our curated list of high-efficiency air conditioning units for your needs."
@@ -183,45 +130,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "The installation was fast and perfectly handled. My house is now consistently cool!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
},
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The installation was fast and perfectly handled. My house is now consistently cool!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
{
id: "2",
name: "David Chan",
handle: "@dave_c",
testimonial: "Great professional advice on choosing the right model. Very happy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-people-dressed-smartly_1262-772.jpg",
},
id: "2", name: "David Chan", handle: "@dave_c", testimonial: "Great professional advice on choosing the right model. Very happy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-people-dressed-smartly_1262-772.jpg"},
{
id: "3",
name: "Elena Rodriguez",
handle: "@elena_r",
testimonial: "Excellent service and tidy work. They left the place spotless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-young-woman-white-sweater-relaxing_1262-18159.jpg",
},
id: "3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Excellent service and tidy work. They left the place spotless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-young-woman-white-sweater-relaxing_1262-18159.jpg"},
{
id: "4",
name: "Jack Peterson",
handle: "@jack_p",
testimonial: "Super efficient installation. The energy savings are noticeable already.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-enterpreneur-with-cheerful-emotions-stay-with-her-friend_496169-486.jpg",
},
id: "4", name: "Jack Peterson", handle: "@jack_p", testimonial: "Super efficient installation. The energy savings are noticeable already.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-enterpreneur-with-cheerful-emotions-stay-with-her-friend_496169-486.jpg"},
{
id: "5",
name: "Margaret Smith",
handle: "@marge_s",
testimonial: "Very friendly technicians who explained how to use the remote control.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg",
},
id: "5", name: "Margaret Smith", handle: "@marge_s", testimonial: "Very friendly technicians who explained how to use the remote control.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg"},
]}
showRating={true}
title="Happy Homeowners"
@@ -234,14 +156,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Daikin",
"Mitsubishi",
"Fujitsu",
"Panasonic",
"LG",
"Samsung",
"Carrier",
]}
"Daikin", "Mitsubishi", "Fujitsu", "Panasonic", "LG", "Samsung", "Carrier"]}
title="Trusted Partner Brands"
description="We only install units from industry-leading manufacturers."
/>
@@ -252,20 +167,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How long does installation take?",
content: "Most residential installs are completed within one day.",
},
id: "f1", title: "How long does installation take?", content: "Most residential installs are completed within one day."},
{
id: "f2",
title: "Do you offer financing?",
content: "Yes, we have multiple flexible payment plans available.",
},
id: "f2", title: "Do you offer financing?", content: "Yes, we have multiple flexible payment plans available."},
{
id: "f3",
title: "Is maintenance required?",
content: "Yes, regular maintenance ensures long-term efficiency and warranty adherence.",
},
id: "f3", title: "Is maintenance required?", content: "Yes, regular maintenance ensures long-term efficiency and warranty adherence."},
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our installation services."
@@ -277,20 +183,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Contact Us"
title="Ready for a Cooler Home?"
description="Get in touch for a free estimate or to schedule your professional installation visit today."
buttons={[
{
text: "Call Now",
href: "tel:5550123",
},
text: "Call Now", href: "tel:5550123"},
{
text: "Email Us",
href: "mailto:hello@coolairpro.com",
},
text: "Email Us", href: "mailto:hello@coolairpro.com"},
]}
/>
</div>
@@ -304,4 +205,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}