From 5566ef92119ae198ab82ca43f178efd61d53afeb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:00:36 +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 4aa1678..80b0cd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,23 +66,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2400.jpg?_wi=1", imageAlt: "car hood ceramic coating", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-her-car-outdoors_23-2148510627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-her-car-outdoors_23-2148510627.jpg?_wi=1", imageAlt: "car headlight detailing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-mechanic-changing-car-wheels_23-2148327561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-mechanic-changing-car-wheels_23-2148327561.jpg?_wi=1", imageAlt: "alloy wheel detailing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=1", imageAlt: "car interior leather cleaning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-painter-using-gun-paint-car-shop_23-2149750071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-painter-using-gun-paint-car-shop_23-2149750071.jpg?_wi=1", imageAlt: "ceramic coating water beading", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { quote: "My car looks showroom ready!", tag: "Returning", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-work_23-2149304146.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2400.jpg?_wi=2", imageAlt: "customer portrait", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { quote: "Professional and fast.", tag: "New", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-her-car-outdoors_23-2148510627.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cleaning-her-car-outdoors_23-2148510627.jpg?_wi=2", imageAlt: "customer portrait", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { quote: "The paint correction is amazing.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-black-woman-car-salon_1157-21427.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-mechanic-changing-car-wheels_23-2148327561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-female-mechanic-changing-car-wheels_23-2148327561.jpg?_wi=2", imageAlt: "customer portrait", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { quote: "Worth every penny.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=2", imageAlt: "customer portrait", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { quote: "Attention to detail is unmatched.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-woman-carrying-shopping-bags_1098-1106.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-painter-using-gun-paint-car-shop_23-2149750071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-painter-using-gun-paint-car-shop_23-2149750071.jpg?_wi=2", imageAlt: "customer portrait", }, ]} -- 2.49.1