5 Commits

Author SHA1 Message Date
ab67d34748 Update src/app/page.tsx 2026-02-07 04:12:03 +00:00
902f9c84e5 Merge version_2 into main
Merge version_2 into main
2026-02-07 03:52:44 +00:00
a24eb87939 Merge version_2 into main
Merge version_2 into main
2026-02-07 03:52:24 +00:00
b107616d77 Merge version_2 into main
Merge version_2 into main
2026-02-07 03:51:58 +00:00
f3fd5045a1 Merge version_2 into main
Merge version_2 into main
2026-02-06 23:57:50 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TextAbout from '@/components/sections/about/TextAbout';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -33,8 +33,10 @@ export default function LuxuryTravelPage() {
{ name: "Destinations", id: "destinations" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
{ name: "Contact", id: "contact" },
{ name: "Blog", id: "/blog" },
]}
button={{
text: "Book Journey", href: "contact"
}}
@@ -57,25 +59,13 @@ export default function LuxuryTravelPage() {
</div>
<div id="about" data-section="about">
<SplitAbout
title="Discover the Ultimate in Luxury Travel"
description="At Luxe Journeys, we redefine bespoke travel experiences. Our team of experts curates exclusive itineraries tailored to your every desire, ensuring every moment is as memorable as it is luxurious."
<TextAbout
tag="About Luxe Journeys"
buttons={[
{ text: "Our Story", href: "#about" },
{ text: "Explore Destinations", href: "/destinations" }
]}
bulletPoints={[
{ title: "Exclusive Destinations", description: "Access the world's most exclusive locations, from hidden gems to iconic landmarks." },
{ title: "Personalized Itineraries", description: "Every journey is uniquely crafted to match your interests and preferences." },
{ title: "Luxury Accommodations", description: "Stay in the finest hotels and resorts, where comfort and elegance are paramount." },
{ title: "Exceptional Service", description: "Our dedicated team ensures every detail is handled with the utmost care and attention." }
]}
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
imageAlt="Luxury Travel Experience"
imagePosition="left"
textboxLayout="stacked"
title="Bespoke travel curation for the discerning traveler. With over 20 years of expertise, we connect you to the world's most exclusive destinations, experiences, and accommodations."
useInvertedBackground="noInvert"
buttons={[
{ text: "Our Story", href: "#about" }
]}
/>
</div>