diff --git a/src/app/page.tsx b/src/app/page.tsx index 876955e..49bb355 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1173.jpg?_wi=1", imageAlt: "Professional mechanic repairing vehicle" + id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1173.jpg", imageAlt: "Professional mechanic repairing vehicle" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-mechanic-working-auto-repair-shop-car_23-2150376960.jpg", imageAlt: "Oil change service" @@ -129,7 +129,7 @@ export default function LandingPage() { description="With over 20 years of experience serving the Dallas community, we've built our reputation on expertise, honesty, and exceptional customer service." subdescription="Our ASE-certified technicians work with the latest diagnostic equipment to ensure accurate repairs and maintenance. We stand behind our work with comprehensive warranties on all services." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1173.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1173.jpg" imageAlt="Dallas Automotive expert technician" mediaAnimation="blur-reveal" useInvertedBackground={true} @@ -167,7 +167,7 @@ export default function LandingPage() {