From d24625c7761de45603aa46f32a60ce8867f32fa5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:41:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed2078e..77d791f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "Best haircut around!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg?_wi=1", imageAlt: "barbershop haircut cinematic close up", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@sarahl", testimonial: "Professional work and amazing with children.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-hair-cutting-machine-clenching-fist-happy-excited-standing-olive-wall_141793-50561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-hair-cutting-machine-clenching-fist-happy-excited-standing-olive-wall_141793-50561.jpg?_wi=1", imageAlt: "barbershop haircut cinematic close up", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@jamesp", testimonial: "I finally found a barber who understands exactly what I want.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg?_wi=1", imageAlt: "barbershop haircut cinematic close up", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "Super friendly owner and perfect results every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-4873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-4873.jpg?_wi=1", imageAlt: "barbershop haircut cinematic close up", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@lisak", testimonial: "The atmosphere is top-notch. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg?_wi=1", imageAlt: "barbershop haircut cinematic close up", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#location", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-getting-his-hair-cut_23-2148256900.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-man-holding-scissors_1122-1502.jpg", @@ -140,7 +140,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet the Craft Behind the Cuts" description="At HOPE Barbershop, it’s all about precision, passion, and people. With years of experience and a strong eye for detail, every haircut is treated like a piece of art. Whether it’s your first visit or your 50th — you’ll always leave sharper than you came in." - imageSrc="http://img.b2bpic.net/free-photo/barber-man-apron-holding-hair-cutting-machine-clenching-fist-happy-excited-standing-olive-wall_141793-50561.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-man-apron-holding-hair-cutting-machine-clenching-fist-happy-excited-standing-olive-wall_141793-50561.jpg?_wi=2" /> @@ -189,7 +189,7 @@ export default function LandingPage() { role: "Regular", company: "HOPE Fan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg?_wi=2", }, { id: "2", @@ -197,7 +197,7 @@ export default function LandingPage() { role: "Parent", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-4873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pensive-hipster-with-stylish-haircut-beard-sits-table-roadside-cafe-looks-street_613910-4873.jpg?_wi=2", }, { id: "3", @@ -205,7 +205,7 @@ export default function LandingPage() { role: "Professional", company: "Loyal", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg?_wi=2", }, { id: "4", -- 2.49.1