From 1fa16c286852e4bab6dbcb43e017137533f9ab0c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 12:59:44 +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 a123318..c5b3edb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,14 +63,14 @@ export default function LandingPage() { role: "Professional", company: "Perth", 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=1", }, { name: "Liam D.", role: "Designer", company: "Perth", 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=1", }, ]} buttons={[ @@ -237,7 +237,7 @@ export default function LandingPage() { 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", @@ -245,7 +245,7 @@ export default function LandingPage() { 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", -- 2.49.1