diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d1b8cd..a693f0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -252,6 +252,12 @@ export default function LandingPage() { { id: "5", name: "Laura G.", role: "Paciente", company: "Monterrey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/leisure-activity-adult-happiness-people-sitting_1301-1978.jpg", imageAlt: "Laura G."}, + { + id: "6", name: "Elizabeth E.", role: "Paciente", company: "Monterrey", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-her-hair-up_23-2149591244.jpg", imageAlt: "Elizabeth E."}, + { + id: "7", name: "Carla G.", role: "Paciente", company: "Monterrey", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-latin-american-woman-smiling-outdoors_1262-3375.jpg", imageAlt: "Carla G."} ]} kpiItems={[ { @@ -293,7 +299,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!\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." + 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: Abre de miércoles a lunes desde las 10:00 AM." /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1d3da43..bb7d722 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; + --background: #ffffff; + --card: #f9f9f9; --foreground: #001122; --primary-cta: #0a7039; - --primary-cta-text: #f5faff; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #001122; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);