From 990d7beffe7105682f3de943d468ea7f4c87f48a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 11:43:59 +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 8f9b3b1..82d52a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { imageSrc: "https://pixabay.com/get/g64880042b55a2ea8b95b27e19389a62ec02c714ad6fbf30e51aece750bbda3c2ed596a180d778b7127c24c33e9c2ef6db131a3270f5995f3167a537ca684986d_1280.jpg?id=2924245"}, { name: "Sarah K.", handle: "@sarah_eats", testimonial: "An incredible sensory experience from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-her-workshop_23-2149094645.jpg"}, + imageSrc: "https://pixabay.com/get/g2eff5dec3967fbdb573862ee52d9275073ecc06c781677d8ca34d5f0c59e0f32d1bb3a61df5d8cb91625db58e190c546331d3168728874662eaba1fde3ab89dc_1280.jpg?id=9759768"}, { name: "David T.", handle: "@d_t_culinary", testimonial: "Two Year consistently delivers the highest quality dishes.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWvgtdb1fQBTiu9zMAAIRWAGuj/professional-headshot-of-a-tech-industry-1774613223057-20f80bd5.png"}, @@ -74,7 +74,7 @@ export default function LandingPage() { { src: "https://pixabay.com/get/g64880042b55a2ea8b95b27e19389a62ec02c714ad6fbf30e51aece750bbda3c2ed596a180d778b7127c24c33e9c2ef6db131a3270f5995f3167a537ca684986d_1280.jpg?id=2924245", alt: "Customer 2"}, { - src: "http://img.b2bpic.net/free-photo/small-business-manager-her-workshop_23-2149094645.jpg", alt: "Customer 3"}, + src: "https://pixabay.com/get/g2eff5dec3967fbdb573862ee52d9275073ecc06c781677d8ca34d5f0c59e0f32d1bb3a61df5d8cb91625db58e190c546331d3168728874662eaba1fde3ab89dc_1280.jpg?id=9759768", alt: "Customer 3"}, { 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"}, { -- 2.49.1