From 1ef9b47dc83d7c367431e6d81e0cb7a875c9e05c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:19:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 834d676..6305683 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,23 +66,23 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg?_wi=1", imageAlt: "Barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg?_wi=2", imageAlt: "Barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg?_wi=3", imageAlt: "Barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg?_wi=4", imageAlt: "Barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg?_wi=5", imageAlt: "Barbershop interior", }, ]} @@ -206,7 +206,7 @@ export default function LandingPage() { name: "Marcus R.", handle: "@marcus_r", testimonial: "The best fade in the city. The hot towel shave is a must-try experience.", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg?_wi=1", }, { id: "2", @@ -234,7 +234,7 @@ export default function LandingPage() { name: "James K.", handle: "@jamesh_k", testimonial: "The atmosphere is top-notch. Best barber shop I've visited in years.", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-putting-coin-piggy-bank_1169-112.jpg?_wi=2", }, ]} title="What Our Clients Say" -- 2.49.1