From b493b567b206553025b32bad129a9f9e6e5a365d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:00:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf547e3..af55438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { description="Camillo Barber Shop has served Western Australia since 2019. See live barber availability, current wait times, and book your appointment in seconds." testimonials={[ { - name: "James W.", testimonial: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg", rating: 5, + name: "James W.", testimonial: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg?_wi=1", rating: 5, handle: "@jamesw" }, { - name: "Liam D.", testimonial: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg", rating: 5, + name: "Liam D.", testimonial: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg?_wi=1", rating: 5, handle: "@liamd" }, ]} @@ -155,10 +155,10 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", role: "Regular", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg?_wi=2"}, { id: "2", name: "Mark R.", role: "Regular", company: "Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg?_wi=2"}, { id: "3", name: "Chris P.", role: "Regular", company: "Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-hipster-with-serious-emotion-red-brick-wall_343059-28.jpg"},