From d989300408da040f0ea249d45829b4e115c817c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:50:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18ef15b..0f73b92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -128,7 +128,7 @@ export default function LandingPage() { role: "Client", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1", }, { id: "2", @@ -136,7 +136,7 @@ export default function LandingPage() { role: "Client", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", }, { id: "3", @@ -194,13 +194,13 @@ export default function LandingPage() { icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-women-car-salon_1157-20863.jpg?_wi=2", imageAlt: "luxury black sedan low light showroom", }, { @@ -209,13 +209,13 @@ export default function LandingPage() { icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-checking-car_329181-11877.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2", imageAlt: "smiling customer portrait", }, { @@ -224,13 +224,13 @@ export default function LandingPage() { icon: Car, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "satisfied client portrait professional", }, ]} @@ -319,14 +319,14 @@ export default function LandingPage() { title: "Financing", description: "Easy approval process.", tag: "Financial", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-smartphone-greeting-man_23-2147793073.jpg?_wi=3", }, { id: "2", title: "Detailing", description: "Get that showroom shine.", tag: "Service", - imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg?_wi=3", }, ]} />