Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user