3 Commits

2 changed files with 19 additions and 35 deletions

View File

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

View File

@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
@@ -137,31 +136,14 @@ export default function LandingPage() {
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardNineteen <HeroBillboard
title="Our Premium Services" title="Discover Your Dream Destination"
description="Beyond flight bookings and hotel reservations, we deliver transformative travel experiences through bespoke services designed for the most discerning travelers." description="Explore the world's most enchanting places with personalized journeys crafted just for you."
tag="Concierge Excellence" background={{ variant: "plain" }}
textboxLayout="default" tag="Explore"
useInvertedBackground="invertDefault" buttons={[{ text: "Book Your Journey", label: "Book Your Journey", href: "#" }, { text: "View Destinations", label: "View Destinations", href: "#" }]}
features={[ imageSrc="https://placehold.co/600x400"
{ />
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>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">