From 2722528d84f8e987f0f117756e047bc5f2a4c14e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:24:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d0141e..9ac2ab8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Solicitar revisión", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} dashboard={{ title: "Tallers Av Sarrià — Tu mecánico de barrio", stats: [ { title: "Valoración", values: [4.6, 4.8, 4.6], description: "Google Reviews" }, @@ -72,7 +72,7 @@ export default function LandingPage() { { icon: Zap, title: "Reparaciones rápidas", status: "Eficiente" }, { icon: Heart, title: "Trato cercano y profesional", status: "Confiable" } ], - listTitle: "Nuestro compromiso", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10811.jpg?_wi=1", imageAlt: "Mecánico profesional en taller", searchPlaceholder: "¿Cuál es tu problema?", chartTitle: "Satisfacción de clientes", chartData: [ + listTitle: "Nuestro compromiso", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10811.jpg", imageAlt: "Mecánico profesional en taller", searchPlaceholder: "¿Cuál es tu problema?", chartTitle: "Satisfacción de clientes", chartData: [ { value: 95 }, { value: 98 }, { value: 96 }, @@ -146,7 +146,7 @@ export default function LandingPage() { tag="Nuestro valor" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10811.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10811.jpg" imageAlt="Equipo profesional del taller" buttons={[ { text: "Llamar ahora", href: "tel:933217648" }, -- 2.49.1