Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a33fc09d20 |
189
src/app/page.tsx
189
src/app/page.tsx
@@ -33,43 +33,29 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="ClimatePro HVAC"
|
brandName="ClimatePro HVAC"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroOverlay
|
||||||
title="Professional Climate Control for Modern Living"
|
title="Achieve Perfect Home Comfort with Professional HVAC Solutions"
|
||||||
description="Keeping your home comfortable year-round with advanced HVAC installation, maintenance, and repair services."
|
description="Keeping your home comfortable year-round with advanced HVAC installation, maintenance, and repair services."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote",
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "View Our Services",
|
text: "View Our Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/complex-air-filters-diligently-purify-indoor-air_60438-3470.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/complex-air-filters-diligently-purify-indoor-air_60438-3470.jpg"
|
||||||
imageAlt="Professional HVAC installation"
|
imageAlt="Professional HVAC installation"
|
||||||
@@ -83,17 +69,11 @@ export default function LandingPage() {
|
|||||||
description="With over two decades of dedicated service, our team delivers precision climate solutions to homes and businesses across the state. We believe in efficiency, transparency, and top-tier workmanship."
|
description="With over two decades of dedicated service, our team delivers precision climate solutions to homes and businesses across the state. We believe in efficiency, transparency, and top-tier workmanship."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "20+",
|
value: "20+", title: "Years Experience"},
|
||||||
title: "Years Experience",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "15k+",
|
value: "15k+", title: "Happy Clients"},
|
||||||
title: "Happy Clients",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "24/7",
|
value: "24/7", title: "Priority Support"},
|
||||||
title: "Priority Support",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151870989.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151870989.jpg"
|
||||||
imageAlt="Technician working on climate system"
|
imageAlt="Technician working on climate system"
|
||||||
@@ -110,23 +90,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Energy Efficient Systems",
|
title: "Energy Efficient Systems", description: "Install systems that lower costs and reduce footprint.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388956.jpg", imageAlt: "Icon"},
|
||||||
description: "Install systems that lower costs and reduce footprint.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388956.jpg",
|
|
||||||
imageAlt: "Icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Air Quality Filtration",
|
title: "Air Quality Filtration", description: "Breathe cleaner air with our advanced filtration setups.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132182.jpg", imageAlt: "Icon"},
|
||||||
description: "Breathe cleaner air with our advanced filtration setups.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132182.jpg",
|
|
||||||
imageAlt: "Icon",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Smart Climate Integration",
|
title: "Smart Climate Integration", description: "Full home automation for total temperature command.", imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg", imageAlt: "Icon"},
|
||||||
description: "Full home automation for total temperature command.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg",
|
|
||||||
imageAlt: "Icon",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Core Expertise"
|
title="Core Expertise"
|
||||||
description="Our specialized service portfolio ensures every aspect of your climate control environment is optimized."
|
description="Our specialized service portfolio ensures every aspect of your climate control environment is optimized."
|
||||||
@@ -141,19 +109,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Wind,
|
icon: Wind,
|
||||||
title: "Air Duct Cleaning",
|
title: "Air Duct Cleaning", description: "Professional sanitization of ventilation pathways."},
|
||||||
description: "Professional sanitization of ventilation pathways.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Gauge,
|
icon: Gauge,
|
||||||
title: "Furnace Maintenance",
|
title: "Furnace Maintenance", description: "Full seasonal tune-ups to ensure warmth."},
|
||||||
description: "Full seasonal tune-ups to ensure warmth.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Snowflake,
|
icon: Snowflake,
|
||||||
title: "AC Compressor Repairs",
|
title: "AC Compressor Repairs", description: "Advanced troubleshooting and rapid part replacement."},
|
||||||
description: "Advanced troubleshooting and rapid part replacement.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Service Offering"
|
title="Comprehensive Service Offering"
|
||||||
description="We don't just fix units; we engineer long-term comfort through rigorous preventative maintenance and expert installation."
|
description="We don't just fix units; we engineer long-term comfort through rigorous preventative maintenance and expert installation."
|
||||||
@@ -167,25 +129,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Residential AC Systems",
|
title: "Residential AC Systems", description: "Top tier residential condenser installations.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", imageAlt: "AC Unit"},
|
||||||
description: "Top tier residential condenser installations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg",
|
|
||||||
imageAlt: "AC Unit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Professional Heating Units",
|
title: "Professional Heating Units", description: "Boiler and furnace installations for every size home.", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg", imageAlt: "Heating Unit"},
|
||||||
description: "Boiler and furnace installations for every size home.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990724.jpg",
|
|
||||||
imageAlt: "Heating Unit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "IAQ Inspection Systems",
|
title: "IAQ Inspection Systems", description: "Advanced ventilation monitoring and duct cleaning tech.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388957.jpg", imageAlt: "Ducting"},
|
||||||
description: "Advanced ventilation monitoring and duct cleaning tech.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388957.jpg",
|
|
||||||
imageAlt: "Ducting",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Installation Focus"
|
title="Our Installation Focus"
|
||||||
description="We specialize in the leading hardware brands recognized for reliability."
|
description="We specialize in the leading hardware brands recognized for reliability."
|
||||||
@@ -199,45 +149,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent service and very prompt response to our furnace repair needs.", rating: 5,
|
||||||
name: "Sarah Miller",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg"},
|
||||||
handle: "@smiller",
|
|
||||||
testimonial: "Excellent service and very prompt response to our furnace repair needs.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "David Clark", handle: "@dclark", testimonial: "Installed our new AC system in one day. Very professional team.", rating: 5,
|
||||||
name: "David Clark",
|
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg"},
|
||||||
handle: "@dclark",
|
|
||||||
testimonial: "Installed our new AC system in one day. Very professional team.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Linda Thompson", handle: "@lt19", testimonial: "Professional duct cleaning services. The air in our home has never felt cleaner.", rating: 5,
|
||||||
name: "Linda Thompson",
|
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-happy-asian-grandmother-laughing-with-eyes-closed-holding-paper-house-model-dreaming-abo_1258-162170.jpg"},
|
||||||
handle: "@lt19",
|
|
||||||
testimonial: "Professional duct cleaning services. The air in our home has never felt cleaner.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-happy-asian-grandmother-laughing-with-eyes-closed-holding-paper-house-model-dreaming-abo_1258-162170.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Mark Roberts", handle: "@mrob", testimonial: "Preventative maintenance program has saved us so much on unexpected repairs.", rating: 5,
|
||||||
name: "Mark Roberts",
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746382.jpg"},
|
||||||
handle: "@mrob",
|
|
||||||
testimonial: "Preventative maintenance program has saved us so much on unexpected repairs.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746382.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Karen Willis", handle: "@kwillis", testimonial: "Honest, reliable, and well-priced HVAC team. Highly recommended!", rating: 5,
|
||||||
name: "Karen Willis",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-couple-analyzing-data-while-communicating-workshop_637285-7784.jpg"},
|
||||||
handle: "@kwillis",
|
|
||||||
testimonial: "Honest, reliable, and well-priced HVAC team. Highly recommended!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-couple-analyzing-data-while-communicating-workshop_637285-7784.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
@@ -250,20 +175,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "How often should I tune up my HVAC?", content: "We recommend bi-annual tune-ups before peak cooling and heating seasons."},
|
||||||
title: "How often should I tune up my HVAC?",
|
|
||||||
content: "We recommend bi-annual tune-ups before peak cooling and heating seasons.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Do you offer emergency services?", content: "Yes, our priority support team is available 24/7 for emergency repairs."},
|
||||||
title: "Do you offer emergency services?",
|
|
||||||
content: "Yes, our priority support team is available 24/7 for emergency repairs.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Is my home suitable for a heat pump?", content: "Most homes are suitable, but an on-site consultation is required for an accurate assessment."},
|
||||||
title: "Is my home suitable for a heat pump?",
|
|
||||||
content: "Most homes are suitable, but an on-site consultation is required for an accurate assessment.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Questions? We've Got Answers."
|
sideTitle="Questions? We've Got Answers."
|
||||||
sideDescription="Check out our most frequently asked questions about HVAC services and maintenance."
|
sideDescription="Check out our most frequently asked questions about HVAC services and maintenance."
|
||||||
@@ -275,20 +191,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get in touch"
|
tag="Get in touch"
|
||||||
title="Ready to restore your home's comfort?"
|
title="Ready to restore your home's comfort?"
|
||||||
description="Contact our experts today for a consultation or to schedule a service visit."
|
description="Contact our experts today for a consultation or to schedule a service visit."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Support",
|
text: "Contact Support", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Schedule Visit",
|
text: "Schedule Visit", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -299,33 +210,21 @@ export default function LandingPage() {
|
|||||||
imageAlt="HVAC Footer Scene"
|
imageAlt="HVAC Footer Scene"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "ClimatePro",
|
title: "ClimatePro", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -335,4 +234,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user