diff --git a/src/app/page.tsx b/src/app/page.tsx index 3aa7cdd..a94ab20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg", imageAlt: "Charlie's Texas 10 Auto Service garage" + imageSrc: "http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg?_wi=1", imageAlt: "Charlie's Texas 10 Auto Service garage" }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg", imageAlt: "Professional oil change service" + imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg?_wi=1", imageAlt: "Professional oil change service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Expert brake repair service" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=1", imageAlt: "Expert brake repair service" } ]} autoplayDelay={5000} @@ -72,10 +72,10 @@ export default function LandingPage() { tag="Services We Offer" features={[ { - id: "01", title: "Oil Changes & Maintenance", description: "Keep your engine running smoothly with professional oil changes and preventive maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg", imageAlt: "Oil change service" + id: "01", title: "Oil Changes & Maintenance", description: "Keep your engine running smoothly with professional oil changes and preventive maintenance services.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg?_wi=2", imageAlt: "Oil change service" }, { - id: "02", title: "Brake Repair & Service", description: "Safe stopping starts with quality brakes. We inspect, repair, and replace brake components with precision.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", imageAlt: "Brake repair service" + id: "02", title: "Brake Repair & Service", description: "Safe stopping starts with quality brakes. We inspect, repair, and replace brake components with precision.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg?_wi=2", imageAlt: "Brake repair service" }, { id: "03", title: "Engine Diagnostics", description: "Check Engine Light on? We use advanced diagnostics to identify issues accurately and get you back on the road.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg", imageAlt: "Engine diagnostics" @@ -98,7 +98,7 @@ export default function LandingPage() { title="4.8-Star Rated Local Shop with Honest, Transparent Repairs" description="56 Google Reviews" subdescription="Trusted by Hurst & surrounding communities since opening" - imageSrc="http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg?_wi=2" imageAlt="Charlie's Texas 10 Auto Service garage interior" mediaAnimation="slide-up" useInvertedBackground={false} @@ -113,7 +113,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Robert Martinez", role: "Fleet Manager", company: "Local Delivery Service", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Robert Martinez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Robert Martinez testimonial" }, { id: "2", name: "Sarah Johnson", role: "Business Owner", company: "Johnson Family Auto", rating: 5, @@ -121,19 +121,19 @@ export default function LandingPage() { }, { id: "3", name: "Michael Chen", role: "Truck Owner", company: "Construction Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Michael Chen testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Michael Chen testimonial" }, { id: "4", name: "Jennifer Williams", role: "Family Driver", company: "North Richland Hills", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Jennifer Williams testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Jennifer Williams testimonial" }, { id: "5", name: "David Thompson", role: "Long-time Customer", company: "Euless Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "David Thompson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=4", imageAlt: "David Thompson testimonial" }, { id: "6", name: "Lisa Anderson", role: "Regular Client", company: "Colleyville Family", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Lisa Anderson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=5", imageAlt: "Lisa Anderson testimonial" } ]} gridVariant="uniform-all-items-equal"