Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60e6cdbf31 | |||
| fda4efbd49 | |||
| 34744b29a7 | |||
| b6703c9c9a | |||
| 3bcb1500c5 | |||
| 67d5f12078 |
117
src/app/page.tsx
117
src/app/page.tsx
@@ -49,12 +49,12 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Your Comfort, Perfected."
|
title="Florida's Expert Mini-Split Installation"
|
||||||
description="Professional AC installation and efficient heating solutions to keep your home feeling just right, all year long. Expertly installed, whisper-quiet performance."
|
description="Professional AC installation and efficient heating solutions across the entire state of Florida. Expertly installed, whisper-quiet performance for your home comfort."
|
||||||
tag="HVAC Experts"
|
tag="Florida's HVAC Experts"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Quote", href: "#contact"},
|
text: "Get Free Custom Quote", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -63,12 +63,6 @@ export default function LandingPage() {
|
|||||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg", imageAlt: "Modern mini split unit"},
|
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036908.jpg", imageAlt: "Modern mini split unit"},
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-near-heater_23-2149308963.jpg", imageAlt: "Smart climate control"},
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-near-heater_23-2149308963.jpg", imageAlt: "Smart climate control"},
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388953.jpg", imageAlt: "Modern home comfort"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg", imageAlt: "Technician servicing unit"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-smoke-collection-white-background_1112-1761.jpg", imageAlt: "Cool airflow"},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -77,17 +71,17 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Why Choose Us"
|
title="Serving All of Florida"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Years Experience", value: "15+"},
|
label: "Years Experience", value: "15+"},
|
||||||
{
|
{
|
||||||
icon: CheckCircle,
|
icon: CheckCircle,
|
||||||
label: "Units Installed", value: "5000+"},
|
label: "Florida Installations", value: "5000+"},
|
||||||
{
|
{
|
||||||
icon: Shield,
|
icon: Shield,
|
||||||
label: "Satisfied Customers", value: "99%"},
|
label: "Customer Satisfaction", value: "99%"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -100,56 +94,34 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Energy Efficiency", description: "Advanced inverter technology adjusts compressor speed to maintain steady temperatures with minimal energy consumption.", media: {
|
title: "Efficient Florida Solutions", description: "Advanced inverter technology designed to handle Florida's heat with unmatched energy efficiency.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg", imageAlt: "Energy efficiency"},
|
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23720.jpg", imageAlt: "Energy efficiency"},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
text: "Save up to 30% on energy bills"},
|
text: "Significant energy savings"},
|
||||||
{
|
{
|
||||||
icon: Leaf,
|
icon: Leaf,
|
||||||
text: "Eco-friendly refrigerants"},
|
text: "Eco-friendly cooling"},
|
||||||
{
|
|
||||||
icon: Zap,
|
|
||||||
text: "Smart power usage"},
|
|
||||||
],
|
],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Quiet Operation", description: "Enjoy unmatched silence. Our units are engineered to operate at noise levels so low, you'll forget they're even on.", media: {
|
title: "Whisper-Quiet Performance", description: "Enjoy the serenity of our ultra-quiet mini split systems, perfectly suited for Florida homes.", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388962.jpg", imageAlt: "Quiet operation"},
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388962.jpg", imageAlt: "Quiet operation"},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
icon: Volume2,
|
icon: Volume2,
|
||||||
text: "Ultra-quiet fan technology"},
|
text: "Silent fan tech"},
|
||||||
{
|
{
|
||||||
icon: Moon,
|
icon: Moon,
|
||||||
text: "Perfect for bedrooms"},
|
text: "Sleep-friendly operation"},
|
||||||
{
|
|
||||||
icon: Settings,
|
|
||||||
text: "Optimized airflow"},
|
|
||||||
],
|
],
|
||||||
reverse: true,
|
reverse: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Zone Control", description: "Heat or cool only the rooms you use. Individual room control ensures everyone gets their ideal comfort setting.", media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-engineer_1098-18201.jpg", imageAlt: "Zone control"},
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
icon: MapPin,
|
|
||||||
text: "Individual zone monitoring"},
|
|
||||||
{
|
|
||||||
icon: Smartphone,
|
|
||||||
text: "Remote app control"},
|
|
||||||
{
|
|
||||||
icon: Thermometer,
|
|
||||||
text: "Precision temperature"},
|
|
||||||
],
|
|
||||||
reverse: false,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Experience The Cool Difference"
|
title="Why Mini-Splits for Florida?"
|
||||||
description="Our mini split systems offer superior climate control without the ductwork, saving you money and space while providing whisper-quiet comfort."
|
description="Our ductless systems are the superior choice for consistent climate control throughout the Sunshine State."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -161,26 +133,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", brand: "Daikin", name: "Emura Series", price: "Call for quote", rating: 5,
|
id: "p1", brand: "Premium", name: "Florida Series AC", price: "Inquire for Pricing", rating: 5,
|
||||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-mounted-white-wall_53876-142861.jpg"},
|
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/air-conditioner-mounted-white-wall_53876-142861.jpg"},
|
||||||
{
|
{
|
||||||
id: "p2", brand: "Mitsubishi", name: "Designer Series", price: "Call for quote", rating: 5,
|
id: "p2", brand: "Performance", name: "Sunshine Edition", price: "Inquire for Pricing", rating: 5,
|
||||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-indoors-white-wall-with-vent-space_23-2148801257.jpg"},
|
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-indoors-white-wall-with-vent-space_23-2148801257.jpg"},
|
||||||
{
|
{
|
||||||
id: "p3", brand: "Fujitsu", name: "Halcyon RGLX", price: "Call for quote", rating: 4,
|
id: "p3", brand: "Comfort", name: "Elite Split Unit", price: "Inquire for Pricing", rating: 4,
|
||||||
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388988.jpg"},
|
reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388988.jpg"},
|
||||||
{
|
|
||||||
id: "p4", brand: "LG", name: "Art Cool", price: "Call for quote", rating: 5,
|
|
||||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250267.jpg"},
|
|
||||||
{
|
|
||||||
id: "p5", brand: "Carrier", name: "Performance Series", price: "Call for quote", rating: 4,
|
|
||||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/side-view-building-with-blue-sky_23-2148252799.jpg"},
|
|
||||||
{
|
|
||||||
id: "p6", brand: "Gree", name: "Sapphire Series", price: "Call for quote", rating: 5,
|
|
||||||
reviewCount: "177", imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Recommended Systems"
|
title="Top Rated Systems"
|
||||||
description="We partner with leading manufacturers to provide top-tier heating and cooling solutions built to last."
|
description="Our recommended high-performance mini-split units available for installation anywhere in Florida."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Get Free Custom Quote", href: "#contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -191,18 +157,12 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "Sarah Miller", role: "Homeowner", testimonial: "Fantastic service! My home feels so much cooler and the installation was incredibly clean.", imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg"},
|
id: "t1", name: "Florida Homeowner", role: "Resident", testimonial: "CoolAir Pro handled my installation across the state seamlessly. Incredible value and service.", imageSrc: "http://img.b2bpic.net/free-photo/woman-living-room-smiles-holding-mug_23-2148385593.jpg"},
|
||||||
{
|
{
|
||||||
id: "t2", name: "James Anderson", role: "Homeowner", testimonial: "Professional and fast. The new mini splits have completely changed how we live in our house.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-talking_23-2148116315.jpg"},
|
id: "t2", name: "Sunshine State Resident", role: "Homeowner", testimonial: "Professional and reliable. My new mini-split works perfectly in this heat!", imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-talking_23-2148116315.jpg"},
|
||||||
{
|
|
||||||
id: "t3", name: "Linda White", role: "Homeowner", testimonial: "Really happy with the quiet operation. I can sleep soundly now and the heating is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-having-coffee-kitchen_23-2148388769.jpg"},
|
|
||||||
{
|
|
||||||
id: "t4", name: "David Clark", role: "Homeowner", testimonial: "They answered all my questions and the installation team was top-notch.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-pregnant-woman-working-laptop_23-2149144871.jpg"},
|
|
||||||
{
|
|
||||||
id: "t5", name: "Robert Chen", role: "Homeowner", testimonial: "Highly recommend CoolAir Pro. Great pricing and even better execution.", imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-talking-mobile-phone-while-coworker-looking-computer_1170-967.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="What Homeowners Say"
|
title="Trusted by Floridians"
|
||||||
description="Trusted by hundreds of local families for professional, clean, and reliable home comfort installations."
|
description="Professional installations that help Florida families stay cool year-round."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -211,9 +171,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Carrier", "Mitsubishi Electric", "Daikin", "Fujitsu", "LG", "Gree", "Trane"]}
|
"Statewide Coverage", "Certified Technicians", "Authorized Installers", "Mini-Split Specialists"]}
|
||||||
title="Trusted Partners"
|
title="Florida's Choice"
|
||||||
description="We are proud authorized installers for the industry's most reliable HVAC manufacturers."
|
description="We pride ourselves on being Florida's premier provider for mini-split climate control."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -223,14 +183,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "How long does installation take?", content: "Most single-zone installations take about one day, while multi-zone systems might take two."},
|
id: "f1", title: "Do you install statewide?", content: "Yes, we provide full installation services across all regions of Florida."},
|
||||||
{
|
{
|
||||||
id: "f2", title: "Are mini splits energy efficient?", content: "Yes! They are some of the most efficient systems available today due to inverter technology."},
|
id: "f2", title: "How can I contact you?", content: "You can reach our team anytime via our contact form for quotes and support."},
|
||||||
{
|
{
|
||||||
id: "f3", title: "Do I need ductwork?", content: "No, that's the best part. Mini splits are ductless, allowing for cleaner installation in any home."},
|
id: "f3", title: "Are mini-splits good for Florida weather?", content: "They are the perfect solution for Florida, offering quiet, efficient, and zoned climate control."},
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Find answers to the most frequently asked questions about heating, cooling, and mini split installations."
|
description="Everything you need to know about professional installation services in Florida."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -240,9 +200,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Contact Us"
|
tag="Get in touch"
|
||||||
title="Ready for a Cooler Home?"
|
title="Ready to Cool Your Home?"
|
||||||
description="Get in touch for a free estimate or consultation regarding your heating and cooling needs."
|
description="Submit your details to schedule your installation today!"
|
||||||
|
buttonText="Get Free Custom Quote"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -258,4 +219,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user