Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-11 17:09:34 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -6,7 +6,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
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<SVGSVGElement, SvgTextLogoProps>(