Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-04-05 18:51:16 +00:00

View File

@@ -44,8 +44,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="Uncover the Secrets of Uzbekistan"
description="Exclusive access to the landscapes you won't find on any map. Join a curated journey into the heart of the Silk Road."
title="An Exclusive Once-in-a-Lifetime Silk Road Expedition"
description="Secure your passage to the landscapes you won't find on any map. Join a strictly limited, curated journey into the hidden heart of Uzbekistan."
buttons={[{ text: "Explore Hidden Gems", href: "#unseen" }]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhUHue7xPssF1THXkfdnF6x8aS/uploaded-1774943160228-ugevzoj9.png", imageAlt: "Uzbekistan Mountain Panorama 1" },
@@ -144,4 +144,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}