From 079f3d8dd0e707bc74d0f7dc8b429211207e6366 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:01:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9efe80f..b119f29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Trusted MOT & Car Repairs in East London" description="Same-Day Service. Fair Pricing. 4.5★ Rated Local Garage." tag="Expert Local Service" - 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=1" imageAlt="Professional garage mechanic working on vehicle" mediaAnimation="slide-up" useInvertedBackground={false} @@ -58,16 +58,16 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Car Owner", testimonial: "Speedy service, pleasant staff and competitive price. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"}, { name: "Sarah Johnson", handle: "Regular Customer", testimonial: "Fantastic customer service without any delay. My MOT was done in less than an hour!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"}, { name: "David Chen", handle: "Fleet Manager", testimonial: "Major service, MOT and repairs all done in one day! Absolutely reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"}, { name: "Emma Roberts", handle: "Trust Pilot Reviewer", testimonial: "Friendly, professional and honest. They explained everything clearly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4"}, ]} testimonialRotationInterval={5000} /> @@ -112,7 +112,7 @@ export default function LandingPage() { title: "Engine Diagnostics", description: "Advanced diagnostic equipment to identify issues quickly. Water pump, EGR valve and full engine service.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-inspecting-wheel-system_23-2147897943.jpg", imageAlt: "suspension repair shock absorber car suspension"}, { id: 4, - title: "Regular Servicing", description: "Major and minor services to keep your vehicle running smoothly and maintain warranty compliance.", imageSrc: "http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg", imageAlt: "garage mechanic car repair auto service"}, + title: "Regular Servicing", description: "Major and minor services to keep your vehicle running smoothly and maintain warranty compliance.", imageSrc: "http://img.b2bpic.net/free-photo/young-auto-mechanic-using-compressor-while-maintaining-ac-unit-car-workshop_637285-4285.jpg?_wi=2", imageAlt: "garage mechanic car repair auto service"}, ]} title="Our Services" description="Comprehensive automotive solutions for all your vehicle needs" @@ -143,13 +143,13 @@ export default function LandingPage() {