From 1d61cd8083d36d6e9d6701edcbe25a9bcdf0977f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:56:39 +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 b30c615..9dce48e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28150.jpg", imageAlt: "Professional auto body shop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg", imageAlt: "Expert technician performing paint work" + imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg?_wi=1", imageAlt: "Expert technician performing paint work" } ]} rating={5} @@ -84,7 +84,7 @@ export default function LandingPage() { title: "Attention to Detail", description: "Beyond repair, we detail your vehicle so it comes back looking better than ever before.", icon: Sparkles } ]} - imageSrc="http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg?_wi=2" imageAlt="Expert technician performing detailed auto body work" textboxLayout="default" useInvertedBackground={false} @@ -136,10 +136,10 @@ export default function LandingPage() {