Update src/app/equipo/page.tsx

This commit is contained in:
2026-03-11 13:52:44 +00:00
parent 7211e00933
commit 08b2cc9e8e

View File

@@ -61,25 +61,25 @@ export default function TeamPage() {
id: "1",
name: "Dra. Isabel García",
role: "Directora y Odontóloga General",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-with-thinking-face-yellow-wall_179666-12437.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-with-thinking-face-yellow-wall_179666-12437.jpg?_wi=3",
},
{
id: "2",
name: "Dr. Juan Cámara",
role: "Cirujano Maxilofacial",
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-pain-looking-mirror-while-gesturing-female-dentist-clinic_662251-2576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-pain-looking-mirror-while-gesturing-female-dentist-clinic_662251-2576.jpg?_wi=3",
},
{
id: "3",
name: "Dra. María López",
role: "Especialista en Ortodoncia",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg?_wi=3",
},
{
id: "4",
name: "Dr. Pedro Martínez",
role: "Especialista en Periodoncia",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-dentist-dentist-s-clinic_329181-20759.jpg?_wi=3",
},
];
@@ -88,19 +88,19 @@ export default function TeamPage() {
id: 1,
title: "Dra. Isabel García - Directora",
description: "Con más de 15 años de experiencia en odontología general, la Dra. García lidera nuestro equipo con pasión por la excelencia. Especializada en tratamientos complejos y planificación de casos integrados.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-with-thinking-face-yellow-wall_179666-12437.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-with-thinking-face-yellow-wall_179666-12437.jpg?_wi=4",
},
{
id: 2,
title: "Dr. Juan Cámara - Cirujano Maxilofacial",
description: "Especialista en implantología avanzada y cirugía oral compleja. Formado en las mejores instituciones europeas, aporta técnicas innovadoras y resultados predecibles en cada intervención.",
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-pain-looking-mirror-while-gesturing-female-dentist-clinic_662251-2576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-pain-looking-mirror-while-gesturing-female-dentist-clinic_662251-2576.jpg?_wi=4",
},
{
id: 3,
title: "Dra. María López - Especialista en Ortodoncia",
description: "Experta en ortodoncia invisible y alineamiento dental. Combina tecnología de punta con un enfoque humano para transformar sonrisas de forma cómoda y eficaz.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-dentist-dentist-s-clinic_329181-20753.jpg?_wi=4",
},
];