From bc2d90f635af33d3d91c0fb9bd84ad6dae208c23 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:25:08 +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 10611a6..cc0fd48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,7 +177,7 @@ export default function LandingPage() { animationType="slide-up" team={[ { - id: "1", name: "Sarah Anderson", role: "Lead Travel Consultant", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "professional woman business portrait consultant headshot confident" + id: "1", name: "Sarah Anderson", role: "Lead Travel Consultant", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "professional woman business portrait consultant headshot confident" }, { id: "2", name: "Marco Rossi", role: "Destination Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "professional man business portrait travel expert headshot businessman" @@ -213,7 +213,7 @@ export default function LandingPage() { }, { id: "3", name: "Amelia Rose", role: "Educator", company: "Global Learning Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "teacher educator professional woman portrait headshot" + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "teacher educator professional woman portrait headshot" } ]} kpiItems={[ -- 2.49.1