From 9ef34fd055bccb0d1b2a254a405e721ddc30b01b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:44:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10dbef1..492fa0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg?_wi=1", imageAlt: "Professional auto body shop exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg?_wi=2", imageAlt: "Vehicle collision repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg?_wi=3", imageAlt: "Custom auto paint work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg?_wi=4", imageAlt: "Auto frame repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg?_wi=5", imageAlt: "Insurance claim assistance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg?_wi=6", imageAlt: "Friendly customer service team", }, ]} @@ -100,21 +100,21 @@ export default function LandingPage() { id: 1, title: "Hail Damage Repairs", description: "Precision removal of hail dents and imperfections.", - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1", imageAlt: "Hail damage repair", }, { id: 2, title: "Auto Collision Repairs", description: "Full-service collision repair for all vehicle types.", - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1613.jpg?_wi=1", imageAlt: "Collision repair", }, { id: 3, title: "Custom Paint & Work", description: "Expert pearl, Kandy paint, and custom color changes.", - imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342660.jpg?_wi=1", imageAlt: "Custom paint job", }, ]} @@ -136,7 +136,7 @@ export default function LandingPage() { quote: "Great customer service!! Ray answered all my questions and is very knowledgeable!!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580614.jpg?_wi=7", imageAlt: "auto body shop exterior professional", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { quote: "Reasonable price and excellent work.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-car-mechanic-while-greeting-repair-shop_637285-7726.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "hail damage repair car roof", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { quote: "Stephanie was so helpful with my insurance claim!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1613.jpg?_wi=2", imageAlt: "car collision repair workshop", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { quote: "Best auto body shop in El Paso. Highly recommend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-car-mechanic-while-greeting-repair-shop_637285-7726.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342660.jpg?_wi=2", imageAlt: "car paint job specialist", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { category: "Maintenance", title: "How to Protect Your Paint in the El Paso Sun", excerpt: "Intense UV rays can fade your car's finish. Learn about the best wax and shade habits.", - imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342660.jpg?_wi=3", imageAlt: "Car paint protection", authorName: "Rafa Staff", authorAvatar: "http://img.b2bpic.net/free-photo/man-buying-car-showroom_1303-14589.jpg", @@ -213,7 +213,7 @@ export default function LandingPage() { category: "Repair", title: "What to Do After a Collision", excerpt: "A step-by-step guide on what to handle immediately after an auto accident.", - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-holding-spare-parts-car_1170-1613.jpg?_wi=3", imageAlt: "Collision scene", authorName: "Stephanie S.", authorAvatar: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-car-mechanic-while-greeting-repair-shop_637285-7726.jpg", -- 2.49.1