Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-30 20:02:41 +00:00

View File

@@ -80,17 +80,17 @@ export default function LandingPage() {
carouselItems={[ carouselItems={[
{ {
id: "hc1", id: "hc1",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30119.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30119.jpg?_wi=1",
imageAlt: "Coche deportivo seminuevo", imageAlt: "Coche deportivo seminuevo",
}, },
{ {
id: "hc2", id: "hc2",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-car-salon_1157-20898.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-car-salon_1157-20898.jpg?_wi=1",
imageAlt: "SUV familiar seminuevo", imageAlt: "SUV familiar seminuevo",
}, },
{ {
id: "hc3", id: "hc3",
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-with-car-outdoors_23-2148150156.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-with-car-outdoors_23-2148150156.jpg?_wi=1",
imageAlt: "Coche compacto seminuevo", imageAlt: "Coche compacto seminuevo",
}, },
{ {
@@ -156,7 +156,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30119.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-people-car-salon_1157-30119.jpg?_wi=2",
imageAlt: "inspección de coche seguridad revisión", imageAlt: "inspección de coche seguridad revisión",
}, },
{ {
@@ -181,7 +181,7 @@ export default function LandingPage() {
}, },
], ],
reverse: true, reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-car-salon_1157-20898.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-car-salon_1157-20898.jpg?_wi=2",
imageAlt: "inspección de coche seguridad revisión", imageAlt: "inspección de coche seguridad revisión",
}, },
{ {
@@ -206,7 +206,7 @@ export default function LandingPage() {
}, },
], ],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-with-car-outdoors_23-2148150156.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-photos-with-car-outdoors_23-2148150156.jpg?_wi=2",
imageAlt: "inspección de coche seguridad revisión", imageAlt: "inspección de coche seguridad revisión",
}, },
]} ]}