From 8b557c4ad97988a12db19279605156afeba0560d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 11:38:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b72d37..bb99a89 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-her-workshop_23-2149094645.jpg"}, { name: "David T.", handle: "@d_t_culinary", testimonial: "Two Year consistently delivers the highest quality dishes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWvgtdb1fQBTiu9zMAAIRWAGuj/professional-headshot-of-a-tech-industry-1774613223057-20f80bd5.png"}, { name: "Chloe L.", handle: "@chloee_travels", testimonial: "The atmosphere and flavors are perfectly harmonious.", rating: 5, imageSrc: "https://pixabay.com/get/gfc001015e49b8962113b81e1947b87d37bb610a8645519bd6936adb214a892117cbedd57db4555f2e5d3fd1f54d860e9333c10b021a777524d529e9ea5bbf4e6_1280.jpg?id=1979445"}, @@ -76,7 +76,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/small-business-manager-her-workshop_23-2149094645.jpg", alt: "Customer 3"}, { - src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285298.jpg", alt: "Customer 4"}, + src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWvgtdb1fQBTiu9zMAAIRWAGuj/professional-headshot-of-a-tech-industry-1774613223057-20f80bd5.png", alt: "Customer 4"}, { src: "https://pixabay.com/get/gfc001015e49b8962113b81e1947b87d37bb610a8645519bd6936adb214a892117cbedd57db4555f2e5d3fd1f54d860e9333c10b021a777524d529e9ea5bbf4e6_1280.jpg?id=1979445", alt: "Customer 5"}, ]} -- 2.49.1