Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32408fefd9 | |||
| 543df92058 | |||
| e9eae22c93 | |||
| 66bc3307a2 |
@@ -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">
|
||||
@@ -150,6 +150,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Pide Tu Cita", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -200,4 +201,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user