From 9ed66453917ff8314db96eeb2736ca0c88a4823f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:05:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b899c0..b956a2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,9 +112,9 @@ export default function LandingPage() { groups={[ { id: "leadership", groupTitle: "Leadership", members: [ - { id: "tm1", title: "Jane Doe", subtitle: "CEO & Founder", detail: "15+ years in digital strategy.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg" }, - { id: "tm2", title: "John Smith", subtitle: "CTO", detail: "Tech pioneer in cloud systems.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg" }, - { id: "tm3", title: "Elena Rossi", subtitle: "Director of Growth", detail: "Expert in scaling global ventures.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg" }, + { id: "tm1", title: "Jane Doe", subtitle: "CEO & Founder", detail: "15+ years in digital strategy.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg?_wi=1" }, + { id: "tm2", title: "John Smith", subtitle: "CTO", detail: "Tech pioneer in cloud systems.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg?_wi=2" }, + { id: "tm3", title: "Elena Rossi", subtitle: "Director of Growth", detail: "Expert in scaling global ventures.", imageSrc: "http://img.b2bpic.net/free-photo/modern-tokyo-street-background_23-2149394896.jpg?_wi=3" }, ] }, ]} -- 2.49.1