diff --git a/src/app/page.tsx b/src/app/page.tsx index e7266eb..66070ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/men-observing-white-auto-car-center_651396-1183.jpg?_wi=1", imageAlt: "Professional car wash facility with water jets"}, + imageSrc: "http://img.b2bpic.net/free-photo/men-observing-white-auto-car-center_651396-1183.jpg", imageAlt: "Professional car wash facility with water jets"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212190.jpg?_wi=1", imageAlt: "Clean self-service car wash bay"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212190.jpg", imageAlt: "Clean self-service car wash bay"}, ]} mediaAnimation="slide-up" rating={4} @@ -73,7 +73,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Self-Service Wash Bays", description: "Powerful pressure wash, foam brush, and spot-free rinse. Complete control over your wash experience.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212190.jpg?_wi=2", imageAlt: "Self-service pressure wash bay"}, + title: "Self-Service Wash Bays", description: "Powerful pressure wash, foam brush, and spot-free rinse. Complete control over your wash experience.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212190.jpg", imageAlt: "Self-service pressure wash bay"}, { id: 2, title: "Automatic Car Wash", description: "Quick drive-through wash with professional results. Fast, affordable, and convenient for busy customers.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-white-medical-mask-central-square-city-sits-chair-van-cafe_343596-1347.jpg", imageAlt: "Automatic car wash facility"}, @@ -92,7 +92,7 @@ export default function LandingPage() { tag="Why Choose Us" title="The Best Car Wash in Cleveland" description="American Pride Car Wash is your trusted local choice for professional vehicle care. Open 24 hours, reliably maintained equipment, and always affordable pricing without hidden fees. We're conveniently located on Kinsman Rd with easy access from local roads." - imageSrc="http://img.b2bpic.net/free-photo/men-observing-white-auto-car-center_651396-1183.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/men-observing-white-auto-car-center_651396-1183.jpg" imageAlt="American Pride Car Wash facility exterior" buttons={[ { text: "Call Us Today", href: "tel:+1-216-424-5120" }, @@ -137,6 +137,7 @@ export default function LandingPage() { { id: "4", value: "⭐", description: "3.8 rating with 198+ customer reviews"}, ]} + metricsAnimation="slide-up" useInvertedBackground={true} />