diff --git a/src/app/page.tsx b/src/app/page.tsx index 10a3d12..f584291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,8 +139,8 @@ export default function HomePage() { description: "Revisiones, limpiezas y tratamientos básicos para mantener tu salud dental óptima.", icon: Tooth, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg", imageAlt: "revisión dental general paciente consultorio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053273.jpg", imageAlt: "limpieza dental profesional higienista dental" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg?_wi=1", imageAlt: "revisión dental general paciente consultorio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053273.jpg?_wi=1", imageAlt: "limpieza dental profesional higienista dental" } ] }, { @@ -148,8 +148,8 @@ export default function HomePage() { description: "Soluciones modernas para recuperar piezas dentales perdidas con resultados naturales.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/isometric-prosthetic-dentistry-concept-with-dental-bridge-used-missing-teeth-covering-isolated_1284-39111.jpg", imageAlt: "implante dental titanio moderno profesional" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-woman_329181-7271.jpg", imageAlt: "implante dental resultado natural sonrisa" } + { imageSrc: "http://img.b2bpic.net/free-vector/isometric-prosthetic-dentistry-concept-with-dental-bridge-used-missing-teeth-covering-isolated_1284-39111.jpg?_wi=1", imageAlt: "implante dental titanio moderno profesional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-woman_329181-7271.jpg?_wi=1", imageAlt: "implante dental resultado natural sonrisa" } ] }, { @@ -157,8 +157,8 @@ export default function HomePage() { description: "Blanqueamiento, carillas y otros tratamientos para mejorar la apariencia de tu sonrisa.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg", imageAlt: "blanqueamiento dental profesional paciente clínica" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-white-woman_23-2148941391.jpg", imageAlt: "sonrisa blanca brillante dientes blanqueados" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg?_wi=1", imageAlt: "blanqueamiento dental profesional paciente clínica" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-white-woman_23-2148941391.jpg?_wi=1", imageAlt: "sonrisa blanca brillante dientes blanqueados" } ] }, { @@ -166,8 +166,8 @@ export default function HomePage() { description: "Alineamiento dental con opciones de brackets tradicionales e invisibles.", icon: Smile, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-dental-gems_23-2151212420.jpg", imageAlt: "ortodoncia brackets dientes alineamiento" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "resultado ortodoncia dientes alineados perfectos" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-dental-gems_23-2151212420.jpg?_wi=1", imageAlt: "ortodoncia brackets dientes alineamiento" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg?_wi=1", imageAlt: "resultado ortodoncia dientes alineados perfectos" } ] }, { @@ -175,8 +175,8 @@ export default function HomePage() { description: "Tratamientos de conductos radiculares con tecnología de punta para salvar tu diente.", icon: Activity, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-1870.jpg", imageAlt: "tratamiento endodoncia conducto radicular" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-looking-x-ray-front-patient_107420-73920.jpg", imageAlt: "radiografía dental endodoncia conducto" } + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-1870.jpg?_wi=1", imageAlt: "tratamiento endodoncia conducto radicular" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-looking-x-ray-front-patient_107420-73920.jpg?_wi=1", imageAlt: "radiografía dental endodoncia conducto" } ] }, { @@ -184,8 +184,8 @@ export default function HomePage() { description: "Cuidado especializado de encías y prevención de enfermedades periodontales.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053272.jpg", imageAlt: "tratamiento periodoncia encías profesional" }, - { imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-lady-feeling-satisfied-happy_1163-3812.jpg", imageAlt: "salud encías rosadas dientes firmes" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053272.jpg?_wi=1", imageAlt: "tratamiento periodoncia encías profesional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-lady-feeling-satisfied-happy_1163-3812.jpg?_wi=1", imageAlt: "salud encías rosadas dientes firmes" } ] } ]} @@ -225,7 +225,7 @@ export default function HomePage() { name: "Isabel García", role: "Paciente desde hace 15 años", testimonial: "Siempre he ido desde que era pequeño. Fantástico el trato y profesionalidad. El Dr. es muy experto y se nota que ama lo que hace.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-outdoor-shot-attractive-woman-has-long-dark-hair-positive-facial-expression_273609-44811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-outdoor-shot-attractive-woman-has-long-dark-hair-positive-facial-expression_273609-44811.jpg?_wi=1", imageAlt: "Isabel García" }, { @@ -233,7 +233,7 @@ export default function HomePage() { name: "Carlos Martínez", role: "Empresario local", testimonial: "Profesionales, muy buena clínica. He recomendado a todos mis amigos y familiares. Excelente relación calidad-precio.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=1", imageAlt: "Carlos Martínez" }, { @@ -241,7 +241,7 @@ export default function HomePage() { name: "María López", role: "Madre de dos hijos", testimonial: "Mis hijos no tienen miedo de ir al dentista gracias al trato tan cercano que reciben. Muy recomendable para familias.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2681.jpg?_wi=1", imageAlt: "María López" }, { @@ -249,7 +249,7 @@ export default function HomePage() { name: "Pedro Sánchez", role: "Jubilado", testimonial: "Atención personalizada, profesionalidad y comodidad. Es lo que esperaba encontrar en mi barrio. Muy contento.", - imageSrc: "http://img.b2bpic.net/free-photo/casual-mature-man-standing-fighting-pose-isolated-yellow-wall_141793-74679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-mature-man-standing-fighting-pose-isolated-yellow-wall_141793-74679.jpg?_wi=1", imageAlt: "Pedro Sánchez" }, { @@ -257,7 +257,7 @@ export default function HomePage() { name: "Laura Fernández", role: "Abogada", testimonial: "Me realizaron un implante dental hace 3 años. Excelente trabajo, resultado natural y durabilidad impecable. Muy satisfecha.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-showing-thumb-up_329181-1241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-showing-thumb-up_329181-1241.jpg?_wi=1", imageAlt: "Laura Fernández" }, { @@ -265,7 +265,7 @@ export default function HomePage() { name: "Juan Rodríguez", role: "Profesor", testimonial: "Cambié de dentista y no me arrepiento. Aquí hay verdadera preocupación por la salud del paciente. Altamente recomendado.", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg?_wi=1", imageAlt: "Juan Rodríguez" } ]} diff --git a/src/app/servicios/page.tsx b/src/app/servicios/page.tsx index bc32f35..d14cbef 100644 --- a/src/app/servicios/page.tsx +++ b/src/app/servicios/page.tsx @@ -92,8 +92,8 @@ export default function ServicesPage() { description: "Revisiones, limpiezas y tratamientos básicos para mantener tu salud dental óptima.", icon: Tooth, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg", imageAlt: "revisión dental general paciente consultorio" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053273.jpg", imageAlt: "limpieza dental profesional higienista dental" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053285.jpg?_wi=2", imageAlt: "revisión dental general paciente consultorio" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053273.jpg?_wi=2", imageAlt: "limpieza dental profesional higienista dental" } ] }, { @@ -101,8 +101,8 @@ export default function ServicesPage() { description: "Soluciones modernas para recuperar piezas dentales perdidas con resultados naturales.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-vector/isometric-prosthetic-dentistry-concept-with-dental-bridge-used-missing-teeth-covering-isolated_1284-39111.jpg", imageAlt: "implante dental titanio moderno profesional" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-woman_329181-7271.jpg", imageAlt: "implante dental resultado natural sonrisa" } + { imageSrc: "http://img.b2bpic.net/free-vector/isometric-prosthetic-dentistry-concept-with-dental-bridge-used-missing-teeth-covering-isolated_1284-39111.jpg?_wi=2", imageAlt: "implante dental titanio moderno profesional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-woman_329181-7271.jpg?_wi=2", imageAlt: "implante dental resultado natural sonrisa" } ] }, { @@ -110,8 +110,8 @@ export default function ServicesPage() { description: "Blanqueamiento, carillas y otros tratamientos para mejorar la apariencia de tu sonrisa.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg", imageAlt: "blanqueamiento dental profesional paciente clínica" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-white-woman_23-2148941391.jpg", imageAlt: "sonrisa blanca brillante dientes blanqueados" } + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg?_wi=2", imageAlt: "blanqueamiento dental profesional paciente clínica" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-white-woman_23-2148941391.jpg?_wi=2", imageAlt: "sonrisa blanca brillante dientes blanqueados" } ] }, { @@ -119,8 +119,8 @@ export default function ServicesPage() { description: "Alineamiento dental con opciones de brackets tradicionales e invisibles.", icon: Smile, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-dental-gems_23-2151212420.jpg", imageAlt: "ortodoncia brackets dientes alineamiento" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "resultado ortodoncia dientes alineados perfectos" } + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-with-dental-gems_23-2151212420.jpg?_wi=2", imageAlt: "ortodoncia brackets dientes alineamiento" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg?_wi=2", imageAlt: "resultado ortodoncia dientes alineados perfectos" } ] }, { @@ -128,8 +128,8 @@ export default function ServicesPage() { description: "Tratamientos de conductos radiculares con tecnología de punta para salvar tu diente.", icon: Activity, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-1870.jpg", imageAlt: "tratamiento endodoncia conducto radicular" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-looking-x-ray-front-patient_107420-73920.jpg", imageAlt: "radiografía dental endodoncia conducto" } + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-woman-teeth-with-diagnostic-microscope_651396-1870.jpg?_wi=2", imageAlt: "tratamiento endodoncia conducto radicular" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-looking-x-ray-front-patient_107420-73920.jpg?_wi=2", imageAlt: "radiografía dental endodoncia conducto" } ] }, { @@ -137,8 +137,8 @@ export default function ServicesPage() { description: "Cuidado especializado de encías y prevención de enfermedades periodontales.", icon: Heart, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053272.jpg", imageAlt: "tratamiento periodoncia encías profesional" }, - { imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-lady-feeling-satisfied-happy_1163-3812.jpg", imageAlt: "salud encías rosadas dientes firmes" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053272.jpg?_wi=2", imageAlt: "tratamiento periodoncia encías profesional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-lady-feeling-satisfied-happy_1163-3812.jpg?_wi=2", imageAlt: "salud encías rosadas dientes firmes" } ] } ]} diff --git a/src/app/sobre-nosotros/page.tsx b/src/app/sobre-nosotros/page.tsx index 53fd459..1f5d823 100644 --- a/src/app/sobre-nosotros/page.tsx +++ b/src/app/sobre-nosotros/page.tsx @@ -116,7 +116,7 @@ export default function AboutPage() { name: "Isabel García", role: "Paciente desde hace 15 años", testimonial: "Siempre he ido desde que era pequeño. Fantástico el trato y profesionalidad. El Dr. es muy experto y se nota que ama lo que hace.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-outdoor-shot-attractive-woman-has-long-dark-hair-positive-facial-expression_273609-44811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-outdoor-shot-attractive-woman-has-long-dark-hair-positive-facial-expression_273609-44811.jpg?_wi=2", imageAlt: "Isabel García", }, { @@ -124,7 +124,7 @@ export default function AboutPage() { name: "Carlos Martínez", role: "Empresario local", testimonial: "Profesionales, muy buena clínica. He recomendado a todos mis amigos y familiares. Excelente relación calidad-precio.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202435.jpg?_wi=2", imageAlt: "Carlos Martínez", }, { @@ -132,7 +132,7 @@ export default function AboutPage() { name: "María López", role: "Madre de dos hijos", testimonial: "Mis hijos no tienen miedo de ir al dentista gracias al trato tan cercano que reciben. Muy recomendable para familias.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2681.jpg?_wi=2", imageAlt: "María López", }, { @@ -140,7 +140,7 @@ export default function AboutPage() { name: "Pedro Sánchez", role: "Jubilado", testimonial: "Atención personalizada, profesionalidad y comodidad. Es lo que esperaba encontrar en mi barrio. Muy contento.", - imageSrc: "http://img.b2bpic.net/free-photo/casual-mature-man-standing-fighting-pose-isolated-yellow-wall_141793-74679.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-mature-man-standing-fighting-pose-isolated-yellow-wall_141793-74679.jpg?_wi=2", imageAlt: "Pedro Sánchez", }, { @@ -148,7 +148,7 @@ export default function AboutPage() { name: "Laura Fernández", role: "Abogada", testimonial: "Me realizaron un implante dental hace 3 años. Excelente trabajo, resultado natural y durabilidad impecable. Muy satisfecha.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-showing-thumb-up_329181-1241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businesswoman-showing-thumb-up_329181-1241.jpg?_wi=2", imageAlt: "Laura Fernández", }, { @@ -156,7 +156,7 @@ export default function AboutPage() { name: "Juan Rodríguez", role: "Profesor", testimonial: "Cambié de dentista y no me arrepiento. Aquí hay verdadera preocupación por la salud del paciente. Altamente recomendado.", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-young-smiling-male-sitting-harbor_181624-25884.jpg?_wi=2", imageAlt: "Juan Rodríguez", }, ]}