Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-07 11:20:55 +00:00
2 changed files with 12 additions and 6 deletions

View File

@@ -1418,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -90,16 +90,22 @@ export default function LandingPage() {
tagIcon={Globe}
features={[
{
title: "Maldives Paradise", description: "Overwater villas with pristine turquoise waters, world-class diving, and private island experiences. Perfect for romantic getaways.", imageSrc: "http://img.b2bpic.net/free-photo/beach-lagoon-landscape-relaxation-sea_1232-4199.jpg", imageAlt: "Luxury Maldives resort", button: { text: "Learn More", href: "#contact" }
title: "Agentic Workspace", description: "Powerful AI-driven workspace that automates complex travel planning, coordinates logistics, and manages all aspects of your luxury journey seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/beach-lagoon-landscape-relaxation-sea_1232-4199.jpg", imageAlt: "Agentic workspace interface", button: { text: "Learn More", href: "#contact" }
},
{
title: "Tuscany Elegance", description: "Historic villas amid rolling vineyards, fine dining, and Renaissance art. Experience authentic Italian luxury and culture.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977264.jpg", imageAlt: "Tuscan countryside estate", button: { text: "Discover", href: "#contact" }
title: "Creative Canvas", description: "Design and customize your itinerary on our intuitive creative canvas. Visualize every moment of your journey and personalize every detail with ease.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977264.jpg", imageAlt: "Creative planning interface", button: { text: "Discover", href: "#contact" }
},
{
title: "Dubai Grandeur", description: "Ultra-luxury resorts, exclusive shopping, pristine beaches, and world-class golf. Indulge in modern Arabian luxury.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-outdoor-swimming-pool-with-city-view_74190-13703.jpg", imageAlt: "Dubai luxury skyline", button: { text: "Explore", href: "#contact" }
title: "Analytics & Competitor Insights", description: "Access real-time analytics and competitor insights to find the best luxury experiences, exclusive deals, and trending destinations before they become mainstream.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-outdoor-swimming-pool-with-city-view_74190-13703.jpg", imageAlt: "Analytics dashboard", button: { text: "Explore", href: "#contact" }
},
{
title: "Forms & Survey Builder", description: "Collect preferences and customize experiences through our elegant survey tools. Let your travelers define their perfect journey with our intuitive feedback forms.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-presenting-chart_23-2149354660.jpg", imageAlt: "Survey builder tool", button: { text: "Learn More", href: "#contact" }
},
{
title: "24/7 Running Agents", description: "Our tireless AI agents work around the clock to monitor bookings, manage changes, provide instant support, and ensure your travel experience exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/technical-support_23-2150225348.jpg", imageAlt: "24/7 support agents", button: { text: "Explore", href: "#contact" }
}
]}
gridVariant="three-columns-all-equal-width"
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -242,4 +248,4 @@ export default function LandingPage() {
</footer>
</ThemeProvider>
);
}
}