diff --git a/src/app/page.tsx b/src/app/page.tsx index f219b9a..a6179fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,8 +133,8 @@ export default function LandingPage() { title="Nossa Equipe" description="Conheça os profissionais por trás da Evolvo International, dedicados à excelência em cada detalhe." members={[ - { name: "Carlos Silva", role: "Diretor Comercial", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg" }, - { name: "Ana Souza", role: "Logística Internacional", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-boss-suit-smiling-giving-good-news-her-business-colleagues-work-meeting_662251-53.jpg" } + { id: "m1", name: "Carlos Silva", role: "Diretor Comercial", description: "Lidera nossas operações internacionais com foco em excelência.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384866.jpg" }, + { id: "m2", name: "Ana Souza", role: "Logística Internacional", description: "Especialista em garantir entregas pontuais e seguras globalmente.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-boss-suit-smiling-giving-good-news-her-business-colleagues-work-meeting_662251-53.jpg" } ]} animationType="slide-up" textboxLayout="default"