Merge version_2 into main #2
@@ -29,12 +29,15 @@ export default function BookingPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Plan Your Trip", href: "/booking" }}
|
||||
/>
|
||||
<ContactCenter
|
||||
tag="Booking"
|
||||
title="Book Your Experience"
|
||||
description="Fill out the form below and our team will be in touch shortly to finalize your luxury travel plans."
|
||||
onSubmit={(email) => console.log("Booking email:", email)}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="Luxuria"
|
||||
|
||||
@@ -29,12 +29,15 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Plan Your Trip", href: "/booking" }}
|
||||
/>
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
title="Get in Touch"
|
||||
description="We're here to answer any questions you may have about our luxury travel services."
|
||||
onSubmit={(email) => console.log("Contact email:", email)}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="Luxuria"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import HeroCarouselLogo from "@/components/sections/hero/HeroCarouselLogo";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
@@ -40,21 +39,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Plan Your Trip", href: "/booking" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
logoText="Luxuria"
|
||||
description="Experience the world's most extraordinary destinations with our bespoke luxury travel experiences curated just for you."
|
||||
buttons={[
|
||||
{ text: "Plan Your Journey", href: "/booking" },
|
||||
{ text: "Explore Destinations", href: "#destinations" },
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero1.webp", imageAlt: "Luxury resort" },
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero2.webp", imageAlt: "Private yacht" },
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero3.jpg", imageAlt: "Private yacht" },
|
||||
{ imageSrc: "/templates/luxury-travel-agency/hero/hero4.jpg", imageAlt: "Private yacht" },
|
||||
]}
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
<InlineImageSplitTextAbout
|
||||
className="pt-40"
|
||||
heading={[
|
||||
@@ -126,6 +110,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
description="What our guests are saying about their experiences"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Victoria Sterling", role: "Traveler", testimonial: "Luxuria transformed our anniversary trip into something truly magical. Every detail was perfect.", icon: Sparkles },
|
||||
{ id: "2", name: "James & Elizabeth Moore", role: "Honeymooners", testimonial: "Our safari honeymoon was nothing short of extraordinary. The lodges were spectacular.", icon: Sparkles },
|
||||
|
||||
Reference in New Issue
Block a user