Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 19:28:23 +00:00

View File

@@ -44,6 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Tu moto en manos de un profesional de verdad"
description="Más de 17 años ofreciendo un servicio honesto, rápido y de calidad. Sin sorpresas, sin engaños. Solo mecánica pura."
background={{ variant: "plain" }}
tag="Confianza desde el primer día"
tagIcon={Wrench}
tagAnimation="slide-up"
@@ -92,7 +93,7 @@ export default function LandingPage() {
id: "repair", title: "Reparación de averías", descriptions: [
"Diagnóstico preciso del problema", "Reparación sin sorpresas", "Garantía en el trabajo realizado"
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg?_wi=1", imageAlt: "motorcycle repair maintenance service"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg", imageAlt: "motorcycle repair maintenance service"
},
{
id: "diagnostic", title: "Diagnóstico electrónico", descriptions: [
@@ -104,7 +105,7 @@ export default function LandingPage() {
id: "maintenance", title: "Mantenimiento preventivo", descriptions: [
"Cambios de aceite y filtros", "Revisión completa de la moto", "Alargas la vida útil de tu moto"
],
imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg?_wi=1", imageAlt: "motorcycle maintenance service checklist"
imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg", imageAlt: "motorcycle maintenance service checklist"
},
{
id: "electrical", title: "Reparaciones eléctricas", descriptions: [
@@ -116,13 +117,13 @@ export default function LandingPage() {
id: "oil-change", title: "Cambio de aceite", descriptions: [
"Aceite de primera calidad", "Servicio rápido y profesional", "Sin sorpresas en el precio"
],
imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg?_wi=2", imageAlt: "motorcycle maintenance service checklist"
imageSrc: "http://img.b2bpic.net/free-photo/hair-face-headphone-one-black_1157-2842.jpg", imageAlt: "motorcycle maintenance service checklist"
},
{
id: "full-review", title: "Revisiones completas", descriptions: [
"Inspección de motor y transmisión", "Control de frenos y suspensión", "Documentación detallada"
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg?_wi=2", imageAlt: "motorcycle repair maintenance service"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-bike-shop_23-2149039059.jpg", imageAlt: "motorcycle repair maintenance service"
}
]}
gridVariant="three-columns-all-equal-width"