From 6d6391a06eaede26cab058f4b82a51705dc8b3a1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:35:05 +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 8fd00fb..fa11a19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@marks", testimonial: "Best haircut I've had in years. The attention to detail is unmatched.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqpkpcYV4lJq5utBbIhsGY5cLO/uploaded-1775226883136-lycmruwt.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqpkpcYV4lJq5utBbIhsGY5cLO/uploaded-1775226883136-lycmruwt.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@peterr", testimonial: "Clean, professional, and always on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-serious-man-friends-with-trendy-haircut-stand-close-each-other-think-where-spend-free-time_273609-16731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-serious-man-friends-with-trendy-haircut-stand-close-each-other-think-where-spend-free-time_273609-16731.jpg?_wi=1", imageAlt: "happy client portrait male", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@stevel", testimonial: "Top-tier grooming experience every single visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149220533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149220533.jpg?_wi=1", imageAlt: "smiling customer in barbershop", }, { @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "The only place I trust with my beard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-tattooer-dreamily-looking-camera-spending-time-modern-tattoo-studio_574295-673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-tattooer-dreamily-looking-camera-spending-time-modern-tattoo-studio_574295-673.jpg?_wi=1", imageAlt: "man looking sharp after haircut", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqpkpcYV4lJq5utBbIhsGY5cLO/uploaded-1775226883136-lycmruwt.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqpkpcYV4lJq5utBbIhsGY5cLO/uploaded-1775226883136-lycmruwt.jpg?_wi=2" imageAlt="Inside Monheimer Barbershop" mediaAnimation="blur-reveal" avatars={[ @@ -223,17 +223,17 @@ export default function LandingPage() { { id: "1", name: "Mark S.", - imageSrc: "http://img.b2bpic.net/free-photo/bearded-serious-man-friends-with-trendy-haircut-stand-close-each-other-think-where-spend-free-time_273609-16731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bearded-serious-man-friends-with-trendy-haircut-stand-close-each-other-think-where-spend-free-time_273609-16731.jpg?_wi=2", }, { id: "2", name: "John D.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149220533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-chair_23-2149220533.jpg?_wi=2", }, { id: "3", name: "Peter R.", - imageSrc: "http://img.b2bpic.net/free-photo/young-tattooer-dreamily-looking-camera-spending-time-modern-tattoo-studio_574295-673.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-tattooer-dreamily-looking-camera-spending-time-modern-tattoo-studio_574295-673.jpg?_wi=2", }, { id: "4", -- 2.49.1