From d784065bf47921fef46a083f370f1b2d6bf7b0ee Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:31:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e8c9d3..4314161 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,7 +177,7 @@ export default function LandingPage() { features={[ { title: "1. Arrival", description: "Drive in or call ahead to check current wait times.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193620.jpg", imageAlt: "Arrival at detailing"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193620.jpg?_wi=1", imageAlt: "Arrival at detailing"}, items: [ { icon: Clock, @@ -190,7 +190,7 @@ export default function LandingPage() { }, { title: "2. Selection", description: "Choose your package with transparent, upfront pricing.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193620.jpg", imageAlt: "Service selection"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193620.jpg?_wi=2", imageAlt: "Service selection"}, items: [ { icon: List, @@ -203,7 +203,7 @@ export default function LandingPage() { }, { title: "3. Delivery", description: "Leave with a clean car, often in under 45 minutes.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193620.jpg", imageAlt: "Delivery"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193620.jpg?_wi=3", imageAlt: "Delivery"}, items: [ { icon: Zap, -- 2.49.1