From 3f79a59659c5607bbea515bd62005c1a3aea4178 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:56:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71be743..33c2690 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,27 +56,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Car Owner", company: "Altona Meadows", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Fleet Manager", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Emily Rodriguez", role: "Professional", company: "Melbourne", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "Car Enthusiast", company: "Premium Vehicle Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim" }, { id: "5", name: "Jessica Martinez", role: "Uber Driver", company: "Professional Driver", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Martinez" }, { id: "6", name: "James Thompson", role: "Tradie", company: "Van Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Thompson" } ]} title="Trusted by Melbourne Car Owners" @@ -133,15 +133,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Dotspot Detailing", name: "Premium Vehicle Restoration", price: "From $199", rating: 5, - reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", imageAlt: "Before and after detailing transformation" + reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=1", imageAlt: "Before and after detailing transformation" }, { id: "2", brand: "Dotspot Detailing", name: "Ceramic Coating Application", price: "From $299", rating: 5, - reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", imageAlt: "Glossy ceramic coated vehicle" + reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=2", imageAlt: "Glossy ceramic coated vehicle" }, { id: "3", brand: "Dotspot Detailing", name: "Full Interior Deep Clean", price: "From $179", rating: 5, - reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", imageAlt: "Interior detailing before and after" + reviewCount: "142+", imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=3", imageAlt: "Interior detailing before and after" } ]} title="Transformation Gallery" -- 2.49.1