From 215e2ff3ff4673d0360eeb1c62a9279e5868450b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:52:33 +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 99416a6..4402a86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The best mobile detail I have ever experienced. My car looks brand new!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg?_wi=1", imageAlt: "luxury black sports car driveway", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@emilyd", testimonial: "Convenient and professional. Will book again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/head-lights-car_1339-5401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/head-lights-car_1339-5401.jpg?_wi=1", imageAlt: "hand car wash bubbles", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@lindav", testimonial: "My car hasn't looked this good in years.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-vintage-car_23-2150771163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-vintage-car_23-2150771163.jpg?_wi=1", imageAlt: "happy luxury car owner", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { href: "#pricing", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -214,7 +214,7 @@ export default function LandingPage() { useInvertedBackground={true} title="See The Difference We Make" description="We don't just wash your car; we restore it to its showroom glory." - imageSrc="http://img.b2bpic.net/free-photo/head-lights-car_1339-5401.jpg" + imageSrc="http://img.b2bpic.net/free-photo/head-lights-car_1339-5401.jpg?_wi=2" /> @@ -290,7 +290,7 @@ export default function LandingPage() { text: "Book Now", href: "#cta", }, - imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg?_wi=1", imageAlt: "professional woman portrait", }, { @@ -307,7 +307,7 @@ export default function LandingPage() { text: "Book Now", href: "#cta", }, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099208.jpg?_wi=1", imageAlt: "car enthusiast portrait", }, { @@ -324,7 +324,7 @@ export default function LandingPage() { text: "Book Now", href: "#cta", }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-his-colleague-communicating-while-working-together-workshop_637285-7662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-his-colleague-communicating-while-working-together-workshop_637285-7662.jpg?_wi=1", imageAlt: "professional business owner portrait", }, ]} @@ -346,7 +346,7 @@ export default function LandingPage() { role: "Owner", company: "Tech Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-vintage-car_23-2150771163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-vintage-car_23-2150771163.jpg?_wi=2", }, { id: "t2", @@ -354,7 +354,7 @@ export default function LandingPage() { role: "Director", company: "Media Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg?_wi=2", }, { id: "t3", @@ -362,7 +362,7 @@ export default function LandingPage() { role: "Manager", company: "Auto Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099208.jpg?_wi=2", }, { id: "t4", @@ -370,7 +370,7 @@ export default function LandingPage() { role: "Artist", company: "Creative", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-his-colleague-communicating-while-working-together-workshop_637285-7662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-his-colleague-communicating-while-working-together-workshop_637285-7662.jpg?_wi=2", }, { id: "t5", -- 2.49.1