From 6534b1dbb6b5f1f479c63993adb23b05df66d79c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:09:30 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8cbd5e..9310436 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Profesionales con experiencia" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} kpis={[ { value: "+15 años", label: "Experiencia en reparación" }, { value: "98%", label: "Satisfacción de clientes" }, @@ -184,7 +184,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Pide tu presupuesto sin compromiso" description="Contacta con Talleres VR para solicitar un presupuesto personalizado. Nuestro equipo atenderá tu consulta y te asesorará sobre el mejor servicio para tu vehículo." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Tu correo electrónico" buttonText="Enviar" -- 2.49.1 From 89785c716b6865108d9da92c4a7e7a06f715f646 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:09:30 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 6be1410..43aae19 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps extends SVGProps { fontWeight?: string | number; fontFamily?: string; fill?: string; - dominantBaseline?: 'auto' | 'baseline' | 'middle' | 'hanging' | 'text-top' | 'text-bottom' | 'central' | 'mathematical' | 'inherit'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'text-top' | 'text-bottom' | 'central' | 'mathematical' | 'inherit'; } export const SvgTextLogo = React.forwardRef( -- 2.49.1