From b7e2326ce70f01b59b2483f88048b127b21e75cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:03:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 719c8c4..fd5dc21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=1", imageAlt: "Porsche detailing", }, { @@ -208,14 +208,14 @@ export default function LandingPage() { title: "Silver Package (3-Year)", description: "9H Professional-grade ceramic coating for extreme hydrophobics and gloss.", tag: "Protection", - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg?_wi=1", }, { id: "c2", title: "Gold Package (5-Year)", description: "Dual-layer ultra-durability nano-ceramic coating for elite scratch resistance.", tag: "Advanced", - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg?_wi=1", }, ]} title="Ceramic Coating Packages" @@ -299,7 +299,7 @@ export default function LandingPage() { role: "Client", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=2", imageAlt: "car interior detailing", }, { @@ -308,7 +308,7 @@ export default function LandingPage() { role: "Client", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg?_wi=2", imageAlt: "car interior detailing", }, { @@ -326,7 +326,7 @@ export default function LandingPage() { role: "Client", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg?_wi=2", imageAlt: "car interior detailing", }, ]} -- 2.49.1