From 630a2fa43926f57a0945329f8ab3f7faa328acc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:23:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d295163..28023cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ export default function LandingPage() { role: "Homeowner", company: "Poole", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109580.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzB2dNHWeIpjB0U9qamLiSHYHf/uploaded-1777378967373-v8c2ykxl.png", }, { id: "t2", @@ -230,7 +230,7 @@ export default function LandingPage() { role: "Homeowner", company: "Poole", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzB2dNHWeIpjB0U9qamLiSHYHf/uploaded-1777378974015-kx6qnrju.png", }, { id: "t3", @@ -238,7 +238,7 @@ export default function LandingPage() { role: "Business Owner", company: "Local Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzB2dNHWeIpjB0U9qamLiSHYHf/uploaded-1777378983948-vsoyy085.png", }, { id: "t4", -- 2.49.1