1 Commits

Author SHA1 Message Date
8a224888fc Bob AI: Can you add a trusted by 500 travelers with images 2026-02-02 23:58:20 +00:00
2 changed files with 48 additions and 17 deletions

View File

@@ -1,18 +1,17 @@
@import "tailwindcss";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
:root {
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #000000;;
--primary-cta: #0070f3;;
--foreground: #1c1c1c;;
--primary-cta: #341f51;;
--secondary-cta: #ffffff;;
--accent: #00bfff;;
--background-accent: #e6f7ff;;
--accent: #6139e6;;
--background-accent: #b3a8e8;;
/* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5);
@@ -522,7 +521,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: 'Inter', sans-serif;
font-family: var(--font-lora), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -535,5 +534,5 @@ h3,
h4,
h5,
h6 {
font-family: 'Inter', sans-serif;
font-family: var(--font-lora), sans-serif;
}

View File

@@ -5,12 +5,14 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Sparkles, Plane, Instagram, Linkedin, Mail } from 'lucide-react';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
export default function LandingPage() {
return (
@@ -136,14 +138,31 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<HeroBillboard
title="Discover Your Dream Destination"
description="Explore the world's most enchanting places with personalized journeys crafted just for you."
background={{ variant: "plain" }}
tag="Explore"
buttons={[{ text: "Book Your Journey", label: "Book Your Journey", href: "#" }, { text: "View Destinations", label: "View Destinations", href: "#" }]}
imageSrc="https://placehold.co/600x400"
/>
<FeatureCardNineteen
title="Our Premium Services"
description="Beyond flight bookings and hotel reservations, we deliver transformative travel experiences through bespoke services designed for the most discerning travelers."
tag="Concierge Excellence"
textboxLayout="default"
useInvertedBackground="invertDefault"
features={[
{
id: 1,
tag: "VIP Access", title: "Exclusive Connections", subtitle: "Unlock doors reserved for elite travelers", description: "Our global network of luxury partners, private clubs, and cultural influencers grants you unprecedented access to private events, closed-door experiences, and invitation-only gatherings that define true luxury travel.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg", imageAlt: "concierge service premium luxury care"
},
{
id: 2,
tag: "Bespoke Design", title: "Custom Itineraries", subtitle: "Journeys created uniquely for you", description: "Whether you crave culinary adventures, art world immersion, spiritual retreats, or adrenaline-fueled expeditions, we architect every moment to align perfectly with your passions and travel philosophy.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg", imageAlt: "custom personalized tailored service bespoke"
},
{
id: 3,
tag: "Premium Support", title: "24/7 Concierge", subtitle: "Always available, always prepared", description: "Your dedicated travel concierge is available around the clock to handle last-minute changes, special requests, local recommendations, and any unexpected needs that arise during your travels.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661580.jpg", imageAlt: "vip exclusive access premium luxury"
},
{
id: 4,
tag: "Expert Knowledge", title: "Travel Expertise", subtitle: "Local insights meet global perspective", description: "Our team includes seasoned travel specialists, cultural experts, and destination insiders who share insider knowledge, hidden gems, and authentic experiences that transform ordinary trips into unforgettable stories.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661550.jpg", imageAlt: "guide expert knowledge travel experience"
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
@@ -237,6 +256,19 @@ export default function LandingPage() {
/>
</div>
<div id="metric_card_seven" data-section="metric_card_seven">
<MetricCardSeven
metrics={[{ value: "98%", title: "Positive Reviews" }, { value: "365", title: "Days of Service" }, { value: "50+", title: "Unique Destinations" }]}
carouselMode="auto"
animationType="none"
title="Travel Excellence"
description="Experience unparalleled satisfaction with our dedicated service and diverse destinations."
tag="Metrics"
buttons={[{ text: "Explore Destinations", label: "Explore Destinations", href: "#" }, { text: "Read Reviews", label: "Read Reviews", href: "#" }]}
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Lumina Journeys"