diff --git a/src/app/equipo/page.tsx b/src/app/equipo/page.tsx
index b88a036..8551946 100644
--- a/src/app/equipo/page.tsx
+++ b/src/app/equipo/page.tsx
@@ -26,25 +26,15 @@ export default function LandingPage() {
@@ -57,26 +47,12 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
- id: "g1",
- groupTitle: "Expertos",
- members: [
+ id: "g1", groupTitle: "Expertos", members: [
{
- id: "m1",
- title: "Dra. Astrid Fos",
- subtitle: "Directora Clínica",
- detail: "Especialista en estética dental.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-smiling_23-2148396205.jpg",
- },
+ id: "m1", title: "Dra. Astrid Fos", subtitle: "Directora Clínica", detail: "Especialista en estética dental.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-smiling_23-2148396205.jpg"},
{
- id: "m2",
- title: "Dr. Juan Pérez",
- subtitle: "Ortodoncista",
- detail: "Experto en alineadores invisibles.",
- imageSrc: "http://img.b2bpic.net/free-photo/pleased-holding-hands-together-young-male-doctor-wearing-uniform-with-stethoscope-isolated-orange-background_141793-140134.jpg",
- },
+ id: "m2", title: "Dr. Juan Pérez", subtitle: "Ortodoncista", detail: "Experto en alineadores invisibles.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-holding-hands-together-young-male-doctor-wearing-uniform-with-stethoscope-isolated-orange-background_141793-140134.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=2",
- imageAlt: "dentist doctor professional portrait",
},
]}
title="Nuestro Equipo"
@@ -92,25 +68,15 @@ export default function LandingPage() {
author="Laura García"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg",
- alt: "Laura G.",
- },
+ src: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg", alt: "Laura G."},
{
- src: "http://img.b2bpic.net/free-photo/portrait-female-dentist-examining-patient_107420-65606.jpg",
- alt: "Pedro M.",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-female-dentist-examining-patient_107420-65606.jpg", alt: "Pedro M."},
{
- src: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg",
- alt: "Lucia S.",
- },
+ src: "http://img.b2bpic.net/free-photo/little-girl-dentist-s-chair-examination-process_651396-2246.jpg", alt: "Lucia S."},
{
- src: "http://img.b2bpic.net/free-photo/smiling-woman-dentist-is-treating-female-patient-which-is-sitting-dental-chair-clinic_613910-17759.jpg",
- alt: "Marcos D.",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-woman-dentist-is-treating-female-patient-which-is-sitting-dental-chair-clinic_613910-17759.jpg", alt: "Marcos D."},
{
- src: "http://img.b2bpic.net/free-photo/pediatric-dentist-sitting-beside-adorable-little-girl-dental-office_651396-3098.jpg",
- alt: "Elena R.",
- },
+ src: "http://img.b2bpic.net/free-photo/pediatric-dentist-sitting-beside-adorable-little-girl-dental-office_651396-3098.jpg", alt: "Elena R."},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -121,25 +87,17 @@ export default function LandingPage() {