From 9568ad332faa18a377525072d919ea0a7a3c7ed3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:10:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24cedd5..1c4e772 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?_wi=1", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-oar_23-2148593420.jpg", 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?_wi=2", imageAlt: "David Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-oar_23-2148593420.jpg", 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"}, @@ -193,7 +193,6 @@ export default function LandingPage() { showCard={true} textboxLayout="default" useInvertedBackground={false} - animationType="opacity" /> -- 2.49.1