Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -49,12 +49,12 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Solicitar Cita por WhatsApp", href: "#contact" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg", imageAlt: "Taller profesional de reparación de automóviles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-repair-business-composition_23-2147881756.jpg", imageAlt: "Mantenimiento profesional de vehículos" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg?_wi=1", imageAlt: "Taller profesional de reparación de automóviles" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-repair-business-composition_23-2147881756.jpg?_wi=1", imageAlt: "Mantenimiento profesional de vehículos" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27455.jpg", imageAlt: "Instalación profesional de neumáticos" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg", imageAlt: "Equipamiento moderno del taller" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27455.jpg?_wi=1", imageAlt: "Instalación profesional de neumáticos" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg?_wi=2", imageAlt: "Equipamiento moderno del taller" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -100,10 +100,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{ id: "1", name: "Mecánica General", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg", imageAlt: "Mecánica General" },
|
||||
{ id: "2", name: "Diagnosis y Electricidad", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-business-composition_23-2147881756.jpg", imageAlt: "Diagnosis y Electricidad" },
|
||||
{ id: "3", name: "Revisiones Pre-ITV", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27455.jpg", imageAlt: "Revisiones Pre-ITV" },
|
||||
{ id: "4", name: "Neumáticos y Alineación", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg", imageAlt: "Neumáticos y Alineación" }
|
||||
{ id: "1", name: "Mecánica General", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg?_wi=3", imageAlt: "Mecánica General" },
|
||||
{ id: "2", name: "Diagnosis y Electricidad", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-business-composition_23-2147881756.jpg?_wi=2", imageAlt: "Diagnosis y Electricidad" },
|
||||
{ id: "3", name: "Revisiones Pre-ITV", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-changing-wheels-car_1303-27455.jpg?_wi=2", imageAlt: "Revisiones Pre-ITV" },
|
||||
{ id: "4", name: "Neumáticos y Alineación", price: "Presupuesto a demanda", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-starting-maintenance_23-2147897914.jpg?_wi=4", imageAlt: "Neumáticos y Alineación" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user