Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -30,6 +30,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Luxuria"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
<MediaAbout
|
||||
className="pt-40"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user