Update src/app/page.tsx
This commit is contained in:
405
src/app/page.tsx
405
src/app/page.tsx
@@ -34,37 +34,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/abstract-classic-blue-business-card-template_23-2148411023.jpg"
|
||||
logoAlt="Birmingham Heating & Air logo"
|
||||
brandName="Birmingham Heating & Air"
|
||||
button={{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Service", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,85 +60,41 @@ export default function LandingPage() {
|
||||
description="Birmingham Heating & Air Conditioning delivers transparent pricing, fast response times, and expert repairs and installations you can trust. No upselling. No surprises. Just dependable comfort for your home or business."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@HomeownerBirmingham",
|
||||
testimonial: "Finally, an HVAC company I can trust! Birmingham H&A fixed my AC quickly, and the pricing was exactly what they quoted. Highly recommend their transparent and honest service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-caucasian-guy-love-with-his-black-girlfriend_1262-20219.jpg",
|
||||
imageAlt: "Satisfied homeowner Sarah J.",
|
||||
},
|
||||
name: "Sarah J.", handle: "@HomeownerBirmingham", testimonial: "Finally, an HVAC company I can trust! Birmingham H&A fixed my AC quickly, and the pricing was exactly what they quoted. Highly recommend their transparent and honest service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-excited-caucasian-guy-love-with-his-black-girlfriend_1262-20219.jpg", imageAlt: "Satisfied homeowner Sarah J."},
|
||||
{
|
||||
name: "Michael T.",
|
||||
handle: "@PropertyManagerBHM",
|
||||
testimonial: "As a commercial property manager, downtime is costly. Birmingham H&A's rapid response and professional team kept our operations smooth. A truly dependable partner.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg",
|
||||
imageAlt: "Commercial Property Manager Michael T.",
|
||||
},
|
||||
name: "Michael T.", handle: "@PropertyManagerBHM", testimonial: "As a commercial property manager, downtime is costly. Birmingham H&A's rapid response and professional team kept our operations smooth. A truly dependable partner.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg", imageAlt: "Commercial Property Manager Michael T."},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@NewHomeownerBHM",
|
||||
testimonial: "Installing a new HVAC system felt overwhelming, but Birmingham H&A guided us without any pressure. We got the perfect system for our new home and couldn't be happier!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-board_23-2149071636.jpg",
|
||||
imageAlt: "New Homeowner Emily R.",
|
||||
},
|
||||
name: "Emily R.", handle: "@NewHomeownerBHM", testimonial: "Installing a new HVAC system felt overwhelming, but Birmingham H&A guided us without any pressure. We got the perfect system for our new home and couldn't be happier!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-board_23-2149071636.jpg", imageAlt: "New Homeowner Emily R."},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@ResidentialClient",
|
||||
testimonial: "Their preventative maintenance plan is fantastic. My system runs perfectly, and I appreciate the detailed, upfront reports from their friendly technicians.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-embracing-her-husband-from-sitting-sofa-with-laptop_23-2147901402.jpg",
|
||||
imageAlt: "David L., satisfied residential client",
|
||||
},
|
||||
name: "David L.", handle: "@ResidentialClient", testimonial: "Their preventative maintenance plan is fantastic. My system runs perfectly, and I appreciate the detailed, upfront reports from their friendly technicians.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-embracing-her-husband-from-sitting-sofa-with-laptop_23-2147901402.jpg", imageAlt: "David L., satisfied residential client"},
|
||||
{
|
||||
name: "Jessica M.",
|
||||
handle: "@LocalBusinessBHM",
|
||||
testimonial: "Birmingham H&A handled our office HVAC with professionalism. Minimal disruption, clear communication, and excellent results. Our go-to for commercial needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg",
|
||||
imageAlt: "Jessica M., local business owner",
|
||||
},
|
||||
name: "Jessica M.", handle: "@LocalBusinessBHM", testimonial: "Birmingham H&A handled our office HVAC with professionalism. Minimal disruption, clear communication, and excellent results. Our go-to for commercial needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg", imageAlt: "Jessica M., local business owner"},
|
||||
{
|
||||
name: "Robert K.",
|
||||
handle: "@ComfortSeeker",
|
||||
testimonial: "Our old system gave out, and Birmingham H&A replaced it efficiently. The new AC is fantastic, and their team was courteous throughout the process.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-ventriloquist-with-puppet-show_23-2150535342.jpg",
|
||||
imageAlt: "Robert K., comfortable resident",
|
||||
},
|
||||
name: "Robert K.", handle: "@ComfortSeeker", testimonial: "Our old system gave out, and Birmingham H&A replaced it efficiently. The new AC is fantastic, and their team was courteous throughout the process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-ventriloquist-with-puppet-show_23-2150535342.jpg", imageAlt: "Robert K., comfortable resident"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-representative_23-2151933142.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-representative_23-2151933142.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-black-freelancer-laying-sofa-texting-phone_482257-126547.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-black-freelancer-laying-sofa-texting-phone_482257-126547.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-agent_23-2151933145.jpg",
|
||||
alt: "Smiling customer service agent",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-customer-service-agent_23-2151933145.jpg", alt: "Smiling customer service agent"},
|
||||
]}
|
||||
avatarText="Join 1,000+ happy customers"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg"
|
||||
@@ -166,7 +108,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="Your Trusted Partner for Unwavering HVAC Comfort in Birmingham"
|
||||
description="At Birmingham Heating & Air Conditioning, we believe in clear communication, honest service, and dependable results. For years, we've proudly served residential and commercial clients across Birmingham, building a reputation for integrity and craftsmanship. Our mission is to provide peace of mind through optimal climate control, ensuring every home and business enjoys comfort done right—without the surprises."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,23 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees, no unexpected costs. We provide clear, upfront estimates so you always know what to expect before any work begins.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-breaking-divorce-decree_23-2148542328.jpg",
|
||||
imageAlt: "Transparent pricing icon",
|
||||
},
|
||||
title: "Transparent Pricing", description: "No hidden fees, no unexpected costs. We provide clear, upfront estimates so you always know what to expect before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-breaking-divorce-decree_23-2148542328.jpg", imageAlt: "Transparent pricing icon"},
|
||||
{
|
||||
title: "Fast Response Times",
|
||||
description: "When your comfort is on the line, every minute counts. Our team is ready to respond quickly to your service calls, minimizing your downtime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-repair-tools-technology_187299-46578.jpg",
|
||||
imageAlt: "Fast response clock icon",
|
||||
},
|
||||
title: "Fast Response Times", description: "When your comfort is on the line, every minute counts. Our team is ready to respond quickly to your service calls, minimizing your downtime.", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-repair-tools-technology_187299-46578.jpg", imageAlt: "Fast response clock icon"},
|
||||
{
|
||||
title: "Dependable Craftsmanship",
|
||||
description: "Our certified technicians deliver expert repairs and installations built to last. We take pride in our work, ensuring lasting comfort and efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-engineer-designing-building-model-maquette-layout-architecture-work-architect-working-construction-structure-design-urban-development-project_482257-37228.jpg",
|
||||
imageAlt: "Dependable craftsmanship tools icon",
|
||||
},
|
||||
title: "Dependable Craftsmanship", description: "Our certified technicians deliver expert repairs and installations built to last. We take pride in our work, ensuring lasting comfort and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-engineer-designing-building-model-maquette-layout-architecture-work-architect-working-construction-structure-design-urban-development-project_482257-37228.jpg", imageAlt: "Dependable craftsmanship tools icon"},
|
||||
]}
|
||||
title="Unmatched HVAC Service: Honesty, Speed & Expertise"
|
||||
description="Experience the difference of a truly customer-centric HVAC provider. We prioritize your comfort and peace of mind."
|
||||
@@ -210,65 +139,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "product-ac-repair",
|
||||
brand: "Residential",
|
||||
name: "AC Repair & Service",
|
||||
price: "From $120",
|
||||
rating: 5,
|
||||
reviewCount: "210 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manifold-gauges_482257-91083.jpg",
|
||||
imageAlt: "AC repair technician working on an outdoor unit",
|
||||
},
|
||||
id: "product-ac-repair", brand: "Residential", name: "AC Repair & Service", price: "From $120", rating: 5,
|
||||
reviewCount: "210 reviews", imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manifold-gauges_482257-91083.jpg", imageAlt: "AC repair technician working on an outdoor unit"},
|
||||
{
|
||||
id: "product-furnace-install",
|
||||
brand: "Residential",
|
||||
name: "Furnace Installation",
|
||||
price: "Free Estimate",
|
||||
rating: 5,
|
||||
reviewCount: "85 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061782.jpg",
|
||||
imageAlt: "New furnace installation in a residential home",
|
||||
},
|
||||
id: "product-furnace-install", brand: "Residential", name: "Furnace Installation", price: "Free Estimate", rating: 5,
|
||||
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-drinking-hot-beverage-energy-crisis_23-2150061782.jpg", imageAlt: "New furnace installation in a residential home"},
|
||||
{
|
||||
id: "product-maintenance-plan",
|
||||
brand: "Residential",
|
||||
name: "Preventative Maintenance",
|
||||
price: "From $99/year",
|
||||
rating: 5,
|
||||
reviewCount: "150 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-fixing-screw-computer-slot_23-2147922398.jpg",
|
||||
imageAlt: "Technician performing HVAC preventative maintenance",
|
||||
},
|
||||
id: "product-maintenance-plan", brand: "Residential", name: "Preventative Maintenance", price: "From $99/year", rating: 5,
|
||||
reviewCount: "150 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-fixing-screw-computer-slot_23-2147922398.jpg", imageAlt: "Technician performing HVAC preventative maintenance"},
|
||||
{
|
||||
id: "product-duct-cleaning",
|
||||
brand: "Residential/Commercial",
|
||||
name: "Duct Cleaning & Sealing",
|
||||
price: "From $250",
|
||||
rating: 5,
|
||||
reviewCount: "60 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-dirty-cloth-hand-view-inside-washing-machine_169016-12826.jpg",
|
||||
imageAlt: "Duct cleaning technician using equipment",
|
||||
},
|
||||
id: "product-duct-cleaning", brand: "Residential/Commercial", name: "Duct Cleaning & Sealing", price: "From $250", rating: 5,
|
||||
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-dirty-cloth-hand-view-inside-washing-machine_169016-12826.jpg", imageAlt: "Duct cleaning technician using equipment"},
|
||||
{
|
||||
id: "product-thermostat-install",
|
||||
brand: "Residential",
|
||||
name: "Smart Thermostat Installation",
|
||||
price: "From $180",
|
||||
rating: 5,
|
||||
reviewCount: "45 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg",
|
||||
imageAlt: "Smart thermostat installed on a wall",
|
||||
},
|
||||
id: "product-thermostat-install", brand: "Residential", name: "Smart Thermostat Installation", price: "From $180", rating: 5,
|
||||
reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smart-home-tablet_23-2149036910.jpg", imageAlt: "Smart thermostat installed on a wall"},
|
||||
{
|
||||
id: "product-commercial-hvac",
|
||||
brand: "Commercial",
|
||||
name: "Commercial HVAC Solutions",
|
||||
price: "Custom Quote",
|
||||
rating: 5,
|
||||
reviewCount: "75 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184907.jpg",
|
||||
imageAlt: "Commercial HVAC rooftop unit",
|
||||
},
|
||||
id: "product-commercial-hvac", brand: "Commercial", name: "Commercial HVAC Solutions", price: "Custom Quote", rating: 5,
|
||||
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184907.jpg", imageAlt: "Commercial HVAC rooftop unit"},
|
||||
]}
|
||||
title="Comprehensive HVAC Solutions for Every Need"
|
||||
description="From routine maintenance to complex installations, our experts are equipped to handle all your heating and air conditioning requirements."
|
||||
@@ -284,63 +171,31 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "plan-basic",
|
||||
badge: "Value",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$99",
|
||||
subtitle: "Annual Maintenance Plan",
|
||||
buttons: [
|
||||
id: "plan-basic", badge: "Value", badgeIcon: Sparkles,
|
||||
price: "$99", subtitle: "Annual Maintenance Plan", buttons: [
|
||||
{
|
||||
text: "Choose Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Basic", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"One annual tune-up",
|
||||
"Priority scheduling",
|
||||
"10% off repairs",
|
||||
"Safety inspection",
|
||||
],
|
||||
"One annual tune-up", "Priority scheduling", "10% off repairs", "Safety inspection"],
|
||||
},
|
||||
{
|
||||
id: "plan-premium",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$179",
|
||||
subtitle: "Premium Comfort Plan",
|
||||
buttons: [
|
||||
id: "plan-premium", badge: "Popular", badgeIcon: Star,
|
||||
price: "$179", subtitle: "Premium Comfort Plan", buttons: [
|
||||
{
|
||||
text: "Choose Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Premium", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Two annual tune-ups",
|
||||
"Enhanced priority scheduling",
|
||||
"15% off repairs",
|
||||
"Comprehensive system diagnostics",
|
||||
"Filter replacement included",
|
||||
],
|
||||
"Two annual tune-ups", "Enhanced priority scheduling", "15% off repairs", "Comprehensive system diagnostics", "Filter replacement included"],
|
||||
},
|
||||
{
|
||||
id: "plan-commercial",
|
||||
badge: "Business",
|
||||
badgeIcon: Building,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Commercial Service Plan",
|
||||
buttons: [
|
||||
id: "plan-commercial", badge: "Business", badgeIcon: Building,
|
||||
price: "Custom Quote", subtitle: "Commercial Service Plan", buttons: [
|
||||
{
|
||||
text: "Get Custom Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Custom Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Tailored maintenance schedules",
|
||||
"Dedicated account manager",
|
||||
"Volume discount on repairs",
|
||||
"Emergency priority response",
|
||||
"Energy efficiency consulting",
|
||||
],
|
||||
"Tailored maintenance schedules", "Dedicated account manager", "Volume discount on repairs", "Emergency priority response", "Energy efficiency consulting"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing, No Surprises"
|
||||
@@ -357,36 +212,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "15+",
|
||||
title: "Years of Service",
|
||||
items: [
|
||||
"Trusted in Birmingham",
|
||||
],
|
||||
id: "metric-1", value: "15+", title: "Years of Service", items: [
|
||||
"Trusted in Birmingham"],
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
items: [
|
||||
"Consistently exceeding expectations",
|
||||
],
|
||||
id: "metric-2", value: "98%", title: "Customer Satisfaction", items: [
|
||||
"Consistently exceeding expectations"],
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "5,000+",
|
||||
title: "Service Calls Completed",
|
||||
items: [
|
||||
"Keeping Birmingham comfortable",
|
||||
],
|
||||
id: "metric-3", value: "5,000+", title: "Service Calls Completed", items: [
|
||||
"Keeping Birmingham comfortable"],
|
||||
},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "24/7",
|
||||
title: "Emergency Availability",
|
||||
items: [
|
||||
"Always here when you need us",
|
||||
],
|
||||
id: "metric-4", value: "24/7", title: "Emergency Availability", items: [
|
||||
"Always here when you need us"],
|
||||
},
|
||||
]}
|
||||
title="Dependable Service, Proven Results"
|
||||
@@ -403,25 +242,15 @@ export default function LandingPage() {
|
||||
author="Marcus A., Residential Client"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg",
|
||||
alt: "Marcus A. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-coffee-construction-side_329181-3771.jpg", alt: "Marcus A. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg",
|
||||
alt: "Front view smiley man posing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Front view smiley man posing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
alt: "Cheerful attractive dark haired Latin man posing in kitchen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", alt: "Cheerful attractive dark haired Latin man posing in kitchen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg",
|
||||
alt: "Young and smiley man looking at camera",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiley-man-looking-camera_23-2148306634.jpg", alt: "Young and smiley man looking at camera"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
alt: "Man in shirt smiling and posing in the kitchen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Man in shirt smiling and posing in the kitchen"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -434,35 +263,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve residential and commercial clients throughout Birmingham and the surrounding metro areas, including all major neighborhoods and nearby towns.",
|
||||
},
|
||||
id: "faq-1", title: "What areas do you serve?", content: "We proudly serve residential and commercial clients throughout Birmingham and the surrounding metro areas, including all major neighborhoods and nearby towns."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer emergency services?",
|
||||
content: "Yes, we understand that HVAC emergencies can happen at any time. We offer 24/7 emergency repair services to ensure your comfort is quickly restored. Call us anytime for urgent needs.",
|
||||
},
|
||||
id: "faq-2", title: "Do you offer emergency services?", content: "Yes, we understand that HVAC emergencies can happen at any time. We offer 24/7 emergency repair services to ensure your comfort is quickly restored. Call us anytime for urgent needs."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How does your transparent pricing work?",
|
||||
content: "Before any work begins, our technicians will provide a detailed, upfront estimate for your approval. There are no hidden fees or surprise charges. We believe in complete honesty and clarity with all our clients.",
|
||||
},
|
||||
id: "faq-3", title: "How does your transparent pricing work?", content: "Before any work begins, our technicians will provide a detailed, upfront estimate for your approval. There are no hidden fees or surprise charges. We believe in complete honesty and clarity with all our clients."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What types of HVAC systems do you service?",
|
||||
content: "Our certified technicians are experienced in servicing all major brands and types of heating and air conditioning systems, including central AC, furnaces, heat pumps, ductless mini-splits, and commercial rooftop units.",
|
||||
},
|
||||
id: "faq-4", title: "What types of HVAC systems do you service?", content: "Our certified technicians are experienced in servicing all major brands and types of heating and air conditioning systems, including central AC, furnaces, heat pumps, ductless mini-splits, and commercial rooftop units."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you provide financing options for new installations?",
|
||||
content: "Yes, we offer flexible financing options through trusted partners to help make new HVAC installations more affordable. Contact us to learn more about our current financing plans and see if you qualify.",
|
||||
},
|
||||
id: "faq-5", title: "Do you provide financing options for new installations?", content: "Yes, we offer flexible financing options through trusted partners to help make new HVAC installations more affordable. Contact us to learn more about our current financing plans and see if you qualify."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What is the benefit of regular HVAC maintenance?",
|
||||
content: "Regular maintenance extends the lifespan of your system, improves energy efficiency, reduces the likelihood of costly breakdowns, and ensures optimal indoor air quality. It's an investment in long-term comfort and savings.",
|
||||
},
|
||||
id: "faq-6", title: "What is the benefit of regular HVAC maintenance?", content: "Regular maintenance extends the lifespan of your system, improves energy efficiency, reduces the likelihood of costly breakdowns, and ensures optimal indoor air quality. It's an investment in long-term comfort and savings."},
|
||||
]}
|
||||
title="Your HVAC Questions, Answered"
|
||||
description="Find quick answers to common inquiries about our services, pricing, and what makes Birmingham Heating & Air Conditioning your best choice."
|
||||
@@ -475,20 +286,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready for Reliable Comfort?"
|
||||
description="Contact Birmingham Heating & Air Conditioning today for transparent service, fast response, and expert solutions you can trust for your home or business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Service",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Service", href: "#"},
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -498,70 +304,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "AC Repair",
|
||||
href: "#products",
|
||||
},
|
||||
label: "AC Repair", href: "#products"},
|
||||
{
|
||||
label: "Furnace Installation",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Furnace Installation", href: "#products"},
|
||||
{
|
||||
label: "Maintenance Plans",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Maintenance Plans", href: "#pricing"},
|
||||
{
|
||||
label: "Duct Cleaning",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Duct Cleaning", href: "#products"},
|
||||
{
|
||||
label: "Commercial HVAC",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Commercial HVAC", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Why Choose Us",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Why Choose Us", href: "#services"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonial-single",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonial-single"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Schedule Service",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Schedule Service", href: "#contact"},
|
||||
{
|
||||
label: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Get Free Estimate", href: "#contact"},
|
||||
{
|
||||
label: "(205) 555-1234",
|
||||
href: "tel:+12055551234",
|
||||
},
|
||||
label: "(205) 555-1234", href: "tel:+12055551234"},
|
||||
{
|
||||
label: "info@bhamhvac.com",
|
||||
href: "mailto:info@bhamhvac.com",
|
||||
},
|
||||
label: "info@bhamhvac.com", href: "mailto:info@bhamhvac.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user