Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22653541bb | |||
| 4c73116915 | |||
| 4785e79143 | |||
| 10185f7818 |
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
const halant = Halant({
|
||||
@@ -31,7 +30,7 @@ export default function RootLayout({
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
175
src/app/page.tsx
175
src/app/page.tsx
@@ -8,10 +8,10 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Plane, Compass, Instagram, Facebook, Linkedin } from "lucide-react";
|
||||
import { Sparkles, Plane, Compass } from "lucide-react";
|
||||
|
||||
export default function LuxuryTravelAgencyTemplatePage() {
|
||||
return (
|
||||
@@ -37,7 +37,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Plan Your Trip", href: "#contact" }}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
logoText="Luxuria"
|
||||
@@ -79,36 +79,11 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
uniformGridCustomHeightClasses="h-100 2xl:h-110"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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: "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: "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: "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",
|
||||
}
|
||||
{ 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: "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: "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: "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" }
|
||||
]}
|
||||
/>
|
||||
<FeatureCardNine
|
||||
@@ -121,24 +96,9 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Share Your Vision",
|
||||
description: "Tell us about your dream destination and travel preferences.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone5.webp", imageAlt: "Consultation" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone6.webp", imageAlt: "Planning" },
|
||||
},
|
||||
{
|
||||
title: "Custom Itinerary",
|
||||
description: "Receive a bespoke travel plan crafted by our expert advisors.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone3.webp", imageAlt: "Itinerary" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone4.webp", imageAlt: "Details" },
|
||||
},
|
||||
{
|
||||
title: "Seamless Experience",
|
||||
description: "Enjoy your journey while we handle every detail behind the scenes.",
|
||||
phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone1.webp", imageAlt: "Travel" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone2.webp", imageAlt: "Experience" },
|
||||
},
|
||||
{ title: "Share Your Vision", description: "Tell us about your dream destination and travel preferences.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone5.webp", imageAlt: "Consultation" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone6.webp", imageAlt: "Planning" } },
|
||||
{ title: "Custom Itinerary", description: "Receive a bespoke travel plan crafted by our expert advisors.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone3.webp", imageAlt: "Itinerary" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone4.webp", imageAlt: "Details" } },
|
||||
{ title: "Seamless Experience", description: "Enjoy your journey while we handle every detail behind the scenes.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone1.webp", imageAlt: "Travel" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/phone/phone2.webp", imageAlt: "Experience" } },
|
||||
]}
|
||||
/>
|
||||
<FeatureCardMedia
|
||||
@@ -150,54 +110,12 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
animationType="slide-up"
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
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",
|
||||
imageAlt: "Patagonia",
|
||||
},
|
||||
{ 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", 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", 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", 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", 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", 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", imageAlt: "Patagonia" },
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFive
|
||||
@@ -208,42 +126,9 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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: "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: "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: "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: "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: "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" },
|
||||
]}
|
||||
/>
|
||||
<ContactSplitForm
|
||||
@@ -261,20 +146,18 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
{ 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,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your ideal travel experience...", rows: 4 }}
|
||||
/>
|
||||
<FooterCard
|
||||
<FooterBaseCard
|
||||
logoText="Luxuria"
|
||||
copyrightText="© 2025 Luxuria Travel | Luxury Journeys Worldwide"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
]}
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Services", href: "#services" }, { label: "Destinations", href: "#destinations" }] },
|
||||
{ title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Reviews", href: "#reviews" }] },
|
||||
{ title: "Visit Us", items: [{ label: "Contact", href: "#contact" }] }
|
||||
]
|
||||
}
|
||||
className="bg-[#1b1512] text-white"
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user