Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-10 11:00:42 +00:00

View File

@@ -93,17 +93,17 @@ export default function LandingPage() {
carouselItems={[ carouselItems={[
{ {
id: "hero-carousel-1", id: "hero-carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-creating-vision-board_23-2150037641.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-creating-vision-board_23-2150037641.jpg?_wi=1",
imageAlt: "Luxurious international travel destination", imageAlt: "Luxurious international travel destination",
}, },
{ {
id: "hero-carousel-2", id: "hero-carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/majestic-mosque-islamic-new-year-celebration-with-fantasy-architecture_23-2151457488.jpg", imageSrc: "http://img.b2bpic.net/free-photo/majestic-mosque-islamic-new-year-celebration-with-fantasy-architecture_23-2151457488.jpg?_wi=1",
imageAlt: "Scenic Umrah pilgrimage", imageAlt: "Scenic Umrah pilgrimage",
}, },
{ {
id: "hero-carousel-3", id: "hero-carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22084.jpg", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22084.jpg?_wi=1",
imageAlt: "Airplane in sky travel journey", imageAlt: "Airplane in sky travel journey",
}, },
{ {
@@ -164,7 +164,7 @@ export default function LandingPage() {
imageAlt: "Couple enjoying a romantic dinner abroad", imageAlt: "Couple enjoying a romantic dinner abroad",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-creating-vision-board_23-2150037641.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-creating-vision-board_23-2150037641.jpg?_wi=2",
imageAlt: "diverse international travel destinations map", imageAlt: "diverse international travel destinations map",
}, },
{ {
@@ -181,7 +181,7 @@ export default function LandingPage() {
imageAlt: "Group of pilgrims enjoying a meal", imageAlt: "Group of pilgrims enjoying a meal",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/majestic-mosque-islamic-new-year-celebration-with-fantasy-architecture_23-2151457488.jpg", imageSrc: "http://img.b2bpic.net/free-photo/majestic-mosque-islamic-new-year-celebration-with-fantasy-architecture_23-2151457488.jpg?_wi=2",
imageAlt: "diverse international travel destinations map", imageAlt: "diverse international travel destinations map",
}, },
{ {
@@ -198,7 +198,7 @@ export default function LandingPage() {
imageAlt: "Passport and boarding pass", imageAlt: "Passport and boarding pass",
}, },
], ],
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22084.jpg", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-airport_1157-22084.jpg?_wi=2",
imageAlt: "diverse international travel destinations map", imageAlt: "diverse international travel destinations map",
}, },
]} ]}