Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bca12702ea | |||
| 867aa9cfc3 | |||
| 95e4b1ac14 | |||
| c1cac1b7c6 |
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserva tu cita", href: "#contact"},
|
text: "Reserva tu cita", href: "contact"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2"
|
||||||
imageAlt="dental clinic professional portrait"
|
imageAlt="dental clinic professional portrait"
|
||||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
|||||||
"Revisión completa", "Limpieza profesional", "Diagnóstico"],
|
"Revisión completa", "Limpieza profesional", "Diagnóstico"],
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Elegir", href: "#contact"},
|
text: "Elegir", href: "contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -163,7 +163,7 @@ export default function LandingPage() {
|
|||||||
"Sesión completa", "Kit de seguimiento", "Revisión incluida"],
|
"Sesión completa", "Kit de seguimiento", "Revisión incluida"],
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Elegir", href: "#contact"},
|
text: "Elegir", href: "contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
|||||||
"Estudio personalizado", "Cirugía guiada", "Seguimiento médico"],
|
"Estudio personalizado", "Cirugía guiada", "Seguimiento médico"],
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "Elegir", href: "#contact"},
|
text: "Elegir", href: "contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -256,10 +256,10 @@ export default function LandingPage() {
|
|||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Política de privacidad", href: "#"}}
|
text: "Política de privacidad", href: "#"}}
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Contacto", href: "#contact"}}
|
text: "Contacto", href: "contact"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user