From fba94607dab5c0b6191ce2447242cf77c755aa7b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:41:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6856bc1..e8aca35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="Master Garage has served Garland with certified mechanics, transparent pricing, and fast turnaround. Whether routine maintenance or collision repair, we treat your vehicle like our own—backed by 252+ real 5-star ratings." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg?_wi=1", imageAlt: "Mechanic Shop", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg?_wi=1", imageAlt: "Diagnostics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-old-barn-s-workbench-with-different-types-tools_181624-15921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-old-barn-s-workbench-with-different-types-tools_181624-15921.jpg?_wi=1", imageAlt: "Tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg?_wi=1", imageAlt: "Service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg?_wi=2", imageAlt: "Garage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg?_wi=2", imageAlt: "Data", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-old-barn-s-workbench-with-different-types-tools_181624-15921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-old-barn-s-workbench-with-different-types-tools_181624-15921.jpg?_wi=2", imageAlt: "Equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg?_wi=2", imageAlt: "Repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlights-hood-black-luxury-car_146671-19732.jpg?_wi=3", imageAlt: "Expertise", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881207.jpg?_wi=3", imageAlt: "Engine", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-old-barn-s-workbench-with-different-types-tools_181624-15921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-old-barn-s-workbench-with-different-types-tools_181624-15921.jpg?_wi=3", imageAlt: "Precision", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-auto-repairman-checking-car-oil-workshop_637285-7638.jpg?_wi=3", imageAlt: "Quality", }, ]} -- 2.49.1