From 88cf7d34a88bd396aabe664decd4ac8417d1cd89 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:43:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b06e5e..a532c12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { return ( @@ -72,6 +72,8 @@ export default function LandingPage() { tag="Servicios Disponibles" textboxLayout="default" useInvertedBackground={false} + tagAnimation="none" + buttonAnimation="none" features={[ { id: 1, @@ -112,6 +114,8 @@ export default function LandingPage() { tag="Por Qué Elegirnos" title="Somos tu gasfiter de confianza en Las Condes. Servicio 24 horas, precios justos, garantía en cada trabajo y profesionales certificados." useInvertedBackground={true} + tagAnimation="none" + buttonAnimation="none" buttons={[ { text: "Solicitar Presupuesto", href: "#contact" }, { @@ -128,7 +132,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" - animationType="slide-up" + animationType="none" + tagAnimation="none" + buttonAnimation="none" testimonials={[ { id: "1", name: "Álvaro Valenzuela", role: "Propietario", company: "Las Condes", rating: 5, @@ -157,7 +163,9 @@ export default function LandingPage() { tag="Emergencia" textboxLayout="default" useInvertedBackground={true} - animationType="slide-up" + animationType="none" + tagAnimation="none" + buttonAnimation="none" metrics={[ { id: "1", title: "Llamada Inmediata", subtitle: "Respuesta en menos de 15 minutos", category: "Servicio Rápido", value: "+56 9 7654 5616", buttons: [{ text: "Llamar Ahora", href: "tel:+56976545616" }], @@ -179,6 +187,8 @@ export default function LandingPage() { tag="Área Servicio" textboxLayout="default" useInvertedBackground={false} + tagAnimation="none" + buttonAnimation="none" names={[ "Las Condes", "Providencia", "Ñuñoa", "La Reina", "Vitacura", "San Isidro", "Huechuraba", "Renca"]} speed={50} @@ -193,7 +203,9 @@ export default function LandingPage() { tag="FAQ" textboxLayout="default" useInvertedBackground={true} - faqsAnimation="slide-up" + faqsAnimation="none" + tagAnimation="none" + buttonAnimation="none" faqs={[ { id: "1", title: "¿Atienden emergencias 24/7?", content: @@ -239,7 +251,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-vector/topographic-map-background_23-2148580200.jpg" imageAlt="Zona de servicio en Las Condes" - mediaAnimation="slide-up" + mediaAnimation="none" mediaPosition="right" buttonText="Solicitar Presupuesto" /> -- 2.49.1 From 6f7dc18ec1aa00131caa7bf51c51b43c136d7319 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:43:51 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7f8f0c..6df9bf1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #E34400; + --foreground: #001a4de6; + --primary-cta: #106EFB; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120a00e6; --accent: #e2e2e2; - --background-accent: #E34400; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1