Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-06-03 02:28:14 +00:00
2 changed files with 14 additions and 10 deletions

View File

@@ -293,7 +293,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Contacto"
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>
@@ -328,7 +328,11 @@ export default function LandingPage() {
{
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"},
],

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #0a7039;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
--secondary-cta-text: #001122;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);