2 Commits

Author SHA1 Message Date
d4fb6b9d4f Update src/app/page.tsx 2026-01-06 14:11:35 +00:00
2dc6a7ee5a Update src/app/page.tsx 2026-01-06 13:52:10 +00:00

View File

@@ -109,7 +109,7 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team" style={{ backgroundColor: "#f5e6ff" }}>
<div id="team" data-section="team" style={{ backgroundColor: "#e6d5ff" }}>
<TeamCardTen
title="Meet the Sosibiby Team"
tag="Leadership"
@@ -122,6 +122,12 @@ export default function LandingPage() {
},
{
id: "3", name: "Sophia Petrov", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704140616-gerpgiei.jpg", imageAlt: "Sophia Petrov, Booking Director"
},
{
id: "4", name: "Aisha Okonkwo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704139352-zzdkijiu.jpg", imageAlt: "Aisha Okonkwo, Marketing Director"
},
{
id: "5", name: "David Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704139921-3qkxpvn3.jpg", imageAlt: "David Lee, Operations Manager"
}
]}
memberVariant="default"