1 Commits

Author SHA1 Message Date
06875849e8 Update src/app/page.tsx 2026-04-14 14:18:29 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Mount Banoy" brandName="Mount Banoy"
/> />
@@ -53,62 +45,39 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Discover the Majesty of Mount Banoy" title="Discover the Majesty of Mount Banoy"
description="Uncover untouched paths, breathtaking vistas, and the serene beauty of the wilderness. Your next adventure begins at the summit." description="Uncover untouched paths, breathtaking vistas, and the serene beauty of the wilderness. Your next adventure begins at the summit."
buttons={[ buttons={[
{ {
text: "Plan Your Visit", text: "Plan Your Visit", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/fantasy-colorfull-nature-landscape-carpathia_1204-308.jpg" imageSrc="http://img.b2bpic.net/free-photo/fantasy-colorfull-nature-landscape-carpathia_1204-308.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/lovely-tourist-couple-climbing-slovenian-rocky-mountains-blue-sky_181624-30879.jpg", src: "http://img.b2bpic.net/free-photo/lovely-tourist-couple-climbing-slovenian-rocky-mountains-blue-sky_181624-30879.jpg", alt: "Lovely tourist couple climbing the Slovenian rocky mountains under the blue sky"},
alt: "Lovely tourist couple climbing the Slovenian rocky mountains under the blue sky",
},
{ {
src: "http://img.b2bpic.net/free-photo/female-with-backpack-hiking-down-mountain-cloudy-sky-daytime_181624-2311.jpg", src: "http://img.b2bpic.net/free-photo/female-with-backpack-hiking-down-mountain-cloudy-sky-daytime_181624-2311.jpg", alt: "Female with a backpack hiking down a mountain under a cloudy sky at daytime"},
alt: "Female with a backpack hiking down a mountain under a cloudy sky at daytime",
},
{ {
src: "http://img.b2bpic.net/free-photo/track-with-view-mount-cook-new-zealand_181624-16793.jpg", src: "http://img.b2bpic.net/free-photo/track-with-view-mount-cook-new-zealand_181624-16793.jpg", alt: "Track with a view of Mount Cook in New Zealand"},
alt: "Track with a view of Mount Cook in New Zealand",
},
{ {
src: "http://img.b2bpic.net/free-photo/little-boy-funny-hat-looking-durmitor-mountains-montenegro_501050-590.jpg", src: "http://img.b2bpic.net/free-photo/little-boy-funny-hat-looking-durmitor-mountains-montenegro_501050-590.jpg", alt: "Little boy in funny hat looking at the Durmitor mountains Montenegro"},
alt: "Little boy in funny hat looking at the Durmitor mountains Montenegro",
},
{ {
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-nature_23-2148375075.jpg", src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-nature_23-2148375075.jpg", alt: "Front view smiley man in nature"},
alt: "Front view smiley man in nature",
},
]} ]}
avatarText="Join 5,000+ happy hikers" avatarText="Join 5,000+ happy hikers"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Breathtaking Summits"},
text: "Breathtaking Summits",
},
{ {
type: "text", type: "text", text: "15+ Scenic Trails"},
text: "15+ Scenic Trails",
},
{ {
type: "text", type: "text", text: "Certified Guides"},
text: "Certified Guides",
},
{ {
type: "text", type: "text", text: "Eco-Friendly Trekking"},
text: "Eco-Friendly Trekking",
},
{ {
type: "text", type: "text", text: "Sunrise Adventures"},
text: "Sunrise Adventures",
},
]} ]}
/> />
</div> </div>
@@ -120,19 +89,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Mountain, icon: Mountain,
label: "Peak Elevation", label: "Peak Elevation", value: "1,200m"},
value: "1,200m",
},
{ {
icon: Compass, icon: Compass,
label: "Trails Found", label: "Trails Found", value: "15+"},
value: "15+",
},
{ {
icon: Users, icon: Users,
label: "Happy Hikers", label: "Happy Hikers", value: "5k+"},
value: "5k+",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -146,19 +109,13 @@ export default function LandingPage() {
features={[ features={[
{ {
icon: Leaf, icon: Leaf,
title: "Protected Forest Trails", title: "Protected Forest Trails", description: "Easy trails through lush, protected wildlife areas perfect for beginners."},
description: "Trek through lush, protected wildlife areas with stunning flora.",
},
{ {
icon: Camera, icon: Camera,
title: "Scenic Lookout Points", title: "Scenic Lookout Points", description: "Moderate terrain providing breathtaking views of the surrounding valleys."},
description: "Capture breathtaking views of the surrounding valleys and skies.",
},
{ {
icon: Sun, icon: Sun,
title: "Golden Hour Summits", title: "Golden Hour Summits", description: "Challenging paths for experienced climbers seeking unforgettable sunrises."},
description: "Witness the most beautiful sunrises from the highest points.",
},
]} ]}
title="Why Trek With Us" title="Why Trek With Us"
description="Experience the mountain in its purest form with curated paths for every skill level." description="Experience the mountain in its purest form with curated paths for every skill level."
@@ -173,45 +130,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Miller", role: "Hiker", company: "Nature Enthusiasts", rating: 5,
name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-cheerful-young-woman-looks-thoughtfully-into-distance-wears-yellow-headband-raincoat-wanders-forest_273609-25905.jpg"},
role: "Hiker",
company: "Nature Enthusiasts",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-cheerful-young-woman-looks-thoughtfully-into-distance-wears-yellow-headband-raincoat-wanders-forest_273609-25905.jpg",
},
{ {
id: "2", id: "2", name: "John Doe", role: "Traveler", company: "Adventure Seekers", rating: 5,
name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-chinese-woman-with-photo-camera-hands-she-enjoy-beautiful-sights-nature_613910-20744.jpg"},
role: "Traveler",
company: "Adventure Seekers",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-chinese-woman-with-photo-camera-hands-she-enjoy-beautiful-sights-nature_613910-20744.jpg",
},
{ {
id: "3", id: "3", name: "Alice Chen", role: "Photographer", company: "Visual Explorers", rating: 5,
name: "Alice Chen", imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-posing-front-river_23-2148693678.jpg"},
role: "Photographer",
company: "Visual Explorers",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-posing-front-river_23-2148693678.jpg",
},
{ {
id: "4", id: "4", name: "Robert Smith", role: "Hiker", company: "Weekend Trekkers", rating: 5,
name: "Robert Smith", imageSrc: "http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg"},
role: "Hiker",
company: "Weekend Trekkers",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg",
},
{ {
id: "5", id: "5", name: "Elena Rodriguez", role: "Adventurer", company: "Summit Climbers", rating: 5,
name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing_23-2148456428.jpg"},
role: "Adventurer",
company: "Summit Climbers",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing_23-2148456428.jpg",
},
]} ]}
title="Voices of the Wild" title="Voices of the Wild"
description="What our fellow adventurers say about their journey to the top." description="What our fellow adventurers say about their journey to the top."
@@ -222,8 +154,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get Started" tag="Get Started"
title="Ready to Ascend?" title="Ready to Ascend?"
description="Join our newsletter for trail updates, weather alerts, and guided tour schedules. Adventure waits." description="Join our newsletter for trail updates, weather alerts, and guided tour schedules. Adventure waits."
@@ -236,16 +167,12 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Mount Banoy" logoText="Mount Banoy"
leftLink={{ leftLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }