Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a3e05c039 | |||
| 28ac266f88 | |||
| 6478896172 | |||
| 37ded83151 |
171
src/app/page.tsx
171
src/app/page.tsx
@@ -32,27 +32,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "#testimonials"},
|
||||||
id: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="CoolAir Pro"
|
brandName="CoolAir Pro"
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</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."
|
description="Expert residential and commercial air conditioning installation services. Stay cool, comfortable, and efficient all year round with our professional solutions."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Installation",
|
text: "Get Your Free Installation Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
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"
|
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">
|
<div id="about" data-section="about">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
|
tag="Industry Leaders"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Your Trusted HVAC Experts"
|
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."
|
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={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Expert Certified Techs",
|
title: "Expert Certified Techs", description: "Highly trained specialists certified to work on all major brands."},
|
||||||
description: "Highly trained specialists certified to work on all major brands.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Fast Installation",
|
title: "Fast Installation", description: "Seamless installation process to get your home cooled quickly."},
|
||||||
description: "Seamless installation process to get your home cooled quickly.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Energy Efficient",
|
title: "Energy Efficient", description: "Helping you reduce electricity bills with modern high-efficiency units."},
|
||||||
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"
|
imageSrc="http://img.b2bpic.net/free-photo/repairman-installing-condenser-close-up_482257-78541.jpg"
|
||||||
imageAlt="Technician working on AC"
|
imageAlt="Technician working on AC"
|
||||||
@@ -104,23 +87,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Eco-Friendly Solutions",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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?"
|
title="Why Choose CoolAir Pro?"
|
||||||
description="We don't just install; we ensure your long-term comfort and satisfaction with every job."
|
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}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Premium Residential Unit", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/fan-electronic-air-condition_1203-3634.jpg"},
|
||||||
name: "Premium Residential Unit",
|
|
||||||
price: "$1,200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fan-electronic-air-condition_1203-3634.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
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"},
|
||||||
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",
|
id: "3", name: "Modern Ceiling Unit", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216632.jpg"},
|
||||||
name: "Modern Ceiling Unit",
|
|
||||||
price: "$2,100",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216632.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
id: "6", name: "Commercial HVAC System", price: "$4,500", imageSrc: "http://img.b2bpic.net/complex-air-filters-diligently-purify-indoor-air_60438-3470.jpg"},
|
||||||
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"
|
title="Top-Rated AC Models"
|
||||||
description="Explore our curated list of high-efficiency air conditioning units for your needs."
|
description="Explore our curated list of high-efficiency air conditioning units for your needs."
|
||||||
@@ -183,45 +130,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The installation was fast and perfectly handled. My house is now consistently cool!", rating: 5,
|
||||||
name: "Sarah Miller",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
|
||||||
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",
|
id: "2", name: "David Chan", handle: "@dave_c", testimonial: "Great professional advice on choosing the right model. Very happy.", rating: 5,
|
||||||
name: "David Chan",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-people-dressed-smartly_1262-772.jpg"},
|
||||||
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",
|
id: "3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Excellent service and tidy work. They left the place spotless.", rating: 5,
|
||||||
name: "Elena Rodriguez",
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-young-woman-white-sweater-relaxing_1262-18159.jpg"},
|
||||||
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",
|
id: "4", name: "Jack Peterson", handle: "@jack_p", testimonial: "Super efficient installation. The energy savings are noticeable already.", rating: 5,
|
||||||
name: "Jack Peterson",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-enterpreneur-with-cheerful-emotions-stay-with-her-friend_496169-486.jpg"},
|
||||||
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",
|
id: "5", name: "Margaret Smith", handle: "@marge_s", testimonial: "Very friendly technicians who explained how to use the remote control.", rating: 5,
|
||||||
name: "Margaret Smith",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg"},
|
||||||
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}
|
showRating={true}
|
||||||
title="Happy Homeowners"
|
title="Happy Homeowners"
|
||||||
@@ -234,14 +156,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Daikin",
|
"Daikin", "Mitsubishi", "Fujitsu", "Panasonic", "LG", "Samsung", "Carrier"]}
|
||||||
"Mitsubishi",
|
|
||||||
"Fujitsu",
|
|
||||||
"Panasonic",
|
|
||||||
"LG",
|
|
||||||
"Samsung",
|
|
||||||
"Carrier",
|
|
||||||
]}
|
|
||||||
title="Trusted Partner Brands"
|
title="Trusted Partner Brands"
|
||||||
description="We only install units from industry-leading manufacturers."
|
description="We only install units from industry-leading manufacturers."
|
||||||
/>
|
/>
|
||||||
@@ -252,20 +167,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "How long does installation take?", content: "Most residential installs are completed within one day."},
|
||||||
title: "How long does installation take?",
|
|
||||||
content: "Most residential installs are completed within one day.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Do you offer financing?", content: "Yes, we have multiple flexible payment plans available."},
|
||||||
title: "Do you offer financing?",
|
|
||||||
content: "Yes, we have multiple flexible payment plans available.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Is maintenance required?", content: "Yes, regular maintenance ensures long-term efficiency and warranty adherence."},
|
||||||
title: "Is maintenance required?",
|
|
||||||
content: "Yes, regular maintenance ensures long-term efficiency and warranty adherence.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Common Questions"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Everything you need to know about our installation services."
|
sideDescription="Everything you need to know about our installation services."
|
||||||
@@ -277,20 +183,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready for a Cooler Home?"
|
title="Ready for a Cooler Home?"
|
||||||
description="Get in touch for a free estimate or to schedule your professional installation visit today."
|
description="Get in touch for a free estimate or to schedule your professional installation visit today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:5550123"},
|
||||||
href: "tel:5550123",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Email Us",
|
text: "Email Us", href: "mailto:hello@coolairpro.com"},
|
||||||
href: "mailto:hello@coolairpro.com",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user