Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -24,12 +24,13 @@ export default function BookingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Destinations", id: "destinations" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Destinations", id: "/#destinations" },
|
||||||
{ name: "Contact", id: "contact" },
|
|
||||||
{ name: "Properties", id: "/properties" },
|
{ name: "Properties", id: "/properties" },
|
||||||
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
|
{ name: "Contact", id: "/#contact" },
|
||||||
{ name: "Booking", id: "/booking" }
|
{ name: "Booking", id: "/booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Luxuria"
|
brandName="Luxuria"
|
||||||
|
|||||||
213
src/app/page.tsx
213
src/app/page.tsx
@@ -30,16 +30,17 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Destinations", id: "destinations" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Destinations", id: "/#destinations" },
|
||||||
{ name: "Contact", id: "contact" },
|
|
||||||
{ name: "Properties", id: "/properties" },
|
{ name: "Properties", id: "/properties" },
|
||||||
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
|
{ name: "Contact", id: "/#contact" },
|
||||||
{ name: "Booking", id: "/booking" }
|
{ name: "Booking", id: "/booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Luxuria"
|
brandName="Luxuria"
|
||||||
button={{ text: "Plan Your Trip", href: "#contact" }}
|
button={{ text: "Plan Your Trip", href: "/booking" }}
|
||||||
/>
|
/>
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="Luxuria"
|
logoText="Luxuria"
|
||||||
@@ -56,43 +57,47 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
|||||||
]}
|
]}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
/>
|
/>
|
||||||
<InlineImageSplitTextAbout
|
<div id="about" data-section="about">
|
||||||
className="pt-40"
|
<InlineImageSplitTextAbout
|
||||||
heading={[
|
className="pt-40"
|
||||||
{ type: "text", content: "We craft" },
|
heading={[
|
||||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero3.jpg", alt: "Travel" },
|
{ type: "text", content: "We craft" },
|
||||||
{ type: "text", content: "unforgettable journeys to the world's most" },
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero3.jpg", alt: "Travel" },
|
||||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero4.jpg", alt: "Destination" },
|
{ type: "text", content: "unforgettable journeys to the world's most" },
|
||||||
{ type: "text", content: "exclusive destinations" },
|
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/hero/hero4.jpg", alt: "Destination" },
|
||||||
]}
|
{ type: "text", content: "exclusive destinations" },
|
||||||
buttons={[
|
]}
|
||||||
{ text: "Our Story", href: "#" },
|
buttons={[
|
||||||
]}
|
{ text: "Our Story", href: "#" },
|
||||||
useInvertedBackground={false}
|
]}
|
||||||
/>
|
useInvertedBackground={false}
|
||||||
<FeatureCardOne
|
/>
|
||||||
tag="Services"
|
</div>
|
||||||
tagIcon={Sparkles}
|
<div id="services" data-section="services">
|
||||||
title="Tailored Travel Experiences"
|
<FeatureCardOne
|
||||||
description="From private jets to secluded villas, we handle every detail of your journey"
|
tag="Services"
|
||||||
textboxLayout="default"
|
tagIcon={Sparkles}
|
||||||
animationType="slide-up"
|
title="Tailored Travel Experiences"
|
||||||
gridVariant="uniform-all-items-equal"
|
description="From private jets to secluded villas, we handle every detail of your journey"
|
||||||
uniformGridCustomHeightClasses="h-100 2xl:h-110"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
animationType="slide-up"
|
||||||
features={[
|
gridVariant="uniform-all-items-equal"
|
||||||
{
|
uniformGridCustomHeightClasses="h-100 2xl:h-110"
|
||||||
title: "Private Aviation", description: "Charter flights and private jet services to any destination worldwide.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service5.webp", imageAlt: "Private jet"},
|
useInvertedBackground={false}
|
||||||
{
|
features={[
|
||||||
title: "Luxury Accommodations", description: "Handpicked five-star hotels, villas, and exclusive resorts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp", imageAlt: "Luxury hotel"},
|
{
|
||||||
{
|
title: "Private Aviation", description: "Charter flights and private jet services to any destination worldwide.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service5.webp", imageAlt: "Private jet"},
|
||||||
title: "Curated Experiences", description: "Unique adventures and cultural immersions designed just for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service4.webp", imageAlt: "Experience"},
|
{
|
||||||
{
|
title: "Luxury Accommodations", description: "Handpicked five-star hotels, villas, and exclusive resorts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service1.webp", imageAlt: "Luxury hotel"},
|
||||||
title: "Fine Dining", description: "Reservations at Michelin-starred restaurants and private chef services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service3.webp", imageAlt: "Fine dining"},
|
{
|
||||||
{
|
title: "Curated Experiences", description: "Unique adventures and cultural immersions designed just for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service4.webp", imageAlt: "Experience"},
|
||||||
title: "Photography Tours", description: "Professional photographers to capture your once-in-a-lifetime moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service2.webp", imageAlt: "Photography"}
|
{
|
||||||
]}
|
title: "Fine Dining", description: "Reservations at Michelin-starred restaurants and private chef services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service3.webp", imageAlt: "Fine dining"},
|
||||||
/>
|
{
|
||||||
|
title: "Photography Tours", description: "Professional photographers to capture your once-in-a-lifetime moments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/services/service2.webp", imageAlt: "Photography"}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<FeatureCardNine
|
<FeatureCardNine
|
||||||
tag="How It Works"
|
tag="How It Works"
|
||||||
tagIcon={Compass}
|
tagIcon={Compass}
|
||||||
@@ -117,64 +122,70 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<FeatureCardMedia
|
<div id="destinations" data-section="destinations">
|
||||||
tag="Destinations"
|
<FeatureCardMedia
|
||||||
tagIcon={Plane}
|
tag="Destinations"
|
||||||
title="Extraordinary Destinations"
|
tagIcon={Plane}
|
||||||
description="Explore handpicked locations that define luxury travel"
|
title="Extraordinary Destinations"
|
||||||
textboxLayout="default"
|
description="Explore handpicked locations that define luxury travel"
|
||||||
animationType="slide-up"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
animationType="slide-up"
|
||||||
features={[
|
useInvertedBackground={false}
|
||||||
{
|
features={[
|
||||||
id: "1", title: "Maldives Private Island", description: "Exclusive overwater villas with direct lagoon access and private butler service.", tag: "Asia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination6.webp?_wi=1", imageAlt: "Maldives"},
|
{
|
||||||
{
|
id: "1", title: "Maldives Private Island", description: "Exclusive overwater villas with direct lagoon access and private butler service.", tag: "Asia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination6.webp?_wi=1", imageAlt: "Maldives"},
|
||||||
id: "2", title: "Swiss Alpine Retreat", description: "Secluded mountain chalets with panoramic views and world-class skiing.", tag: "Europe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination5.webp?_wi=1", imageAlt: "Switzerland"},
|
{
|
||||||
{
|
id: "2", title: "Swiss Alpine Retreat", description: "Secluded mountain chalets with panoramic views and world-class skiing.", tag: "Europe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination5.webp?_wi=1", imageAlt: "Switzerland"},
|
||||||
id: "3", title: "African Safari Lodge", description: "Intimate wildlife encounters in the heart of the Serengeti.", tag: "Africa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination1.webp?_wi=1", imageAlt: "Safari"},
|
{
|
||||||
{
|
id: "3", title: "African Safari Lodge", description: "Intimate wildlife encounters in the heart of the Serengeti.", tag: "Africa", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination1.webp?_wi=1", imageAlt: "Safari"},
|
||||||
id: "4", title: "Amalfi Coast Villa", description: "Clifftop estates with Mediterranean views and private beach access.", tag: "Europe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination4.webp?_wi=1", imageAlt: "Amalfi Coast"},
|
{
|
||||||
{
|
id: "4", title: "Amalfi Coast Villa", description: "Clifftop estates with Mediterranean views and private beach access.", tag: "Europe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination4.webp?_wi=1", imageAlt: "Amalfi Coast"},
|
||||||
id: "5", title: "Kyoto Ryokan", description: "Traditional Japanese inns with zen gardens and kaiseki dining.", tag: "Asia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination3.webp?_wi=1", imageAlt: "Kyoto"},
|
{
|
||||||
{
|
id: "5", title: "Kyoto Ryokan", description: "Traditional Japanese inns with zen gardens and kaiseki dining.", tag: "Asia", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination3.webp?_wi=1", imageAlt: "Kyoto"},
|
||||||
id: "6", title: "Patagonia Eco Lodge", description: "Remote wilderness retreats surrounded by glaciers and pristine nature.", tag: "South America", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination2.webp?_wi=1", imageAlt: "Patagonia"},
|
{
|
||||||
]}
|
id: "6", title: "Patagonia Eco Lodge", description: "Remote wilderness retreats surrounded by glaciers and pristine nature.", tag: "South America", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/destination/destination2.webp?_wi=1", imageAlt: "Patagonia"},
|
||||||
/>
|
]}
|
||||||
<TestimonialCardFive
|
/>
|
||||||
tag="Reviews"
|
</div>
|
||||||
tagIcon={Sparkles}
|
<div id="reviews" data-section="reviews">
|
||||||
title="What Our Travelers Say"
|
<TestimonialCardFive
|
||||||
description="Hear from guests who've experienced extraordinary journeys"
|
tag="Reviews"
|
||||||
textboxLayout="default"
|
tagIcon={Sparkles}
|
||||||
useInvertedBackground={false}
|
title="What Our Travelers Say"
|
||||||
testimonials={[
|
description="Hear from guests who've experienced extraordinary journeys"
|
||||||
{
|
textboxLayout="default"
|
||||||
id: "1", name: "Victoria Sterling", date: "December 2024", title: "An absolutely flawless experience from start to finish", quote: "Luxuria transformed our anniversary trip into something truly magical. Every detail was perfect, from the private transfers to the surprise sunset dinner on the beach. Their team anticipated our every need.", tag: "Maldives", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", avatarAlt: "Victoria Sterling", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Maldives trip"},
|
useInvertedBackground={false}
|
||||||
{
|
testimonials={[
|
||||||
id: "2", name: "James & Elizabeth Moore", date: "November 2024", title: "Beyond our wildest expectations", quote: "Our safari honeymoon was nothing short of extraordinary. The lodges were spectacular, the wildlife encounters unforgettable, and the attention to detail was impeccable throughout our journey.", tag: "Tanzania", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", avatarAlt: "James & Elizabeth Moore", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Safari experience"},
|
{
|
||||||
{
|
id: "1", name: "Victoria Sterling", date: "December 2024", title: "An absolutely flawless experience from start to finish", quote: "Luxuria transformed our anniversary trip into something truly magical. Every detail was perfect, from the private transfers to the surprise sunset dinner on the beach. Their team anticipated our every need.", tag: "Maldives", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", avatarAlt: "Victoria Sterling", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Maldives trip"},
|
||||||
id: "3", name: "Roberta Chen", date: "October 2024", title: "The definition of luxury travel", quote: "From the private jet charter to the exclusive vineyard tours, Luxuria curated an experience that exceeded all my expectations. Their network of contacts opened doors I never knew existed.", tag: "France", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", avatarAlt: "Roberta Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "France trip"},
|
{
|
||||||
]}
|
id: "2", name: "James & Elizabeth Moore", date: "November 2024", title: "Beyond our wildest expectations", quote: "Our safari honeymoon was nothing short of extraordinary. The lodges were spectacular, the wildlife encounters unforgettable, and the attention to detail was impeccable throughout our journey.", tag: "Tanzania", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", avatarAlt: "James & Elizabeth Moore", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Safari experience"},
|
||||||
/>
|
{
|
||||||
<ContactSplitForm
|
id: "3", name: "Roberta Chen", date: "October 2024", title: "The definition of luxury travel", quote: "From the private jet charter to the exclusive vineyard tours, Luxuria curated an experience that exceeded all my expectations. Their network of contacts opened doors I never knew existed.", tag: "France", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", avatarAlt: "Roberta Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "France trip"},
|
||||||
title="Plan Your Journey"
|
]}
|
||||||
description="Let us create your perfect luxury travel experience"
|
/>
|
||||||
useInvertedBackground={false}
|
</div>
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/contact/contact1.webp"
|
<div id="contact" data-section="contact">
|
||||||
imageAlt="Luxury travel"
|
<ContactSplitForm
|
||||||
mediaPosition="right"
|
title="Plan Your Journey"
|
||||||
mediaAnimation="slide-up"
|
description="Let us create your perfect luxury travel experience"
|
||||||
buttonText="Start Planning"
|
useInvertedBackground={false}
|
||||||
inputs={[
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/contact/contact1.webp"
|
||||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
imageAlt="Luxury travel"
|
||||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
mediaPosition="right"
|
||||||
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
mediaAnimation="slide-up"
|
||||||
{ name: "destination", type: "text", placeholder: "Dream Destination" },
|
buttonText="Start Planning"
|
||||||
]}
|
inputs={[
|
||||||
textarea={{
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
name: "message", placeholder: "Tell us about your ideal travel experience...", rows: 4,
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
}}
|
{ name: "phone", type: "tel", placeholder: "Phone Number" },
|
||||||
/>
|
{ name: "destination", type: "text", placeholder: "Dream Destination" },
|
||||||
|
]}
|
||||||
|
textarea={{
|
||||||
|
name: "message", placeholder: "Tell us about your ideal travel experience...", rows: 4,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Luxuria"
|
logoText="Luxuria"
|
||||||
copyrightText="© 2025 Luxuria Travel | Luxury Journeys Worldwide"
|
copyrightText="© 2025 Luxuria Travel | Luxury Journeys Worldwide"
|
||||||
|
|||||||
@@ -72,12 +72,13 @@ export default function PropertiesPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "About", id: "/#about" },
|
||||||
{ name: "Destinations", id: "destinations" },
|
{ name: "Services", id: "/#services" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Destinations", id: "/#destinations" },
|
||||||
{ name: "Contact", id: "contact" },
|
|
||||||
{ name: "Properties", id: "/properties" },
|
{ name: "Properties", id: "/properties" },
|
||||||
|
{ name: "Reviews", id: "/#reviews" },
|
||||||
|
{ name: "Contact", id: "/#contact" },
|
||||||
{ name: "Booking", id: "/booking" }
|
{ name: "Booking", id: "/booking" }
|
||||||
]}
|
]}
|
||||||
brandName="Luxuria"
|
brandName="Luxuria"
|
||||||
|
|||||||
Reference in New Issue
Block a user