Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee1cdf05ed | |||
| f3fd5045a1 | |||
| 6346c22281 |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
@@ -57,13 +57,25 @@ export default function LuxuryTravelPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<SplitAbout
|
||||||
|
title="Explore the World's Most Exclusive Destinations"
|
||||||
|
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."
|
||||||
tag="About Luxe Journeys"
|
tag="About Luxe Journeys"
|
||||||
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={[
|
buttons={[
|
||||||
{ text: "Our Story", href: "#about" }
|
{ 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"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user