Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 21:49:04 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={Compass}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/two-women-pier-rear-view-two-women-walking-along-pier-sea_169016-67882.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-women-pier-rear-view-two-women-walking-along-pier-sea_169016-67882.jpg?_wi=1"
imageAlt="Beautiful travel destination with stunning landscape"
imagePosition="right"
mediaAnimation="slide-up"
@@ -81,13 +81,13 @@ export default function LandingPage() {
tag="Popular"
features={[
{
id: "bali", title: "Bali, Indonesia", description: "Experience tropical paradise with pristine beaches, ancient temples, and warm hospitality in this island paradise.", tag: "Tropical", imageSrc: "http://img.b2bpic.net/free-photo/tourist-tirtagangga-water-palace_1385-1756.jpg", imageAlt: "Beautiful Bali beach and temple", buttons: [{ text: "Learn More", href: "#" }],
id: "bali", title: "Bali, Indonesia", description: "Experience tropical paradise with pristine beaches, ancient temples, and warm hospitality in this island paradise.", tag: "Tropical", imageSrc: "http://img.b2bpic.net/free-photo/tourist-tirtagangga-water-palace_1385-1756.jpg?_wi=1", imageAlt: "Beautiful Bali beach and temple", buttons: [{ text: "Learn More", href: "#" }],
},
{
id: "paris", title: "Paris, France", description: "Discover the City of Light with iconic landmarks, world-class museums, and romantic Seine River cruises.", tag: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-balcony-morning-city-paris-view-triumphal-arch_1321-3357.jpg", imageAlt: "Paris Eiffel Tower cityscape", buttons: [{ text: "Learn More", href: "#" }],
id: "paris", title: "Paris, France", description: "Discover the City of Light with iconic landmarks, world-class museums, and romantic Seine River cruises.", tag: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-balcony-morning-city-paris-view-triumphal-arch_1321-3357.jpg?_wi=1", imageAlt: "Paris Eiffel Tower cityscape", buttons: [{ text: "Learn More", href: "#" }],
},
{
id: "tokyo", title: "Tokyo, Japan", description: "Immerse yourself in a vibrant blend of ancient traditions and cutting-edge modern culture and technology.", tag: "Urban", imageSrc: "http://img.b2bpic.net/free-photo/highway-bridge-shanghai_649448-3985.jpg", imageAlt: "Tokyo cityscape at night", buttons: [{ text: "Learn More", href: "#" }],
id: "tokyo", title: "Tokyo, Japan", description: "Immerse yourself in a vibrant blend of ancient traditions and cutting-edge modern culture and technology.", tag: "Urban", imageSrc: "http://img.b2bpic.net/free-photo/highway-bridge-shanghai_649448-3985.jpg?_wi=1", imageAlt: "Tokyo cityscape at night", buttons: [{ text: "Learn More", href: "#" }],
},
]}
animationType="slide-up"
@@ -106,13 +106,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Custom Itineraries", price: "Tailored Planning", imageSrc: "http://img.b2bpic.net/free-photo/tourist-tirtagangga-water-palace_1385-1756.jpg", imageAlt: "Custom travel planning"},
id: "1", name: "Custom Itineraries", price: "Tailored Planning", imageSrc: "http://img.b2bpic.net/free-photo/tourist-tirtagangga-water-palace_1385-1756.jpg?_wi=2", imageAlt: "Custom travel planning"},
{
id: "2", name: "Luxury Packages", price: "Premium Experience", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-balcony-morning-city-paris-view-triumphal-arch_1321-3357.jpg", imageAlt: "Luxury travel package"},
id: "2", name: "Luxury Packages", price: "Premium Experience", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-balcony-morning-city-paris-view-triumphal-arch_1321-3357.jpg?_wi=2", imageAlt: "Luxury travel package"},
{
id: "3", name: "Group Tours", price: "Shared Adventures", imageSrc: "http://img.b2bpic.net/free-photo/highway-bridge-shanghai_649448-3985.jpg", imageAlt: "Group travel experience"},
id: "3", name: "Group Tours", price: "Shared Adventures", imageSrc: "http://img.b2bpic.net/free-photo/highway-bridge-shanghai_649448-3985.jpg?_wi=2", imageAlt: "Group travel experience"},
{
id: "4", name: "Adventure Travel", price: "Thrilling Experiences", imageSrc: "http://img.b2bpic.net/free-photo/two-women-pier-rear-view-two-women-walking-along-pier-sea_169016-67882.jpg", imageAlt: "Adventure travel activities"},
id: "4", name: "Adventure Travel", price: "Thrilling Experiences", imageSrc: "http://img.b2bpic.net/free-photo/two-women-pier-rear-view-two-women-walking-along-pier-sea_169016-67882.jpg?_wi=2", imageAlt: "Adventure travel activities"},
]}
gridVariant="two-columns-alternating-heights"
carouselMode="buttons"