Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-09 15:05:53 +00:00
6 changed files with 1396 additions and 29 deletions

View File

@@ -86,7 +86,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg?_wi=5"
imageAlt="AN HVAC Service Center team"
mediaAnimation="slide-up"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -90,7 +90,7 @@ export default function HomePage() {
tag="Same-Day Service Available"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/repairman-working-air-conditioner_482257-80191.jpg"
imageSrc="http://img.b2bpic.net/free-photo/repairman-working-air-conditioner_482257-80191.jpg?_wi=1"
imageAlt="Professional AC technician servicing air conditioning unit"
textPosition="bottom-left"
showBlur={true}
@@ -115,28 +115,28 @@ export default function HomePage() {
id: 1,
title: "AC Repair",
description: "Diagnose and repair all types of AC units with advanced diagnostic tools and proven repair techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=1",
imageAlt: "AC repair service",
},
{
id: 2,
title: "AC Installation",
description: "Professional installation of new AC units with proper sizing, mounting, and system testing.",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg?_wi=1",
imageAlt: "AC installation service",
},
{
id: 3,
title: "AC Maintenance",
description: "Regular maintenance to keep your AC running efficiently and extend its lifespan.",
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg?_wi=1",
imageAlt: "AC maintenance service",
},
{
id: 4,
title: "AC Cleaning",
description: "Deep cleaning and hydrojet services to improve cooling efficiency and air quality.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg?_wi=1",
imageAlt: "AC cleaning service",
},
]}
@@ -225,28 +225,28 @@ export default function HomePage() {
id: 1,
title: "Book Service",
description: "Fill out our simple booking form with your location, AC type, and problem description.",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-working-air-conditioner_482257-80191.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/repairman-working-air-conditioner_482257-80191.jpg?_wi=2",
imageAlt: "Step 1: Book service",
},
{
id: 2,
title: "Technician Visits",
description: "Our experienced technician arrives at your preferred time with all necessary tools.",
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=2",
imageAlt: "Step 2: Technician visit",
},
{
id: 3,
title: "Problem Diagnosis",
description: "Professional diagnosis and instant quote for repair or service needed.",
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg?_wi=2",
imageAlt: "Step 3: Diagnosis",
},
{
id: 4,
title: "Repair & Support",
description: "Expert repair and ongoing support with service warranty and maintenance tips.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg?_wi=2",
imageAlt: "Step 4: Repair complete",
},
]}
@@ -328,7 +328,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg?_wi=1"
imageAlt="AN HVAC Service Center team"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -87,7 +87,7 @@ export default function ACInstallationPage() {
tag="Expert Installation Guaranteed"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg"
imageSrc="http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg?_wi=4"
imageAlt="Professional AC installation technician"
textPosition="bottom-left"
showBlur={true}
@@ -114,7 +114,7 @@ export default function ACInstallationPage() {
description:
"Professional evaluation of your space to determine the right AC capacity and optimal placement for maximum efficiency.",
imageSrc:
"http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg",
"http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=6",
imageAlt: "Site assessment",
},
{
@@ -123,7 +123,7 @@ export default function ACInstallationPage() {
description:
"Expert installation with proper mounting, electrical connections, and refrigerant charging using industry-standard procedures.",
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg",
"http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg?_wi=5",
imageAlt: "Professional installation",
},
{
@@ -132,7 +132,7 @@ export default function ACInstallationPage() {
description:
"Comprehensive testing to ensure optimal cooling performance, proper airflow, and energy efficiency of your new AC system.",
imageSrc:
"http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
"http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg?_wi=5",
imageAlt: "System testing",
},
{
@@ -141,7 +141,7 @@ export default function ACInstallationPage() {
description:
"Post-installation support with regular maintenance packages to keep your AC running smoothly and extend its lifespan.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg",
"http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg?_wi=5",
imageAlt: "Maintenance package",
},
]}
@@ -252,7 +252,7 @@ export default function ACInstallationPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg?_wi=4"
imageAlt="AN HVAC installation team"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -87,7 +87,7 @@ export default function ACRepairPage() {
tag="Same-Day Service Available"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/repairman-working-air-conditioner_482257-80191.jpg"
imageSrc="http://img.b2bpic.net/free-photo/repairman-working-air-conditioner_482257-80191.jpg?_wi=3"
imageAlt="Professional AC technician servicing air conditioning unit"
textPosition="bottom-left"
showBlur={true}
@@ -114,7 +114,7 @@ export default function ACRepairPage() {
description:
"Diagnose and repair all types of AC units with advanced diagnostic tools and proven repair techniques.",
imageSrc:
"http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg",
"http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=5",
imageAlt: "AC repair service",
},
{
@@ -123,7 +123,7 @@ export default function ACRepairPage() {
description:
"Professional installation of new AC units with proper sizing, mounting, and system testing.",
imageSrc:
"http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg",
"http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg?_wi=3",
imageAlt: "AC installation service",
},
{
@@ -132,7 +132,7 @@ export default function ACRepairPage() {
description:
"Regular maintenance to keep your AC running efficiently and extend its lifespan.",
imageSrc:
"http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
"http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg?_wi=4",
imageAlt: "AC maintenance service",
},
{
@@ -141,7 +141,7 @@ export default function ACRepairPage() {
description:
"Deep cleaning and hydrojet services to improve cooling efficiency and air quality.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg",
"http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg?_wi=4",
imageAlt: "AC cleaning service",
},
]}
@@ -252,7 +252,7 @@ export default function ACRepairPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg?_wi=3"
imageAlt="AN HVAC Service Center team"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -86,7 +86,7 @@ export default function ServicesPage() {
tag="Comprehensive Solutions"
tagIcon={Wrench}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg"
imageSrc="http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=3"
imageAlt="Professional HVAC technician working on air conditioning system"
textPosition="bottom-left"
showBlur={true}
@@ -111,28 +111,28 @@ export default function ServicesPage() {
id: 1,
title: "AC Repair & Troubleshooting",
description: "Expert diagnosis and repair of all AC problems including cooling issues, strange noises, leaks, and electrical faults. We fix it right the first time.",
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skilled-electrician-contracted-check-up-outdoor-air-conditioner-starting-work-shift-trained-worker-wearing-protective-gear-preparing-service-faulty-external-hvac-system_482257-63954.jpg?_wi=4",
imageAlt: "AC repair service",
},
{
id: 2,
title: "Professional AC Installation",
description: "Complete installation of new AC units with proper assessment, sizing, indoor/outdoor unit placement, refrigerant charging, and system testing for optimal performance.",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-examines-cable-connection-electrical-line-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-7334.jpg?_wi=2",
imageAlt: "AC installation service",
},
{
id: 3,
title: "Preventive Maintenance Programs",
description: "Regular maintenance plans to keep your AC running efficiently year-round. Includes filter replacement, coil cleaning, refrigerant check, and system optimization.",
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lower-angle-portrait-young-strong-man-with-muscles-tries-close-his-suitcase-full-clothes-pressing-bag-with-effort_1258-314717.jpg?_wi=3",
imageAlt: "AC maintenance service",
},
{
id: 4,
title: "Deep Cleaning & Sanitization",
description: "Professional hydrojet cleaning, coil sanitization, and system purification to improve cooling efficiency, air quality, and eliminate bacteria and mold.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-baking-meal-oven_1303-22258.jpg?_wi=3",
imageAlt: "AC cleaning service",
},
]}
@@ -151,7 +151,7 @@ export default function ServicesPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990680.jpg?_wi=2"
imageAlt="AN HVAC Service Center professional consultation"
mediaAnimation="slide-up"
mediaPosition="right"