Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e9eae22c93 | |||
| 66bc3307a2 | |||
| a9d977938d | |||
| 198c21dee8 | |||
| 64f30a62f5 |
@@ -78,8 +78,8 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Tecnología Avanzada" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-sofa-interior-decoration_1339-7730.jpg"
|
||||
imageAlt="Interior de la moderna clínica dental"
|
||||
imageSrc="https://images.unsplash.com/photo-1629909613146-522617651a70?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
imageAlt="Interior moderno y luminoso de la clínica dental con sillones cómodos"
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
@@ -126,9 +126,9 @@ export default function LandingPage() {
|
||||
title="Nuestro Equipo de Profesionales"
|
||||
description="Conoce a los expertos que se dedican a tu salud bucodental con pasión y dedicación."
|
||||
members={[
|
||||
{ id: "1", name: "Dra. Ana Perea Zaragoza", role: "Directora Clínica y Odontóloga General", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-66897.jpg", imageAlt: "Retrato de la Dra. Ana Perea Zaragoza" },
|
||||
{ id: "2", name: "María García", role: "Higienista Dental y Auxiliar", imageSrc: "http://img.b2bpic.net/free-photo/dentist-smiling-holding-invisible-retainers_23-2148380372.jpg", imageAlt: "Retrato de María García" },
|
||||
{ id: "3", name: "Dr. Javier López", role: "Odontólogo Especialista en Implantes", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg", imageAlt: "Retrato del Dr. Javier López" }
|
||||
{ id: "1", name: "Dra. Ana Perea Zaragoza", role: "Directora Clínica y Odontóloga General", imageSrc: "https://images.unsplash.com/photo-1622253692010-337f4ce40d49?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Retrato de la Dra. Ana Perea Zaragoza" },
|
||||
{ id: "2", name: "María García", role: "Higienista Dental y Auxiliar", imageSrc: "https://images.unsplash.com/photo-1594824479536-a142079038ba?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Retrato de María García" },
|
||||
{ id: "3", name: "Dr. Javier López", role: "Odontólogo Especialista en Implantes", imageSrc: "https://images.unsplash.com/photo-1612348577038-1647be7301ae?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Retrato del Dr. Javier López" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -200,4 +200,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user