Update src/app/page.tsx

This commit is contained in:
2026-04-09 12:56:26 +00:00
parent 5b21b43734
commit f16b73fd02

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
tag="Leadership"
members={[
{
id: "1", name: "Vraj Gajera - Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-laboratory-robe-stands-before-plants-greenhouse_8353-7180.jpg", imageAlt: "Vraj Gajera"},
id: "1", name: "Vraj Gajera - Founder & CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7aGvhDzG3xCmHs1Kxc2buuwWH/uploaded-1775739366212-uvt2clb0.jpg", imageAlt: "Vraj Gajera"},
]}
memberVariant="card"
membersAnimation="slide-up"
@@ -198,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}