Update src/app/equipo/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function TeamPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Clínica",
|
||||
items: [
|
||||
title: "Clínica", items: [
|
||||
{ label: "Sobre Nosotros", href: "/equipo" },
|
||||
{ label: "Nuestro Equipo", href: "/equipo" },
|
||||
{ label: "Instalaciones", href: "/equipo" },
|
||||
@@ -28,8 +27,7 @@ export default function TeamPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Implantes", href: "/tratamientos" },
|
||||
{ label: "Ortodoncia", href: "/tratamientos" },
|
||||
{ label: "Estética Dental", href: "/tratamientos" },
|
||||
@@ -37,8 +35,7 @@ export default function TeamPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Información",
|
||||
items: [
|
||||
title: "Información", items: [
|
||||
{ label: "Casos Reales", href: "/" },
|
||||
{ label: "Opiniones", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
@@ -46,8 +43,7 @@ export default function TeamPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{ label: "Teléfono", href: "tel:953225409" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/34953225409" },
|
||||
{ label: "Email", href: "mailto:info@clinicagarciamara.es" },
|
||||
@@ -58,50 +54,25 @@ export default function TeamPage() {
|
||||
|
||||
const teamMembers = [
|
||||
{
|
||||
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?_wi=3",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_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"},
|
||||
{
|
||||
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?_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"},
|
||||
{
|
||||
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?_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"},
|
||||
];
|
||||
|
||||
const teamBiographies = [
|
||||
{
|
||||
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?_wi=4",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=4",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=4",
|
||||
},
|
||||
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"},
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -111,7 +82,7 @@ export default function TeamPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -163,7 +134,7 @@ export default function TeamPage() {
|
||||
{ text: "Reservar Cita", href: "/contact" },
|
||||
{ text: "Llamar Ahora", href: "tel:953225409" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user