Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 19:50:57 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", imageAlt: "Professional AC technician at work"
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=1", imageAlt: "Professional AC technician at work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg", imageAlt: "Expert HVAC maintenance service"
@@ -70,7 +70,7 @@ export default function LandingPage() {
title="Why Choose Cool Comfort AC?"
description="With over 15 years of experience serving our community, we've built our reputation on reliability, transparency, and customer care. Every technician is certified and fully insured. We stand behind every job with a satisfaction guarantee."
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-woman-relaxing-sofa-home-woman-holding-her-hand-smart-phone_343596-3748.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-woman-relaxing-sofa-home-woman-holding-her-hand-smart-phone_343596-3748.jpg?_wi=1"
imageAlt="Happy family enjoying cool comfortable home"
buttons={[{ text: "Learn More", href: "#services" }]}
useInvertedBackground={false}
@@ -87,7 +87,7 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Emergency Service", title: "AC Repair", subtitle: "Same-day emergency response available", description: "Your AC stopped working in the heat? We're here fast. Our technicians diagnose and fix issues quickly, getting your cooling back on within hours in most cases.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional AC repair technician"
tag: "Emergency Service", title: "AC Repair", subtitle: "Same-day emergency response available", description: "Your AC stopped working in the heat? We're here fast. Our technicians diagnose and fix issues quickly, getting your cooling back on within hours in most cases.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Professional AC repair technician"
},
{
id: 2,
@@ -167,13 +167,13 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "15+", title: "Years of Service", description: "Proven reliability and expertise", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", imageAlt: "Experienced technician team"
id: "1", value: "15+", title: "Years of Service", description: "Proven reliability and expertise", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=2", imageAlt: "Experienced technician team"
},
{
id: "2", value: "2,500+", title: "Happy Customers", description: "Satisfied homeowners served", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-relaxing-sofa-home-woman-holding-her-hand-smart-phone_343596-3748.jpg", imageAlt: "Satisfied customer family"
id: "2", value: "2,500+", title: "Happy Customers", description: "Satisfied homeowners served", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-relaxing-sofa-home-woman-holding-her-hand-smart-phone_343596-3748.jpg?_wi=2", imageAlt: "Satisfied customer family"
},
{
id: "3", value: "Same-Day", title: "Emergency Service", description: "Fast response when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Rapid emergency service response"
id: "3", value: "Same-Day", title: "Emergency Service", description: "Fast response when you need it most", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Rapid emergency service response"
}
]}
/>