Merge version_2 into main #1
145
src/app/page.tsx
145
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Mount Banoy"
|
||||
/>
|
||||
@@ -53,62 +45,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Plan Your Visit",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Plan Your Visit", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fantasy-colorfull-nature-landscape-carpathia_1204-308.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-nature_23-2148375075.jpg",
|
||||
alt: "Front view smiley man in nature",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-nature_23-2148375075.jpg", alt: "Front view smiley man in nature"},
|
||||
]}
|
||||
avatarText="Join 5,000+ happy hikers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Breathtaking Summits",
|
||||
},
|
||||
type: "text", text: "Breathtaking Summits"},
|
||||
{
|
||||
type: "text",
|
||||
text: "15+ Scenic Trails",
|
||||
},
|
||||
type: "text", text: "15+ Scenic Trails"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Certified Guides",
|
||||
},
|
||||
type: "text", text: "Certified Guides"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly Trekking",
|
||||
},
|
||||
type: "text", text: "Eco-Friendly Trekking"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sunrise Adventures",
|
||||
},
|
||||
type: "text", text: "Sunrise Adventures"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,19 +89,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Mountain,
|
||||
label: "Peak Elevation",
|
||||
value: "1,200m",
|
||||
},
|
||||
label: "Peak Elevation", value: "1,200m"},
|
||||
{
|
||||
icon: Compass,
|
||||
label: "Trails Found",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Trails Found", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Hikers",
|
||||
value: "5k+",
|
||||
},
|
||||
label: "Happy Hikers", value: "5k+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -146,19 +109,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Protected Forest Trails",
|
||||
description: "Trek through lush, protected wildlife areas with stunning flora.",
|
||||
},
|
||||
title: "Protected Forest Trails", description: "Easy trails through lush, protected wildlife areas perfect for beginners."},
|
||||
{
|
||||
icon: Camera,
|
||||
title: "Scenic Lookout Points",
|
||||
description: "Capture breathtaking views of the surrounding valleys and skies.",
|
||||
},
|
||||
title: "Scenic Lookout Points", description: "Moderate terrain providing breathtaking views of the surrounding valleys."},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Golden Hour Summits",
|
||||
description: "Witness the most beautiful sunrises from the highest points.",
|
||||
},
|
||||
title: "Golden Hour Summits", description: "Challenging paths for experienced climbers seeking unforgettable sunrises."},
|
||||
]}
|
||||
title="Why Trek With Us"
|
||||
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}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
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: "1", name: "Sarah Miller", 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",
|
||||
name: "John Doe",
|
||||
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: "2", name: "John Doe", 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",
|
||||
name: "Alice Chen",
|
||||
role: "Photographer",
|
||||
company: "Visual Explorers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-woman-posing-front-river_23-2148693678.jpg",
|
||||
},
|
||||
id: "3", name: "Alice Chen", 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",
|
||||
name: "Robert Smith",
|
||||
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: "4", name: "Robert Smith", 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",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Adventurer",
|
||||
company: "Summit Climbers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing_23-2148456428.jpg",
|
||||
},
|
||||
id: "5", name: "Elena Rodriguez", 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"
|
||||
description="What our fellow adventurers say about their journey to the top."
|
||||
@@ -222,8 +154,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Ascend?"
|
||||
description="Join our newsletter for trail updates, weather alerts, and guided tour schedules. Adventure waits."
|
||||
@@ -236,16 +167,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mount Banoy"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user