From 02c0d56d4b1c818996c14a0b1d3de7d5adeeee97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:09:38 +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 fcda326..24cedd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,10 +169,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-holding-three-caught-fish_23-2147894062.jpg", imageAlt: "Marcus Johnson"}, { id: "2", name: "Sarah Chen", role: "Sailing Instructor", company: "Marina Bay School", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-oar_23-2148593420.jpg", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-oar_23-2148593420.jpg?_wi=1", imageAlt: "Sarah Chen"}, { id: "3", name: "David Rodriguez", role: "Weekend Boater", company: "Lake District Adventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-oar_23-2148593420.jpg", imageAlt: "David Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-oar_23-2148593420.jpg?_wi=2", imageAlt: "David Rodriguez"}, { id: "4", name: "Emily Thompson", role: "Kayak Guide", company: "Coastal Expeditions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-oar_23-2148593423.jpg", imageAlt: "Emily Thompson"}, -- 2.49.1