From ecb5acbc42e10c9f8d41be64256d971f0c812f03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:54:01 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 6c74c09..937b39a 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -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"}, ]} />