Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-22 21:06:02 +00:00

View File

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