From a4ff729a4c889e03f0e2383da40ca97d48f345c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:57:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca286dd..8cebd5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,15 +63,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-flashlight-while-examining-car-auto-repair-shop_637285-12705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-flashlight-while-examining-car-auto-repair-shop_637285-12705.jpg?_wi=1", imageAlt: "Tyre fitting bay", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171252.jpg?_wi=1", imageAlt: "Performance tyre", }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-replacing-car-wheels_23-2148327522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-replacing-car-wheels_23-2148327522.jpg?_wi=1", imageAlt: "Wheel alignment check", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { icon: ShieldCheck, title: "Professional Fitting", description: "Precision mounting and balancing for maximum tyre safety.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-flashlight-while-examining-car-auto-repair-shop_637285-12705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-flashlight-while-examining-car-auto-repair-shop_637285-12705.jpg?_wi=2", imageAlt: "tyre shop interior", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { icon: Wrench, title: "Diagnostics", description: "State-of-the-art diagnostic technology for all vehicle makes.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-repairing-car_23-2150171252.jpg?_wi=2", imageAlt: "new car tyre rim", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { icon: Gauge, title: "Alignment Check", description: "Extended tyre life with precise wheel alignment settings.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-replacing-car-wheels_23-2148327522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-replacing-car-wheels_23-2148327522.jpg?_wi=2", imageAlt: "mechanic wheel alignment", }, ]} @@ -188,7 +188,7 @@ export default function LandingPage() { role: "Professional", company: "Tech Specialist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-black-manager-showing-thumbs-up-after-successul-negotiation-with-partners-indoor-portrait-asian-employees-with-african-worker-blue-shirt-foreground_197531-25399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-black-manager-showing-thumbs-up-after-successul-negotiation-with-partners-indoor-portrait-asian-employees-with-african-worker-blue-shirt-foreground_197531-25399.jpg?_wi=1", }, { id: "5", @@ -196,7 +196,7 @@ export default function LandingPage() { role: "Mechanic", company: "Sligo Auto Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-black-manager-showing-thumbs-up-after-successul-negotiation-with-partners-indoor-portrait-asian-employees-with-african-worker-blue-shirt-foreground_197531-25399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-black-manager-showing-thumbs-up-after-successul-negotiation-with-partners-indoor-portrait-asian-employees-with-african-worker-blue-shirt-foreground_197531-25399.jpg?_wi=2", }, ]} title="What Our Customers Say" -- 2.49.1