Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-01 05:37:43 +00:00
3 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Book Now", href: "/contact" }}
/>
<MediaAbout
className="pt-40"

View File

@@ -30,6 +30,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Book Now", href: "/contact" }}
/>
<ContactCTA
className="pt-40 pb-20"
@@ -38,6 +39,7 @@ export default function ContactPage() {
description="Ready to start planning your extraordinary escape? Reach out to our expert team for a personalized consultation."
buttons={[{ text: "Send Inquiry" }]}
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
<FooterBase
logoText="Luxuria"

View File

@@ -31,6 +31,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Luxuria"
button={{ text: "Book Now", href: "/contact" }}
/>
<FeatureCardTwentyOne
className="pt-40"
@@ -44,6 +45,7 @@ export default function ServicesPage() {
{ id: "3", title: "Bespoke Experiences", content: "Tailor-made cultural and adventure activities." },
]}
useInvertedBackground={false}
videoSrc="https://videos.pexels.com/video-files/5072044/5072044-hd_1920_1080_25fps.mp4"
/>
<ContactCTA
tag="Get Started"
@@ -51,6 +53,7 @@ export default function ServicesPage() {
description="Contact us to discuss your bespoke travel requirements."
buttons={[{ text: "Inquire Now" }]}
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</ReactLenis>
</ThemeProvider>