Merge version_1 into main #2
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg"
|
||||
imageAlt="Accesorios y luces para motocicletas"
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Quiénes Somos"
|
||||
description="Mundo Luces y Accesorios es una tienda especializada en accesorios, luces y repuestos para motocicletas y vehículos en Medellín. Con años de experiencia, ofrecemos productos de calidad superior y asesoría personalizada para clientes particulares y talleres mecánicos. Ubicados en Laureles, nos comprometen con la excelencia y el servicio al cliente."
|
||||
description="Mundo Luces y Accesorios es una tienda especializada en accesorios, luces y repuestos para motocicletas y vehículos en Medellín. Con años de experiencia, ofrecemos productos de calidad superior y asesoría personalizada para clientes particulares y talleres mecánicos. Ubicados en Laureles, nos comprometemos con la excelencia y el servicio al cliente."
|
||||
tag="Sobre Nosotros"
|
||||
tagAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-choosed-motorcycles-moto-shop-guy-black-jacket-manager-with-client_1157-43592.jpg"
|
||||
@@ -86,7 +86,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Mundo Luces", name: "Kit Luces LED Completo", price: "$180,000 COP", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg?_wi=2", imageAlt: "Kit luces LED para motocicleta"
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/moto-with-focus_1204-145.jpg", imageAlt: "Kit luces LED para motocicleta"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Mundo Luces", name: "Accesorios Espejos Cromados", price: "$95,000 COP", rating: 5,
|
||||
@@ -135,13 +135,13 @@ export default function LandingPage() {
|
||||
id: "3", name: "Juan Pérez", handle: "Comprador en Línea", testimonial: "Buena variedad de productos, precios competitivos y entrega rápida. El equipo fue muy responsivo por WhatsApp. Gracias Mundo Luces.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Juan Pérez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Andrea López", handle: "Propietaria Moto", testimonial: "Lugar accesible y bien ubicado. Las luces LED que compré llegaron con garantía y funcionan perfectas. Muy satisfecha con la compra.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg?_wi=1", imageAlt: "Andrea López"
|
||||
id: "4", name: "Andrea López", handle: "Propietaria Moto", testimonial: "Lugar accesible y bien ubicado. Las luces LED que compré llegaron con garantía y funcionan perfectas. Muy satisfecha con la compra.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg", imageAlt: "Andrea López"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Luis Martínez", handle: "Gestor Flotilla de Vehículos", testimonial: "Soluciones personalizadas para flotillas. Mundo Luces nos ofrece descuentos por volumen y asesoría experta. Socio confiable para nuestro negocio.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Luis Martínez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Daniela Sánchez", handle: "Entusiasta Motos", testimonial: "Busco siempre en Mundo Luces porque sé que va a haber producto original y el servicio post-venta es excepcional. Mi referencia favorita.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg?_wi=2", imageAlt: "Daniela Sánchez"
|
||||
id: "6", name: "Daniela Sánchez", handle: "Entusiasta Motos", testimonial: "Busco siempre en Mundo Luces porque sé que va a haber producto original y el servicio post-venta es excepcional. Mi referencia favorita.", imageSrc: "http://img.b2bpic.net/free-photo/biker-girl-leather-jacket-motorcycle_158595-443.jpg", imageAlt: "Daniela Sánchez"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names=["Talleres Mecánicos Laureles", "Transportes Medellín Express", "Moto Club Antioquia", "Flotilla Logística Sur", "Taller San Alejo", "Comerciantes Automotrices", "Riders Community Medellín"]
|
||||
names={["Talleres Mecánicos Laureles", "Transportes Medellín Express", "Moto Club Antioquia", "Flotilla Logística Sur", "Taller San Alejo", "Comerciantes Automotrices", "Riders Community Medellín"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user