Update src/app/about/page.tsx

This commit is contained in:
2026-03-30 06:41:48 +00:00
parent 50027bbe7d
commit fcc10f16e0

View File

@@ -71,14 +71,14 @@ export default function LandingPage() {
name: "John Doe",
role: "Director",
description: "Passionate about youth mentorship.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png?_wi=4",
},
{
id: "m2",
name: "Jane Smith",
role: "Head Coach",
description: "Former pro player with years of experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png?_wi=5",
},
]}
/>