From 08b2cc9e8ec4c7484cec0a3c86e38a04f1a451b2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:52:44 +0000 Subject: [PATCH] Update src/app/equipo/page.tsx --- src/app/equipo/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/equipo/page.tsx b/src/app/equipo/page.tsx index dace024..9070a57 100644 --- a/src/app/equipo/page.tsx +++ b/src/app/equipo/page.tsx @@ -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", }, ];