Update src/app/team/page.tsx

This commit is contained in:
2026-03-03 11:54:01 +00:00
parent 6cce2514cb
commit ecb5acbc42

View File

@@ -53,23 +53,17 @@ export default function TeamPage() {
gridVariant="four-items-2x2-equal-grid"
members={[
{
id: "1", name: "Carlos Alves", role: "Founder & Managing Partner", imageSrc:
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"},
id: "1", name: "Carlos Alves", role: "Founder & Managing Partner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg"},
{
id: "2", name: "Sofia Ribeiro", role: "Investment Director", imageSrc:
"http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"},
id: "2", name: "Sofia Ribeiro", role: "Investment Director", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg"},
{
id: "3", name: "Miguel Santos", role: "Operations Partner", imageSrc:
"http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg"},
id: "3", name: "Miguel Santos", role: "Operations Partner", imageSrc: "http://img.b2bpic.net/free-photo/african-american-male-professional-works-desk-corporation_482257-122689.jpg"},
{
id: "4", name: "Cristina Oliveira", role: "Finance Director", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-professional-saleswoman-businesswoman-suit-sitting-office-her-company_1258-194574.jpg"},
id: "4", name: "Cristina Oliveira", role: "Finance Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-professional-saleswoman-businesswoman-suit-sitting-office-her-company_1258-194574.jpg"},
{
id: "5", name: "João Ferreira", role: "Senior Investment Professional", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg"},
id: "5", name: "João Ferreira", role: "Senior Investment Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-work_1098-286.jpg"},
{
id: "6", name: "Rita Gomes", role: "Business Development", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"},
id: "6", name: "Rita Gomes", role: "Business Development", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"},
]}
/>
</div>