Update src/app/page.tsx
This commit is contained in:
@@ -80,17 +80,17 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user