From cd6d66406e645f4a16d82dd4b2b224ecb5e0d25a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:01:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d2a2e2..049165e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function LandingPage() { title: "Roadside Assistance", description: "Get help with flat tires, jump starts, fuel delivery, lockout services, and other minor mechanical issues to keep your journey going.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/driver-checks-goods-man-uniform-truck-garage_1157-46542.jpg", imageAlt: "Technician jump starting a car battery"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-looks-out-car-window_1157-33919.jpg", imageAlt: "Motorcycle being towed on a flatbed"} + imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-looks-out-car-window_1157-33919.jpg?_wi=1", imageAlt: "Motorcycle being towed on a flatbed"} }, ]} showStepNumbers={true} @@ -177,7 +177,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "Richard Towing was a lifesaver! My car broke down late at night, and they arrived in less than 20 minutes. The driver was professional, courteous, and handled my car with extreme care. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-looks-out-car-window_1157-33919.jpg", imageAlt: "Sarah Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-looks-out-car-window_1157-33919.jpg?_wi=2", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "@mike_c", testimonial: "Got a flat tire on the highway. Called Richard Towing and they were incredibly fast. The technician was friendly and changed my tire quickly, allowing me to continue my journey without major delays.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-standing-by-open-hood-trying-fix-vehicle_342744-704.jpg", imageAlt: "Michael Chen"}, -- 2.49.1