Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa988aecb6 | |||
| 50467a49f1 | |||
| 10a5d7438f | |||
| df86f96c0b | |||
| d26ed6d6f8 |
@@ -293,7 +293,7 @@ export default function LandingPage() {
|
|||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Contacto"
|
tag="Contacto"
|
||||||
title="Visítanos en Cumbres"
|
title="Visítanos en Cumbres"
|
||||||
description="Estamos listos para recibirte en nuestras modernas instalaciones. ¡Tu nueva sonrisa te espera!"
|
description="Estamos listos para recibirte en nuestras modernas instalaciones. ¡Tu nueva sonrisa te espera!\nDirección: Espacio Cumbres, Av. Cumbres Madeira #691 Plaza Bendetti, Local 9, 64349 Monterrey, N.L.\nTeléfono: 81 2202 3087\nHorarios: Lunes a Viernes: 9:00 AM - 7:00 PM, Sábados: 9:00 AM - 2:00 PM."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -328,7 +328,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
label: "Agendar Cita", href: "https://wa.me/528122023087"},
|
label: "Agendar Cita", href: "https://wa.me/528122023087"},
|
||||||
{
|
{
|
||||||
label: "Ubicación", href: "https://www.google.com/maps/place/MAPA+Dental/@25.698947,-100.419018,17z/data=!3m1!4b1!4m6!3m5!1s0x866297316330920d:0xdd1e03c156f4d50c!8m2!3d25.698947!4d-100.419018!16s%2Fg%2F11sbw_861r?entry=ttu"},
|
label: "Teléfono: 81 2202 3087", href: "tel:+528122023087"},
|
||||||
|
{
|
||||||
|
label: "Dirección: Av. Cumbres Madeira #691, Local 9", href: "https://www.google.com/maps/place/MAPA+Dental/@25.698947,-100.419018,17z/data=!3m1!4b1!4m6!3m5!1s0x866297316330920d:0xdd1e03c156f4d50c!8m2!3d25.698947!4d-100.419018!16s%2Fg%2F11sbw_861r?entry=ttu"},
|
||||||
|
{
|
||||||
|
label: "Horarios: L-V 9-7, S 9-2", href: "#contact"},
|
||||||
{
|
{
|
||||||
label: "Preguntas Frecuentes", href: "#faq"},
|
label: "Preguntas Frecuentes", href: "#faq"},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #f5faff;
|
||||||
--card: #ffffff;
|
--card: #f1f8ff;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #001122;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #0a7039;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5faff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #001122;
|
||||||
--accent: #e63946;
|
--accent: #a8d9be;
|
||||||
--background-accent: #e8bea8;
|
--background-accent: #6bbf8e;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user