From c4bdf34555ebfc7df912e09617cdf193613d9163 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:28:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b21bfc..2d0655f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contacto", id: "contact" }, ]} button={{ - text: "📞 Llamar Ahora", href: "tel:+528111991094"}} + text: "📞 Llamar Ahora", href: "tel:+528111991094" + }} /> @@ -47,12 +48,16 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repair-shop-closed-due-coronavirus-pandemic_637285-9446.jpg", imageAlt: "Mecánico profesional trabajando en diagnóstico"}, + imageSrc: "http://img.b2bpic.net/free-photo/auto-repair-shop-closed-due-coronavirus-pandemic_637285-9446.jpg", imageAlt: "Mecánico profesional trabajando en diagnóstico" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-experienced-car-mechanic-repairman-uniform-thinking-about-solution-looking-car-engine-mechanics-workshop_342744-263.jpg?_wi=1", imageAlt: "Equipo de diagnóstico automotriz"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-experienced-car-mechanic-repairman-uniform-thinking-about-solution-looking-car-engine-mechanics-workshop_342744-263.jpg", imageAlt: "Equipo de diagnóstico automotriz" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1171.jpg?_wi=1", imageAlt: "Reparación profesional de vehículos"}, + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1171.jpg", imageAlt: "Reparación profesional de vehículos" + }, ]} + mediaAnimation="slide-up" buttons={[ { text: "📞 Llamar Ahora", href: "tel:+528111991094" }, { text: "📋 Solicitar Diagnóstico", href: "#contact" }, @@ -67,7 +72,7 @@ export default function LandingPage() { description="Melanie Estefania Macias Gonzalez" subdescription="Cliente Satisfecha" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg" useInvertedBackground={false} mediaAnimation="slide-up" /> @@ -81,17 +86,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Diagnóstico Automotriz", description: "Diagnóstico rápido y preciso usando tecnología de punta para identificar cualquier problema en tu vehículo.", imageSrc: "http://img.b2bpic.net/free-photo/professional-experienced-car-mechanic-repairman-uniform-thinking-about-solution-looking-car-engine-mechanics-workshop_342744-263.jpg?_wi=2"}, + title: "Diagnóstico Automotriz", description: "Diagnóstico rápido y preciso usando tecnología de punta para identificar cualquier problema en tu vehículo.", imageSrc: "http://img.b2bpic.net/free-photo/professional-experienced-car-mechanic-repairman-uniform-thinking-about-solution-looking-car-engine-mechanics-workshop_342744-263.jpg" + }, { id: 2, - title: "Reparación de Motor", description: "Reparación profesional de motores con garantía de calidad y atención experta.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1171.jpg?_wi=2"}, + title: "Reparación de Motor", description: "Reparación profesional de motores con garantía de calidad y atención experta.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1171.jpg" + }, { id: 3, - title: "Mantenimiento", description: "Servicios completos de mantenimiento incluyendo cambio de aceite, afinación y revisión general.", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881292.jpg"}, + title: "Mantenimiento", description: "Servicios completos de mantenimiento incluyendo cambio de aceite, afinación y revisión general.", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881292.jpg" + }, ]} textboxLayout="default" useInvertedBackground={true} - mediaAnimation="slide-up" buttonAnimation="slide-up" /> @@ -103,7 +110,7 @@ export default function LandingPage() { description="Mecánicos con Experiencia" subdescription="Profesionales Certificados desde 1995" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1171.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1171.jpg" useInvertedBackground={false} mediaAnimation="slide-up" /> @@ -113,11 +120,14 @@ export default function LandingPage() { -- 2.49.1