From f3de82952f7a4c4204c2742cd34354184194226e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:41:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 180262b..8756d24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { description="Car Won't Start?" subdescription="Stranded on the road? We're here 24/7 for emergency roadside assistance." icon={AlertCircle} - imageSrc="http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg" + imageSrc="http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg?_wi=1" imageAlt="Emergency roadside assistance vehicle" mediaAnimation="slide-up" useInvertedBackground={false} @@ -119,13 +119,13 @@ export default function LandingPage() { description="Simple, transparent process designed for your convenience. From call to completion in just three steps." products={[ { - id: "step-1", name: "Step 1: Call or Text", price: "Tell us what's wrong", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Call or text Roadmaster" + id: "step-1", name: "Step 1: Call or Text", price: "Tell us what's wrong", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Call or text Roadmaster" }, { - id: "step-2", name: "Step 2: Get a Quote", price: "Clear timeframe & fair pricing", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Receive service quote" + id: "step-2", name: "Step 2: Get a Quote", price: "Clear timeframe & fair pricing", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Receive service quote" }, { - id: "step-3", name: "Step 3: We Come To You", price: "Vehicle repaired on-site", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Mobile repair service" + id: "step-3", name: "Step 3: We Come To You", price: "Vehicle repaired on-site", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Mobile repair service" } ]} gridVariant="three-columns-all-equal-width" @@ -161,7 +161,7 @@ export default function LandingPage() { id: "dc", value: "DC Area", title: "Washington DC", description: "Full coverage in Washington DC proper", imageSrc: "http://img.b2bpic.net/free-photo/tourist-showing-place-paris-with-magnifying-glass_23-2148232436.jpg", imageAlt: "Washington DC service area map" }, { - id: "suburbs", value: "Expanding", title: "Georgetown & Nearby", description: "Extended service to surrounding neighborhoods and suburbs", imageSrc: "http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg", imageAlt: "Service area coverage" + id: "suburbs", value: "Expanding", title: "Georgetown & Nearby", description: "Extended service to surrounding neighborhoods and suburbs", imageSrc: "http://img.b2bpic.net/free-vector/colorful-repair-services-horizontal-banners_1284-38112.jpg?_wi=2", imageAlt: "Service area coverage" } ]} animationType="slide-up" -- 2.49.1