Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-25 07:43:25 +00:00
Showing only changes of commit 6fadc18e1d - Show all commits

View File

@@ -89,13 +89,13 @@ export default function LandingPage() {
tag="Services"
features={[
{
title: "Flight Bookings", description: "Competitive prices on flights worldwide with flexible booking options and 24/7 support.", imageSrc: "https://img.b2bpic.net/free-photo/white-blank-model-passenger-plane_93675-128385.jpg", imageAlt: "Flight booking service", button: { text: "Book Now", href: "#" }
title: "Flight Bookings", description: "Competitive prices on flights worldwide with flexible booking options and 24/7 support.", imageSrc: "https://img.b2bpic.net/free-photo/white-blank-model-passenger-plane_93675-128385.jpg?_wi=1", imageAlt: "Flight booking service", button: { text: "Book Now", href: "#" }
},
{
title: "Hotel Accommodations", description: "Premium selection of hotels and resorts curated for comfort and luxury.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Hotel accommodations", button: { text: "Explore", href: "#" }
title: "Hotel Accommodations", description: "Premium selection of hotels and resorts curated for comfort and luxury.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", imageAlt: "Hotel accommodations", button: { text: "Explore", href: "#" }
},
{
title: "Guided Tours", description: "Expert-led tours with insider knowledge of local culture and hidden gems.", imageSrc: "https://img.b2bpic.net/free-photo/adventure-hike-people-concept-group-smiling-friends-forest-man-with-map_1157-44289.jpg", imageAlt: "Guided tour experiences", button: { text: "Discover", href: "#" }
title: "Guided Tours", description: "Expert-led tours with insider knowledge of local culture and hidden gems.", imageSrc: "https://img.b2bpic.net/free-photo/adventure-hike-people-concept-group-smiling-friends-forest-man-with-map_1157-44289.jpg?_wi=1", imageAlt: "Guided tour experiences", button: { text: "Discover", href: "#" }
}
]}
textboxLayout="default"
@@ -114,19 +114,19 @@ export default function LandingPage() {
{
id: 1,
title: "Personalized Itineraries", description: "AI-powered recommendations based on your preferences, budget, and travel style. Create custom day-by-day plans with activities, dining, and accommodations.", phoneOne: {
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg", imageAlt: "Itinerary planning interface"
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg?_wi=1", imageAlt: "Itinerary planning interface"
},
phoneTwo: {
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg", imageAlt: "Travel schedule details"
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg?_wi=2", imageAlt: "Travel schedule details"
}
},
{
id: 2,
title: "Real-Time Updates", description: "Stay informed with instant notifications about flights, hotel confirmations, and local events. Never miss important travel details with our comprehensive dashboard.", phoneOne: {
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg", imageAlt: "Real-time notifications"
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg?_wi=3", imageAlt: "Real-time notifications"
},
phoneTwo: {
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg", imageAlt: "Travel updates dashboard"
imageSrc: "https://img.b2bpic.net/free-vector/travel-booking-app-screens_52683-42532.jpg?_wi=4", imageAlt: "Travel updates dashboard"
}
}
]}
@@ -144,13 +144,13 @@ export default function LandingPage() {
tag="Process"
features={[
{
id: "1", title: "Consultation", description: "Share your travel dreams and budget with our experienced consultants.", tag: "Step 1", imageSrc: "https://img.b2bpic.net/free-photo/white-blank-model-passenger-plane_93675-128385.jpg", imageAlt: "Travel consultation"
id: "1", title: "Consultation", description: "Share your travel dreams and budget with our experienced consultants.", tag: "Step 1", imageSrc: "https://img.b2bpic.net/free-photo/white-blank-model-passenger-plane_93675-128385.jpg?_wi=2", imageAlt: "Travel consultation"
},
{
id: "2", title: "Planning", description: "We craft the perfect itinerary tailored to your preferences and interests.", tag: "Step 2", imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Itinerary planning"
id: "2", title: "Planning", description: "We craft the perfect itinerary tailored to your preferences and interests.", tag: "Step 2", imageSrc: "https://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Itinerary planning"
},
{
id: "3", title: "Booking", description: "Secure all reservations with competitive rates and exclusive benefits.", tag: "Step 3", imageSrc: "https://img.b2bpic.net/free-photo/adventure-hike-people-concept-group-smiling-friends-forest-man-with-map_1157-44289.jpg", imageAlt: "Booking confirmation"
id: "3", title: "Booking", description: "Secure all reservations with competitive rates and exclusive benefits.", tag: "Step 3", imageSrc: "https://img.b2bpic.net/free-photo/adventure-hike-people-concept-group-smiling-friends-forest-man-with-map_1157-44289.jpg?_wi=2", imageAlt: "Booking confirmation"
}
]}
textboxLayout="default"