Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-31 07:14:06 +00:00

View File

@@ -29,94 +29,58 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "The Unseen",
id: "unseen",
},
name: "The Unseen", id: "unseen"},
{
name: "Membership",
id: "pricing",
},
name: "Membership", id: "pricing"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
]}
brandName="UZ Hidden Gems"
button={{ text: "Book Now", href: "#pricing" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
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."
buttons={[
{
text: "Explore Hidden Gems",
href: "#unseen",
},
text: "Explore Hidden Gems", href: "#unseen"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=1",
imageAlt: "Uzbekistan Mountain Panorama 1",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=2",
imageAlt: "Uzbekistan Mountain Panorama 2",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 2"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=3",
imageAlt: "Uzbekistan Mountain Panorama 3",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 3"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=4",
imageAlt: "Uzbekistan Mountain Panorama 4",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 4"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=5",
imageAlt: "Uzbekistan Mountain Panorama 5",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 5"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=6",
imageAlt: "Uzbekistan Mountain Panorama 6",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 6"},
]}
/>
</div>
<div id="unseen" data-section="unseen">
<FeatureCardMedia
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "u1",
title: "Forgotten Ruins",
description: "Centuries-old architecture lost in time.",
tag: "Ancient",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-trees-front-beautiful-rocky-cliffs_181624-18521.jpg",
},
id: "u1", title: "Forgotten Ruins", description: "Centuries-old architecture lost in time.", tag: "Ancient", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-trees-front-beautiful-rocky-cliffs_181624-18521.jpg"},
{
id: "u2",
title: "High Altitude Paths",
description: "Breathtaking trails for the elite.",
tag: "Trekking",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-castle-hill-new-zealand_181624-17353.jpg",
},
id: "u2", title: "High Altitude Paths", description: "Breathtaking trails for the elite.", tag: "Trekking", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-castle-hill-new-zealand_181624-17353.jpg"},
{
id: "u3",
title: "Hidden Oases",
description: "Lush sanctuaries in arid terrain.",
tag: "Nature",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-semi-arid-deserted-area-ahead-beautiful-mountain-chain_181624-14457.jpg",
},
id: "u3", title: "Hidden Oases", description: "Lush sanctuaries in arid terrain.", tag: "Nature", imageSrc: "http://img.b2bpic.net/free-photo/landscape-shot-semi-arid-deserted-area-ahead-beautiful-mountain-chain_181624-14457.jpg"},
]}
title="The Unseen"
description="Rarely visited wonders, captured for the curious few."
@@ -130,37 +94,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Beginner",
price: "$499",
subtitle: "Core GPS coordinates",
features: [
"Limited access",
"GPS maps",
"Safe travel tips",
],
id: "basic", badge: "Beginner", price: "$499", subtitle: "Core GPS coordinates", features: [
"Limited access", "GPS maps", "Safe travel tips"],
},
{
id: "explorer",
badge: "Explorer",
price: "$1299",
subtitle: "Expert contacts included",
features: [
"Full GPS access",
"Local expert contacts",
"Priority support",
],
id: "explorer", badge: "Explorer", price: "$1299", subtitle: "Expert contacts included", features: [
"Full GPS access", "Local expert contacts", "Priority support"],
},
{
id: "elite",
badge: "Elite",
price: "$2999",
subtitle: "Full expedition service",
features: [
"4x4 transport guides",
"Private fixer access",
"Personalized routes",
],
id: "elite", badge: "Elite", price: "$2999", subtitle: "Full expedition service", features: [
"4x4 transport guides", "Private fixer access", "Personalized routes"],
},
]}
title="Membership Plans"
@@ -173,30 +116,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Elena V.",
imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg?_wi=1",
},
id: "t1", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg"},
{
id: "t2",
name: "Marcus S.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg",
},
id: "t2", name: "Marcus S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg"},
{
id: "t3",
name: "Sarah L.",
imageSrc: "http://img.b2bpic.net/free-photo/thrilled-traveler-raises-his-arms-triumph-after-climbing-mountain-top_482257-119874.jpg",
},
id: "t3", name: "Sarah L.", imageSrc: "http://img.b2bpic.net/free-photo/thrilled-traveler-raises-his-arms-triumph-after-climbing-mountain-top_482257-119874.jpg"},
{
id: "t4",
name: "David W.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11196.jpg",
},
id: "t4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11196.jpg"},
{
id: "t5",
name: "Julian R.",
imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg?_wi=2",
},
id: "t5", name: "Julian R.", imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg"},
]}
cardTitle="Trust Box"
cardTag="Verified Reviews"
@@ -213,25 +141,13 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "f1",
title: "Are these locations accessible?",
content: "Most sites require a 4x4 or guided trekking, which is included in our Explorer and Elite tiers.",
},
id: "f1", title: "Are these locations accessible?", content: "Most sites require a 4x4 or guided trekking, which is included in our Explorer and Elite tiers."},
{
id: "f2",
title: "Is a visa required?",
content: "Most nationalities can enter Uzbekistan visa-free or via e-visa; we provide full documentation support.",
},
id: "f2", title: "Is a visa required?", content: "Most nationalities can enter Uzbekistan visa-free or via e-visa; we provide full documentation support."},
{
id: "f3",
title: "Can I travel solo?",
content: "Absolutely, our fixers ensure safe passage and local connection for solo travelers.",
},
id: "f3", title: "Can I travel solo?", content: "Absolutely, our fixers ensure safe passage and local connection for solo travelers."},
{
id: "f4",
title: "When is the best time to visit?",
content: "Spring (April-May) and Autumn (September-October) offer the most pleasant temperatures for mountain exploration.",
},
id: "f4", title: "When is the best time to visit?", content: "Spring (April-May) and Autumn (September-October) offer the most pleasant temperatures for mountain exploration."},
]}
/>
</div>
@@ -241,29 +157,19 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/mountain-landscape-sunset_1150-18337.jpg"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Safety",
href: "#",
},
label: "Safety", href: "#"},
],
},
]}