Update src/app/page.tsx

This commit is contained in:
2026-06-03 11:30:40 +00:00
parent 3c13c9a514
commit 56fd10c9f4

View File

@@ -189,7 +189,7 @@ export default function LandingPage() {
membersAnimation="blur-reveal"
members={[
{
id: "member-1", name: "Ahsan Mokhtar", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-with-stethoscope-isolated-white-background_23-2148785317.jpg", imageAlt: "Portrait of Ahsan Mokhtar, Founder & Lead Physiotherapist"
id: "member-1", name: "Ahsan Mokhtar", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-studio-shot_23-2149303503.jpg", imageAlt: "Portrait of Ahsan Mokhtar, Founder & Lead Physiotherapist"
}
]}
memberVariant="card"
@@ -314,4 +314,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}