Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 18:45:50 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -83,22 +83,22 @@ export default function LandingPage() {
{
title: "Paris", description: "Experience timeless elegance in the City of Light. From iconic monuments to world-class museums, Paris offers romance and culture at every corner.", icon: MapPin,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/women-traveling-together-france_23-2149041241.jpg", imageAlt: "Paris Eiffel Tower landmark" },
{ imageSrc: "http://img.b2bpic.net/free-photo/women-traveling-together-france_23-2149041241.jpg", imageAlt: "Paris scenic architecture" }
{ imageSrc: "http://img.b2bpic.net/free-photo/women-traveling-together-france_23-2149041241.jpg?_wi=1", imageAlt: "Paris Eiffel Tower landmark" },
{ imageSrc: "http://img.b2bpic.net/free-photo/women-traveling-together-france_23-2149041241.jpg?_wi=2", imageAlt: "Paris scenic architecture" }
]
},
{
title: "Bali", description: "Discover tropical paradise with pristine beaches, ancient temples, and vibrant culture. Bali is the ultimate destination for relaxation and spiritual rejuvenation.", icon: Waves,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912639.jpg", imageAlt: "Bali tropical beach resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912639.jpg", imageAlt: "Bali temple and rice fields" }
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912639.jpg?_wi=1", imageAlt: "Bali tropical beach resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912639.jpg?_wi=2", imageAlt: "Bali temple and rice fields" }
]
},
{
title: "Tokyo", description: "Immerse yourself in Japan's captivating blend of ancient tradition and cutting-edge modernity. Tokyo offers endless exploration and cultural discovery.", icon: Lightbulb,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836935.jpg", imageAlt: "Tokyo city lights skyline" },
{ imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836935.jpg", imageAlt: "Tokyo cherry blossoms and temples" }
{ imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836935.jpg?_wi=1", imageAlt: "Tokyo city lights skyline" },
{ imageSrc: "http://img.b2bpic.net/free-photo/city-night-with-architecture-vibrant-lights_23-2149836935.jpg?_wi=2", imageAlt: "Tokyo cherry blossoms and temples" }
]
}
]}