Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-27 03:58:36 +00:00

View File

@@ -31,33 +31,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Process",
id: "#process",
},
name: "Process", id: "#process"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "About Us",
id: "#about",
},
name: "About Us", id: "#about"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Pioneer Air & Heat Group"
/>
@@ -66,40 +52,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Emergency AC and Furnace Repair in Chicago"
description="Our local team is available from 7:00 AM to 9:00 PM every day to fix your heating or cooling problems. We provide fast service and honest pricing for every neighborhood in the city."
tag="Locally Owned • Same-Day Service Available • Upfront Pricing"
buttons={[
{
text: "Get My Fast Quote",
href: "#contact",
},
text: "Get My Fast Quote", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg",
imageAlt: "Pioneer Air & Heat Group truck with technician walking towards a house in Chicago",
},
imageSrc: "http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg", imageAlt: "Pioneer Air & Heat Group truck with technician walking towards a house in Chicago"},
{
imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manifold-gauges_482257-91083.jpg",
imageAlt: "Technician working on an outdoor AC unit with Chicago skyline in background",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/freon-level-values-chroma-key-laptop_482257-90851.jpg",
imageAlt: "HVAC technicians performing routine maintenance on an outdoor unit",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110983.jpg",
imageAlt: "A service technician inspecting a furnace inside a home",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg",
imageAlt: "Close-up of an HVAC repairman's hands working on wiring",
},
imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manifold-gauges_482257-91083.jpg", imageAlt: "Technician working on an outdoor AC unit with Chicago skyline in background"}
]}
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
rating={4.7}
ratingText="From 27 Local Reviews • Licensed and Insured"
/>
@@ -113,35 +80,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Emergency AC Repair",
description: "Your home is getting hotter by the minute and the vents are blowing warm air. A broken air conditioner is more than a nuisance during a Chicago summer. Our technicians arrive quickly to find the break and restore your cooling.",
button: {
text: "See My AC Options",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg",
imageAlt: "Technician using a multimeter to test an outdoor AC unit",
},
title: "Emergency AC Repair", description: "Your home is getting hotter by the minute and the vents are blowing warm air. A broken air conditioner is more than a nuisance during a Chicago summer. Our technicians arrive quickly to find the break and restore your cooling.", button: {
text: "See My AC Options", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17800.jpg", imageAlt: "Technician using a multimeter to test an outdoor AC unit"},
{
title: "Furnace and Heating Fixes",
description: "Chicago winters do not wait for a convenient time to break your heater. If your furnace is making noise or failing to keep you warm, we can help. We diagnose all major brands and get the heat back on today.",
button: {
text: "Book My Heat Repair",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-male-showing-giving-gesture-t-shirt-looking-joyous-front-view_176474-99339.jpg",
imageAlt: "Technician pointing to a new air filter in a modern furnace",
},
title: "Furnace and Heating Fixes", description: "Chicago winters do not wait for a convenient time to break your heater. If your furnace is making noise or failing to keep you warm, we can help. We diagnose all major brands and get the heat back on today.", button: {
text: "Book My Heat Repair", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/young-male-showing-giving-gesture-t-shirt-looking-joyous-front-view_176474-99339.jpg", imageAlt: "Technician pointing to a new air filter in a modern furnace"},
{
title: "HVAC System Maintenance",
description: "Small mechanical issues often turn into expensive repairs if they are left alone. We offer thorough inspections to keep your system running at peak efficiency all year. Save money on your monthly energy bills with a quick tune-up.",
button: {
text: "Get My Maintenance Quote",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/window-with-brown-blinds-brick-wall-made-old-bricks-loft-interior-industrial-interior-as-background-closeup_166373-2873.jpg",
imageAlt: "Before and after comparison of a dirty and clean HVAC coil",
},
title: "HVAC System Maintenance", description: "Small mechanical issues often turn into expensive repairs if they are left alone. We offer thorough inspections to keep your system running at peak efficiency all year. Save money on your monthly energy bills with a quick tune-up.", button: {
text: "Get My Maintenance Quote", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/window-with-brown-blinds-brick-wall-made-old-bricks-loft-interior-industrial-interior-as-background-closeup_166373-2873.jpg", imageAlt: "Before and after comparison of a dirty and clean HVAC coil"},
]}
title="Reliable HVAC Services"
description="We specialize in rapid response and lasting repairs for all your heating and cooling needs."
@@ -155,29 +104,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "step-1",
value: "1",
title: "Schedule My Visit",
description: "Call us or fill out the form to pick a time that works for your schedule.",
imageSrc: "http://img.b2bpic.net/free-vector/creative-call-center-lineal-design_23-2147949835.jpg",
imageAlt: "Hand holding a smartphone to schedule a visit",
},
id: "step-1", value: "1", title: "Schedule My Visit", description: "Call us or fill out the form to pick a time that works for your schedule.", imageSrc: "http://img.b2bpic.net/free-vector/creative-call-center-lineal-design_23-2147949835.jpg", imageAlt: "Hand holding a smartphone to schedule a visit"},
{
id: "step-2",
value: "2",
title: "Get My Inspection",
description: "A technician examines your system and provides a clear price before any work begins.",
imageSrc: "http://img.b2bpic.net/free-photo/asian-male-construction-firm-executive-sitting-office-talking-phone_1098-17517.jpg",
imageAlt: "Technician's clipboard with a clear estimate",
},
id: "step-2", value: "2", title: "Get My Inspection", description: "A technician examines your system and provides a clear price before any work begins.", imageSrc: "http://img.b2bpic.net/free-photo/asian-male-construction-firm-executive-sitting-office-talking-phone_1098-17517.jpg", imageAlt: "Technician's clipboard with a clear estimate"},
{
id: "step-3",
value: "3",
title: "Enjoy My Comfort",
description: "We finish the repair quickly and leave your home as clean as we found it.",
imageSrc: "http://img.b2bpic.net/free-photo/father-talking-mobile-phone-while-holding-his-baby_107420-96345.jpg",
imageAlt: "Family sitting comfortably on a sofa in a climate-controlled room",
},
id: "step-3", value: "3", title: "Enjoy My Comfort", description: "We finish the repair quickly and leave your home as clean as we found it.", imageSrc: "http://img.b2bpic.net/free-photo/father-talking-mobile-phone-while-holding-his-baby_107420-96345.jpg", imageAlt: "Family sitting comfortably on a sofa in a climate-controlled room"},
]}
title="Our Simple 3-Step Process"
description="We make getting your HVAC system repaired easy and stress-free."
@@ -190,65 +121,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Robbie Baker",
date: "October 2023",
title: "HVAC Background Knowledge",
quote: "John had a great deal of HVAC background knowledge. He had my unit back in an heartbeat and informed me on what was the matter with it. He was very helpful and quite a gentleman. I recommend them highly.",
tag: "HVAC Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg",
avatarAlt: "Robbie Baker avatar",
imageSrc: "http://img.b2bpic.net/free-photo/dad-walking-his-kid-first-day-school_23-2149573052.jpg",
imageAlt: "Residential Chicago home",
},
id: "1", name: "Robbie Baker", date: "October 2023", title: "HVAC Background Knowledge", quote: "John had a great deal of HVAC background knowledge. He had my unit back in an heartbeat and informed me on what was the matter with it. He was very helpful and quite a gentleman. I recommend them highly.", tag: "HVAC Repair", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", avatarAlt: "Robbie Baker avatar", imageSrc: "http://img.b2bpic.net/free-photo/dad-walking-his-kid-first-day-school_23-2149573052.jpg", imageAlt: "Residential Chicago home"},
{
id: "2",
name: "Aileen Kelly",
date: "September 2023",
title: "Professional and Friendly",
quote: "Glad I chose them for my HVAC repair. The team was professional, friendly, and made sure everything was working perfectly. I can recommend them to people looking for an HVAC fix.",
tag: "HVAC Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg",
avatarAlt: "Aileen Kelly avatar",
imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg",
imageAlt: "Modern kitchen interior",
},
id: "2", name: "Aileen Kelly", date: "September 2023", title: "Professional and Friendly", quote: "Glad I chose them for my HVAC repair. The team was professional, friendly, and made sure everything was working perfectly. I can recommend them to people looking for an HVAC fix.", tag: "HVAC Repair", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg", avatarAlt: "Aileen Kelly avatar", imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg", imageAlt: "Modern kitchen interior"},
{
id: "3",
name: "Lavenia Rozzell",
date: "August 2023",
title: "Better Than Other Companies",
quote: "I am pleased with them and their services. Pioneer Air & Heat Group is better than other companies I used in Chicago so far, a 5 stars review from me.",
tag: "HVAC Service",
avatarSrc: "http://img.b2bpic.net/free-photo/mature-man-sitting-his-desk_23-2148465266.jpg",
avatarAlt: "Lavenia Rozzell avatar",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg",
imageAlt: "Outdoor AC unit",
},
id: "3", name: "Lavenia Rozzell", date: "August 2023", title: "Better Than Other Companies", quote: "I am pleased with them and their services. Pioneer Air & Heat Group is better than other companies I used in Chicago so far, a 5 stars review from me.", tag: "HVAC Service", avatarSrc: "http://img.b2bpic.net/free-photo/mature-man-sitting-his-desk_23-2148465266.jpg", avatarAlt: "Lavenia Rozzell avatar", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg", imageAlt: "Outdoor AC unit"},
{
id: "4",
name: "Mark Evans",
date: "July 2023",
title: "Quick and Efficient",
quote: "My furnace stopped working unexpectedly during a cold snap. Pioneer Air & Heat Group responded quickly and had it fixed the same day. Highly impressed with their efficiency and professionalism.",
tag: "Furnace Repair",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg",
avatarAlt: "Mark Evans avatar",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-knitting-together_23-2149373675.jpg",
imageAlt: "Modern furnace in basement",
},
id: "4", name: "Mark Evans", date: "July 2023", title: "Quick and Efficient", quote: "My furnace stopped working unexpectedly during a cold snap. Pioneer Air & Heat Group responded quickly and had it fixed the same day. Highly impressed with their efficiency and professionalism.", tag: "Furnace Repair", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", avatarAlt: "Mark Evans avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-knitting-together_23-2149373675.jpg", imageAlt: "Modern furnace in basement"},
{
id: "5",
name: "Jessica Lee",
date: "June 2023",
title: "Trustworthy Service",
quote: "I've used many HVAC companies over the years, but Pioneer Air & Heat Group stands out. Their technicians are knowledgeable, honest, and truly care about solving the problem. I trust them completely with my home's heating and cooling.",
tag: "HVAC Maintenance",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg",
avatarAlt: "Jessica Lee avatar",
imageSrc: "http://img.b2bpic.net/free-photo/urban-city-aerial-view_649448-356.jpg",
imageAlt: "Roofline of a residential building",
},
id: "5", name: "Jessica Lee", date: "June 2023", title: "Trustworthy Service", quote: "I've used many HVAC companies over the years, but Pioneer Air & Heat Group stands out. Their technicians are knowledgeable, honest, and truly care about solving the problem. I trust them completely with my home's heating and cooling.", tag: "HVAC Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12661.jpg", avatarAlt: "Jessica Lee avatar", imageSrc: "http://img.b2bpic.net/free-photo/urban-city-aerial-view_649448-356.jpg", imageAlt: "Roofline of a residential building"},
]}
title="4.7 Stars From 27 Local Reviews"
description="Hear directly from your Chicago neighbors about their experience with Pioneer Air & Heat Group."
@@ -260,9 +141,7 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Pioneer Air & Heat Group is a family-run business serving the Chicago area. We started this company to provide homeowners with a more honest and affordable alternative to the big national franchises. Our team has 20 years of experience fixing local HVAC systems. We are fully licensed and insured under CILB# 1234567 to give you total peace of mind.",
},
type: "text", content: "Pioneer Air & Heat Group is a family-run business serving the Chicago area. We started this company to provide homeowners with a more honest and affordable alternative to the big national franchises. Our team has 20 years of experience fixing local HVAC systems. We are fully licensed and insured under CILB# 1234567 to give you total peace of mind."},
]}
/>
</div>
@@ -273,30 +152,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What areas in Chicago do you serve?",
content: "We proudly serve all neighborhoods within the city of Chicago, ensuring fast and reliable service wherever you are located.",
},
id: "faq-1", title: "What areas in Chicago do you serve?", content: "We proudly serve all neighborhoods within the city of Chicago, ensuring fast and reliable service wherever you are located."},
{
id: "faq-2",
title: "Do you offer same-day service for emergencies?",
content: "Yes, we prioritize emergency repairs and offer same-day service for most AC and furnace issues to restore your comfort quickly.",
},
id: "faq-2", title: "Do you offer same-day service for emergencies?", content: "Yes, we prioritize emergency repairs and offer same-day service for most AC and furnace issues to restore your comfort quickly."},
{
id: "faq-3",
title: "What brands of HVAC systems do you service?",
content: "Our certified technicians are experienced in diagnosing and repairing all major brands and models of air conditioning and heating systems.",
},
id: "faq-3", title: "What brands of HVAC systems do you service?", content: "Our certified technicians are experienced in diagnosing and repairing all major brands and models of air conditioning and heating systems."},
{
id: "faq-4",
title: "What are your operating hours?",
content: "Our team is available from 7:00 AM to 9:00 PM every day of the week to address your HVAC needs.",
},
id: "faq-4", title: "What are your operating hours?", content: "Our team is available from 7:00 AM to 9:00 PM every day of the week to address your HVAC needs."},
{
id: "faq-5",
title: "How do I get a quote for a repair?",
content: "You can call us directly at +1 464-245-2070 or fill out our contact form. We provide a clear price estimate before any work begins.",
},
id: "faq-5", title: "How do I get a quote for a repair?", content: "You can call us directly at +1 464-245-2070 or fill out our contact form. We provide a clear price estimate before any work begins."},
]}
title="Common Questions"
description="Quick answers to common questions about our HVAC services."
@@ -308,16 +172,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get Your Free Estimate"
title="Ready for Reliable HVAC Service?"
description="Contact Pioneer Air & Heat Group today for fast, honest AC and furnace repair and maintenance in Chicago. Call us at +1 464-245-2070 or get your free estimate now."
buttons={[
{
text: "Get My Free Estimate",
href: "tel:+14642452070",
},
text: "Get My Free Estimate", href: "tel:+14642452070"},
]}
/>
</div>
@@ -328,49 +189,31 @@ export default function LandingPage() {
{
items: [
{
label: "Emergency AC Repair",
href: "#services",
},
label: "Emergency AC Repair", href: "#services"},
{
label: "Furnace and Heating Fixes",
href: "#services",
},
label: "Furnace and Heating Fixes", href: "#services"},
{
label: "HVAC System Maintenance",
href: "#services",
},
label: "HVAC System Maintenance", href: "#services"},
],
},
{
items: [
{
label: "Our Process",
href: "#process",
},
label: "Our Process", href: "#process"},
{
label: "Customer Reviews",
href: "#reviews",
},
label: "Customer Reviews", href: "#reviews"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
{
items: [
{
label: "Contact Us",
href: "tel:+14642452070",
},
label: "Contact Us", href: "tel:+14642452070"},
{
label: "Schedule Service",
href: "#contact",
},
label: "Schedule Service", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}