Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:26:29 +00:00
parent 13ecc33f42
commit 300d0d2c00

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
reverse: true
},
{
title: "Holistic Sport", description: "Strong mind in strong body.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adults-studying-together_23-2150331682.jpg", imageAlt: "sports activities youth" },
title: "Holistic Sport", description: "Strong mind in strong body.", media: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adults-studying-together_23-2150331682.jpg?_wi=1", imageAlt: "sports activities youth" },
items: [{ icon: Dumbbell, text: "Inclusive sports" }],
reverse: false
},
@@ -110,7 +110,7 @@ export default function LandingPage() {
tag="Meet the Team"
membersAnimation="slide-up"
members={[
{ id: "1", name: "Dr. Habtamu", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adults-studying-together_23-2150331682.jpg" },
{ id: "1", name: "Dr. Habtamu", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adults-studying-together_23-2150331682.jpg?_wi=2" },
{ id: "2", name: "Ms. Genet", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg" },
{ id: "3", name: "Mr. Yonas", imageSrc: "http://img.b2bpic.net/free-photo/kindergarten-teacher-explaining-something-her-students_23-2148633353.jpg" },
]}