From 6248e1ca1c775fe6889f4c486bda07e1030dc9b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:42:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 288 ++++++++++------------------------------------- 1 file changed, 59 insertions(+), 229 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa7d7fc..26e045d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,98 +47,41 @@ export default function LandingPage() {
@@ -156,14 +91,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Más de 100 autos diagnosticados", - "5.0 estrellas en Google", - "Respuesta en menos de 1 hora", - "Técnicos certificados", - "Cobertura Miami y Hialeah", - "Diagnóstico avanzado", - "Garantía de servicio", - ]} + "Más de 100 autos diagnosticados", "5.0 estrellas en Google", "Respuesta en menos de 1 hora", "Técnicos certificados", "Cobertura Miami y Hialeah", "Diagnóstico avanzado", "Garantía de servicio"]} title="Resultados comprobados por nuestros clientes" description="Tu auto en las mejores manos con tecnología de punta." /> @@ -177,26 +105,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Diagnóstico Avanzado", - description: "Equipos de última generación para llegar a la falla raíz.", - imageSrc: "http://img.b2bpic.net/free-photo/using-screwdriver-tighten-cable_23-2148254105.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174308.jpg", - buttonText: "Saber más", - }, + title: "Diagnóstico Avanzado", description: "Equipos de última generación para llegar a la falla raíz.", imageSrc: "http://img.b2bpic.net/free-photo/using-screwdriver-tighten-cable_23-2148254105.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174308.jpg", buttonText: "Saber más"}, { - title: "Técnicos Certificados", - description: "Expertos en programación de módulos electrónicos (ECU).", - imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16588.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-hardware-component-background_23-2148882663.jpg", - buttonText: "Saber más", - }, + title: "Técnicos Certificados", description: "Expertos en programación de módulos electrónicos (ECU).", imageSrc: "http://img.b2bpic.net/free-photo/car-repairman-wearing-white-uniform-standing-holding-wrench-that-is-essential-tool-mechanic_1150-16588.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-hardware-component-background_23-2148882663.jpg", buttonText: "Saber más"}, { - title: "Arreglos reales", - description: "Sin cambios innecesarios, directo al problema.", - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-using-diagnostic-tool-attaching-jumper-cables-car-engine-while-working-auto-repair-shop_637285-4269.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376978.jpg", - buttonText: "Saber más", - }, + title: "Arreglos reales", description: "Sin cambios innecesarios, directo al problema.", imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-using-diagnostic-tool-attaching-jumper-cables-car-engine-while-working-auto-repair-shop_637285-4269.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376978.jpg", buttonText: "Saber más"}, ]} title="¿Tu Auto Tiene Problemas Eléctricos Que Nadie Ha Podido Resolver?" description="Solucionamos fallas complejas con precisión diagnóstica." @@ -205,52 +118,23 @@ export default function LandingPage() {
@@ -325,18 +177,9 @@ export default function LandingPage() { title="Nuestro Proceso" description="Simple, profesional y directo." metrics={[ - { - value: "1", - title: "Llamada inmediata", - }, - { - value: "2", - title: "Diagnóstico", - }, - { - value: "3", - title: "Reparación", - }, + { value: "1", title: "Llamada inmediata" }, + { value: "2", title: "Diagnóstico" }, + { value: "3", title: "Reparación" } ]} imageSrc="http://img.b2bpic.net/free-photo/young-car-repairman-talking-with-his-coworker-while-checking-engine-performance-with-diagnostic-tools-auto-repair-shop_637285-4277.jpg" mediaAnimation="slide-up" @@ -348,8 +191,7 @@ export default function LandingPage() {
-- 2.49.1