Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:15:36 +00:00
parent 6c04aa419c
commit eb4832c07c

View File

@@ -68,19 +68,19 @@ export default function LandingPage() {
description="MUSCAT'S TRUSTED FLEET" description="MUSCAT'S TRUSTED FLEET"
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-looking-into-car-mirror_1303-17040.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-looking-into-car-mirror_1303-17040.jpg?_wi=1",
imageAlt: "dark car silhouette modern", imageAlt: "dark car silhouette modern",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139121.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139121.jpg?_wi=1",
imageAlt: "dark car silhouette modern", imageAlt: "dark car silhouette modern",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-phone-car_1303-3823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-phone-car_1303-3823.jpg?_wi=1",
imageAlt: "dark car silhouette modern", imageAlt: "dark car silhouette modern",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-couple_23-2148140847.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-couple_23-2148140847.jpg?_wi=1",
imageAlt: "dark car silhouette modern", imageAlt: "dark car silhouette modern",
}, },
{ {
@@ -294,7 +294,7 @@ export default function LandingPage() {
}, },
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-looking-into-car-mirror_1303-17040.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-looking-into-car-mirror_1303-17040.jpg?_wi=2",
imageAlt: "car selection icon illustration", imageAlt: "car selection icon illustration",
}, },
{ {
@@ -306,7 +306,7 @@ export default function LandingPage() {
}, },
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139121.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139121.jpg?_wi=2",
imageAlt: "car selection icon illustration", imageAlt: "car selection icon illustration",
}, },
{ {
@@ -318,7 +318,7 @@ export default function LandingPage() {
}, },
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-phone-car_1303-3823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-phone-car_1303-3823.jpg?_wi=2",
imageAlt: "car selection icon illustration", imageAlt: "car selection icon illustration",
}, },
]} ]}
@@ -342,7 +342,7 @@ export default function LandingPage() {
}, },
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-looking-into-car-mirror_1303-17040.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-looking-into-car-mirror_1303-17040.jpg?_wi=3",
imageAlt: "money coin stack savings", imageAlt: "money coin stack savings",
}, },
{ {
@@ -354,7 +354,7 @@ export default function LandingPage() {
}, },
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139121.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139121.jpg?_wi=3",
imageAlt: "money coin stack savings", imageAlt: "money coin stack savings",
}, },
{ {
@@ -366,7 +366,7 @@ export default function LandingPage() {
}, },
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-phone-car_1303-3823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-phone-car_1303-3823.jpg?_wi=3",
imageAlt: "money coin stack savings", imageAlt: "money coin stack savings",
}, },
{ {
@@ -378,7 +378,7 @@ export default function LandingPage() {
}, },
items: [], items: [],
reverse: false, reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-couple_23-2148140847.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-young-couple_23-2148140847.jpg?_wi=2",
imageAlt: "money coin stack savings", imageAlt: "money coin stack savings",
}, },
]} ]}