From 3f7c743d9e6b906b3de95380d88312f72c70c320 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:46:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42431e8..0c5200b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { title="Huntington Park's Trusted Auto Body Experts" description="5-Star Rated Collision & Body Repair — Done Right the First Time." tag="Expert Auto Body Repair" - imageSrc="http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg" + imageSrc="http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=1" imageAlt="Professional auto body shop with skilled technicians" mediaAnimation="slide-up" testimonials={[ { name: "Maria Rodriguez", handle: "Local Customer", testimonial: "Service and price unmatched!! Best collision repair in Huntington Park.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=2"}, { name: "James Wilson", handle: "Satisfied Client", testimonial: "Customer service matched by the quality of their work. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg?_wi=1"}, { name: "Sarah Chen", handle: "Insurance Referral", testimonial: "Highly recommend for anyone in need of auto body repairs. Professional and honest.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg?_wi=1"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -94,11 +94,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Rosa Martinez", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg"}, + id: "1", name: "Rosa Martinez", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=3"}, { - id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg"}, + id: "2", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-cleaning-cloth_1170-1306.jpg?_wi=2"}, { - id: "3", name: "Jennifer Lopez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg"}, + id: "3", name: "Jennifer Lopez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-unrecognizable-couple-signing-contract-with-financial-advisor_637285-11092.jpg?_wi=2"}, { id: "4", name: "Michael Brown", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12608.jpg"}, ]} @@ -201,7 +201,7 @@ export default function LandingPage() { { id: "3", name: "Paint Refinish", price: "Color Match Complete", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-examining-car-engine_1170-1354.jpg", imageAlt: "Before and after paint refinishing"}, { - id: "4", name: "Dent & Scratch Removal", price: "Professional Repair", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Before and after dent removal"}, + id: "4", name: "Dent & Scratch Removal", price: "Professional Repair", imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=4", imageAlt: "Before and after dent removal"}, ]} />