Merge version_1 into main #2
371
src/app/page.tsx
371
src/app/page.tsx
@@ -25,283 +25,112 @@ export default function LandingPage() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="ClimatePro HVAC"
|
||||
button={{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ClimatePro HVAC"
|
||||
button={{
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Expert HVAC Services You Can Trust"
|
||||
description="We provide reliable heating, cooling, and air quality solutions to keep your home comfortable year-round. Expert technicians ready to help."
|
||||
tag="Serving Your Comfort Needs"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1659205212610-b941b3048b68?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyN3x8bW9kZXJuJTIwcmVzaWRlbnRpYWwlMjBhaXIlMjBjb25kaXRpb25pbmclMjByZXBhaXJ8ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080&_wi=1",
|
||||
imageAlt: "Technician working on AC",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1548946447-79802ebb8311?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNnx8ZXhwZXJ0JTIwaGVhdGluZyUyMHN5c3RlbSUyMGluc3BlY3Rpb258ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080&_wi=1",
|
||||
imageAlt: "Technician checking system",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1572981779307-38b8cabb2407?q=80&w=1080",
|
||||
imageAlt: "HVAC unit maintenance",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1581092921461-eab60e9c3e21?q=80&w=1080",
|
||||
imageAlt: "Professional tools",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1621905251189-08b45d6a268e?q=80&w=1080",
|
||||
imageAlt: "Modern thermostat",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="5-Star Service Rating"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "plain" }}
|
||||
title="Expert HVAC Services You Can Trust"
|
||||
description="We provide reliable heating, cooling, and air quality solutions to keep your home comfortable year-round. Expert technicians ready to help."
|
||||
tag="Serving Your Comfort Needs"
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1659205212610-b941b3048b68?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyN3x8bW9kZXJuJTIwcmVzaWRlbnRpYWwlMjBhaXIlMjBjb25kaXRpb25pbmclMjByZXBhaXJ8ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080", imageAlt: "Technician working on AC"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1548946447-79802ebb8311?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNnx8ZXhwZXJ0JTIwaGVhdGluZyUyMHN5c3RlbSUyMGluc3BlY3Rpb258ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080", imageAlt: "Technician checking system"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="5-Star Service Rating"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="About ClimatePro"
|
||||
description="With over 15 years of experience in the HVAC industry, our team is dedicated to providing honest, efficient, and affordable solutions for your home and business comfort needs."
|
||||
tag="Our Mission"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Licensed Professionals",
|
||||
description: "Highly trained and background-checked technicians.",
|
||||
},
|
||||
{
|
||||
title: "24/7 Emergency Service",
|
||||
description: "We are available anytime you need us.",
|
||||
},
|
||||
{
|
||||
title: "Satisfaction Guaranteed",
|
||||
description: "If you are not satisfied, we make it right.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1613479729852-e682ab024ba6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyNXx8bW9kZXJuJTIwaG9tZSUyMGNsaW1hdGUlMjBjb250cm9sJTIwaW5zdGFsbGF0aW9ufGVufDF8MHx8fDE3NzU0OTM0NTV8MA&ixlib=rb-4.1.0&q=80&w=1080&_wi=1"
|
||||
imageAlt="Professional HVAC team"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="About ClimatePro"
|
||||
description="With over 15 years of experience in the HVAC industry, our team is dedicated to providing honest, efficient, and affordable solutions for your home and business comfort needs."
|
||||
tag="Our Mission"
|
||||
bulletPoints={[
|
||||
{ title: "Licensed Professionals", description: "Highly trained and background-checked technicians." },
|
||||
{ title: "24/7 Emergency Service", description: "We are available anytime you need us." },
|
||||
{ title: "Satisfaction Guaranteed", description: "If you are not satisfied, we make it right." },
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1613479729852-e682ab024ba6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyNXx8bW9kZXJuJTIwaG9tZSUyMGNsaW1hdGUlMjBjb250cm9sJTIwaW5zdGFsbGF0aW9ufGVufDF8MHx8fDE3NzU0OTM0NTV8MA&ixlib=rb-4.1.0&q=80&w=1080"
|
||||
imageAlt="Professional HVAC team"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AC Repair & Maintenance",
|
||||
description: "Keep your home cool during those hot summer days.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1653197894814-519398735a13?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyOHx8YWMlMjBtYWludGVuYW5jZSUyMHNlcnZpY2UlMjBpY29ufGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080&_wi=1",
|
||||
imageAlt: "AC Repair",
|
||||
},
|
||||
{
|
||||
title: "Heating System Installation",
|
||||
description: "Energy-efficient heating solutions for modern homes.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1681807018042-940576a92713?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8Y29tbWVyY2lhbCUyMGh2YWMlMjBzeXN0ZW0lMjBzZXJ2aWNlfGVufDF8MHx8fDE3NzU0OTM0NTV8MA&ixlib=rb-4.1.0&q=80&w=1080&_wi=1",
|
||||
imageAlt: "Heating Installation",
|
||||
},
|
||||
{
|
||||
title: "Indoor Air Quality",
|
||||
description: "Better breathing with advanced purification systems.",
|
||||
imageSrc: "https://images.unsplash.com/photo-1612532656995-6a57bd708964?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNXx8aHZhYyUyMGFpciUyMGZpbHRyYXRpb24lMjBzeXN0ZW0lMjBpY29ufGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
imageAlt: "Air Quality",
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive climate control services designed for efficiency and long-term reliability."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "AC Repair & Maintenance", description: "Keep your home cool during those hot summer days.", imageSrc: "https://images.unsplash.com/photo-1653197894814-519398735a13?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyOHx8YWMlMjBtYWludGVuYW5jZSUyMHNlcnZpY2UlMjBpY29ufGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080", imageAlt: "AC Repair" },
|
||||
{ title: "Heating System Installation", description: "Energy-efficient heating solutions for modern homes.", imageSrc: "https://images.unsplash.com/photo-1681807018042-940576a92713?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8Y29tbWVyY2lhbCUyMGh2YWMlMjBzeXN0ZW0lMjBzZXJ2aWNlfGVufDF8MHx8fDE3NzU0OTM0NTV8MA&ixlib=rb-4.1.0&q=80&w=1080", imageAlt: "Heating Installation" },
|
||||
{ title: "Indoor Air Quality", description: "Better breathing with advanced purification systems.", imageSrc: "https://images.unsplash.com/photo-1612532656995-6a57bd708964?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNXx8aHZhYyUyMGFpciUyMGZpbHRyYXRpb24lMjBzeXN0ZW0lMjBpY29ufGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080", imageAlt: "Air Quality" },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive climate control services designed for efficiency and long-term reliability."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
date: "Jan 2025",
|
||||
title: "Homeowner",
|
||||
quote: "Fast, professional, and very clean work.",
|
||||
tag: "Repair",
|
||||
avatarSrc: "https://images.unsplash.com/photo-1753161023962-665967602405?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxfHxjdXN0b21lciUyMHBvcnRyYWl0JTIwaGFwcHl8ZW58MXwwfHx8MTc3NTQ5MzQ1Nnww&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
imageSrc: "https://images.unsplash.com/photo-1659205212610-b941b3048b68?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyN3x8bW9kZXJuJTIwcmVzaWRlbnRpYWwlMjBhaXIlMjBjb25kaXRpb25pbmclMjByZXBhaXJ8ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080&_wi=2",
|
||||
imageAlt: "hvac technician working on ac unit",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Thompson",
|
||||
date: "Dec 2024",
|
||||
title: "Business Owner",
|
||||
quote: "They fixed our commercial HVAC in no time.",
|
||||
tag: "Commercial",
|
||||
avatarSrc: "https://images.unsplash.com/photo-1615885621310-155df74fc92c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyMXx8Y3VzdG9tZXIlMjBwb3J0cmFpdCUyMGhhcHB5fGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
imageSrc: "https://images.unsplash.com/photo-1548946447-79802ebb8311?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNnx8ZXhwZXJ0JTIwaGVhdGluZyUyMHN5c3RlbSUyMGluc3BlY3Rpb258ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080&_wi=2",
|
||||
imageAlt: "smiling hvac contractor with tools",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Davis",
|
||||
date: "Nov 2024",
|
||||
title: "Property Manager",
|
||||
quote: "Reliable experts for all our properties.",
|
||||
tag: "Maintenance",
|
||||
avatarSrc: "https://images.unsplash.com/photo-1733491762566-701553a88e7d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxM3x8c21pbGluZyUyMGhvbWVvd25lciUyMHBvcnRyYWl0fGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
imageSrc: "https://images.unsplash.com/photo-1613479729852-e682ab024ba6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyNXx8bW9kZXJuJTIwaG9tZSUyMGNsaW1hdGUlMjBjb250cm9sJTIwaW5zdGFsbGF0aW9ufGVufDF8MHx8fDE3NzU0OTM0NTV8MA&ixlib=rb-4.1.0&q=80&w=1080&_wi=2",
|
||||
imageAlt: "professional technician explaining thermostat",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Roberts",
|
||||
date: "Oct 2024",
|
||||
title: "Homeowner",
|
||||
quote: "Great service at a fair price.",
|
||||
tag: "Installation",
|
||||
avatarSrc: "https://images.unsplash.com/photo-1609216360823-e1c500ec25a4?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyOHx8Y3VzdG9tZXIlMjBwb3J0cmFpdCUyMGhhcHB5fGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
imageSrc: "https://images.unsplash.com/photo-1653197894814-519398735a13?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyOHx8YWMlMjBtYWludGVuYW5jZSUyMHNlcnZpY2UlMjBpY29ufGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080&_wi=2",
|
||||
imageAlt: "hvac repair icon vector",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
date: "Sept 2024",
|
||||
title: "Homeowner",
|
||||
quote: "Highly recommended for any HVAC needs!",
|
||||
tag: "Repair",
|
||||
avatarSrc: "https://images.unsplash.com/photo-1652563222998-9984f547682d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyMXx8c2F0aXNmaWVkJTIwaG9tZSUyMG93bmVyJTIwcGhvdG98ZW58MXwwfHx8MTc3NTQ5MzQ1N3ww&ixlib=rb-4.1.0&q=80&w=1080",
|
||||
imageSrc: "https://images.unsplash.com/photo-1681807018042-940576a92713?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxMXx8Y29tbWVyY2lhbCUyMGh2YWMlMjBzeXN0ZW0lMjBzZXJ2aWNlfGVufDF8MHx8fDE3NzU0OTM0NTV8MA&ixlib=rb-4.1.0&q=80&w=1080&_wi=2",
|
||||
imageAlt: "heating installation icon symbol",
|
||||
},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="We pride ourselves on excellent service and customer satisfaction."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", date: "Jan 2025", title: "Homeowner", quote: "Fast, professional, and very clean work.", tag: "Repair", avatarSrc: "https://images.unsplash.com/photo-1753161023962-665967602405?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxfHxjdXN0b21lciUyMHBvcnRyYWl0JTIwaGFwcHl8ZW58MXwwfHx8MTc3NTQ5MzQ1Nnww&ixlib=rb-4.1.0&q=80&w=1080", imageSrc: "https://images.unsplash.com/photo-1659205212610-b941b3048b68?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyN3x8bW9kZXJuJTIwcmVzaWRlbnRpYWwlMjBhaXIlMjBjb25kaXRpb25pbmclMjByZXBhaXJ8ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080", imageAlt: "hvac technician working on ac unit" },
|
||||
{ id: "2", name: "John Thompson", date: "Dec 2024", title: "Business Owner", quote: "They fixed our commercial HVAC in no time.", tag: "Commercial", avatarSrc: "https://images.unsplash.com/photo-1615885621310-155df74fc92c?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwyMXx8Y3VzdG9tZXIlMjBwb3J0cmFpdCUyMGhhcHB5fGVufDF8MHx8fDE3NzU0OTM0NTZ8MA&ixlib=rb-4.1.0&q=80&w=1080", imageSrc: "https://images.unsplash.com/photo-1548946447-79802ebb8311?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNnx8ZXhwZXJ0JTIwaGVhdGluZyUyMHN5c3RlbSUyMGluc3BlY3Rpb258ZW58MXwwfHx8MTc3NTQ5MzQ1NXww&ixlib=rb-4.1.0&q=80&w=1080", imageAlt: "smiling hvac contractor with tools" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="We pride ourselves on excellent service and customer satisfaction."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get a Free Estimate"
|
||||
description="Ready to get started? Contact us today to schedule your service or consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="https://images.unsplash.com/photo-1614792403436-ba5b3e747604?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNXx8aHZhYyUyMHRlY2huaWNpYW4lMjBob2xkaW5nJTIwY2xpcGJvYXJkfGVufDF8MHx8fDE3NzU0OTM0NTd8MA&ixlib=rb-4.1.0&q=80&w=1080"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get a Free Estimate"
|
||||
description="Ready to get started? Contact us today to schedule your service or consultation."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
|
||||
imageSrc="https://images.unsplash.com/photo-1614792403436-ba5b3e747604?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3w4Mzc5ODl8MHwxfHNlYXJjaHwxNXx8aHZhYyUyMHRlY2huaWNpYW4lMjBob2xkaW5nJTIwY2xpcGJvYXJkfGVufDF8MHx8fDE3NzU0OTM0NTd8MA&ixlib=rb-4.1.0&q=80&w=1080"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="ClimatePro HVAC"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Repair",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Install",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="ClimatePro HVAC"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Repair", href: "#features" }, { label: "Install", href: "#features" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user