Merge version_1 into main #2
@@ -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"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<MetricCardTen
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "Años de Experiencia", subtitle: "Sirviendo a Monterrey y zonas aledañas", category: "Taller", value: "+25 Años"},
|
||||
id: "1", title: "Años de Experiencia", subtitle: "Sirviendo a Monterrey y zonas aledañas", category: "Taller", value: "+25 Años"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Clientes Satisfechos", subtitle: "Reseñas positivas en Google", category: "Reputación", value: "4.6 ⭐"},
|
||||
id: "2", title: "Clientes Satisfechos", subtitle: "Reseñas positivas en Google", category: "Reputación", value: "4.6 ⭐"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Servicio Rápido", subtitle: "Diagnóstico en menos de 2 horas", category: "Velocidad", value: "<2 hrs"},
|
||||
id: "3", title: "Servicio Rápido", subtitle: "Diagnóstico en menos de 2 horas", category: "Velocidad", value: "<2 hrs"
|
||||
},
|
||||
]}
|
||||
title="Nuestra Experiencia"
|
||||
description="Números que hablan por nosotros en el servicio automotriz de Monterrey"
|
||||
@@ -131,13 +141,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Melanie Estefania", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg?_wi=2", imageAlt: "Melanie Estefania"},
|
||||
id: "1", name: "Melanie Estefania", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Melanie Estefania"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Victor Manuel", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg", imageAlt: "Victor Manuel"},
|
||||
id: "2", name: "Victor Manuel", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202434.jpg", imageAlt: "Victor Manuel"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Carlos López", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Carlos López"},
|
||||
id: "3", name: "Carlos López", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Carlos López"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ana García", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Ana García"},
|
||||
id: "4", name: "Ana García", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Ana García"
|
||||
},
|
||||
]}
|
||||
cardTitle="Más de 500 clientes satisfechos confían en Automotriz Altavista"
|
||||
cardTag="Lee nuestras reseñas"
|
||||
@@ -153,7 +167,7 @@ export default function LandingPage() {
|
||||
description="Llámanos ahora para recibir un diagnóstico rápido y confiable. Nuestro equipo está listo para ayudarte."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-direction-map-with-place-marked_23-2148232497.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-direction-map-with-place-marked_23-2148232497.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
@@ -169,7 +183,7 @@ export default function LandingPage() {
|
||||
description="Antiguo Camino a Villa de Santiago 3000, Altavista, Balcones de Alta Vista, 64740 Monterrey, Nuevo León. Abierto de lunes a viernes hasta las 8:00 PM."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-direction-map-with-place-marked_23-2148232497.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-direction-map-with-place-marked_23-2148232497.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Tu teléfono"
|
||||
@@ -185,13 +199,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:+528111991094", ariaLabel: "Llamar al taller"},
|
||||
href: "tel:+528111991094", ariaLabel: "Llamar al taller"
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "#contact", ariaLabel: "Ver ubicación"},
|
||||
href: "#contact", ariaLabel: "Ver ubicación"
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
href: "#contact", ariaLabel: "Horarios"},
|
||||
href: "#contact", ariaLabel: "Horarios"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user