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" }, ] }, ]}