From 3761b09cf268770df1231e591fac03045caa4ab9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:47:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2ff588..72148a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36704.jpg", imageAlt: "Premium European automotive parts collection" }, - { imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "Professional auto service workshop" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-blouse-buys-dishes-store_1157-36704.jpg?_wi=1", imageAlt: "Premium European automotive parts collection" }, + { imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=1", imageAlt: "Professional auto service workshop" }, { imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-pouring-new-motor-oil_627829-3974.jpg", imageAlt: "Expert oil change and maintenance services" } ]} mediaAnimation="slide-up" @@ -73,7 +73,7 @@ export default function LandingPage() { { value: "500+", title: "Parts in Stock" }, { value: "2000+", title: "Satisfied Customers" } ]} - imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=2" imageAlt="Wreck Auto professional service facility" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -221,7 +221,7 @@ export default function LandingPage() {