1 Commits

Author SHA1 Message Date
5b034fef5e Update src/app/page.tsx 2026-04-15 15:54:59 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Adventures",
id: "/adventures",
},
name: "Adventures", id: "/adventures"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Mountain Savage"
/>
@@ -52,19 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Authentic Backcountry Adventures"
description="Experience the untamed wild with Mountain Savage Outfitting. Premium guided excursions designed for the true adventurer."
buttons={[
{
text: "Book Your Adventure",
href: "/contact",
},
text: "Reserve Your Spot Now", href: "/contact"},
{
text: "View Trips",
href: "/adventures",
},
text: "View Trips", href: "/adventures"},
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-cow-mountains-sunny-day-perfect-wallpaper_181624-30703.jpg"
/>
@@ -76,45 +63,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Incredible hunt",
quote: "The best bear hunt I have ever experienced. Professional and authentic.",
name: "Mark S.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/man-beach-opens-coconut_1321-2272.jpg",
},
id: "1", title: "Incredible hunt", quote: "The best bear hunt I have ever experienced. Professional and authentic.", name: "Mark S.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/man-beach-opens-coconut_1321-2272.jpg"},
{
id: "2",
title: "Amazing fishing",
quote: "Incredible trout fishing trip, the scenery was absolutely stunning.",
name: "Emily D.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/backpacker-talking-mobile-white-background_1368-6182.jpg",
},
id: "2", title: "Amazing fishing", quote: "Incredible trout fishing trip, the scenery was absolutely stunning.", name: "Emily D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/backpacker-talking-mobile-white-background_1368-6182.jpg"},
{
id: "3",
title: "True professionals",
quote: "Mountain Savage knows the land like no one else. Unforgettable.",
name: "Jason T.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-elderly-male-with-fishing-pole_181624-46077.jpg",
},
id: "3", title: "True professionals", quote: "Mountain Savage knows the land like no one else. Unforgettable.", name: "Jason T.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-elderly-male-with-fishing-pole_181624-46077.jpg"},
{
id: "4",
title: "Wild experience",
quote: "Horseback ride of a lifetime. The guides made it special.",
name: "Sarah H.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/father-son-fishing-bank-river-lake-senior-man-drinking-tea-from-thermos-family-posing-wooden-stairs-leading-water-rest-beautiful-nature_176532-10832.jpg",
},
id: "4", title: "Wild experience", quote: "Horseback ride of a lifetime. The guides made it special.", name: "Sarah H.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/father-son-fishing-bank-river-lake-senior-man-drinking-tea-from-thermos-family-posing-wooden-stairs-leading-water-rest-beautiful-nature_176532-10832.jpg"},
{
id: "5",
title: "Epic trip",
quote: "The snowmobile tour exceeded all my expectations. Absolutely wild!",
name: "Chris B.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-european-young-woman-wearing-stylish-bright-sweater-sunglasses-is-posing-picturesque-road-against-blue-sky-green-hills_291650-1913.jpg",
},
id: "5", title: "Epic trip", quote: "The snowmobile tour exceeded all my expectations. Absolutely wild!", name: "Chris B.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-european-young-woman-wearing-stylish-bright-sweater-sunglasses-is-posing-picturesque-road-against-blue-sky-green-hills_291650-1913.jpg"},
]}
title="What Our Clients Say"
description="Trust the experience of Mountain Savage. Hear from adventurers who have explored the land with us."
@@ -130,30 +87,15 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "f1",
title: "Do I need previous experience?",
content: "Not always. We offer guided experiences tailored to your skill level, though some hunts require advanced preparation.",
},
id: "f1", title: "Do I need previous experience?", content: "Not always. We offer guided experiences tailored to your skill level, though some hunts require advanced preparation."},
{
id: "f2",
title: "What gear should I bring?",
content: "We provide specialized outfitter gear; a comprehensive packing list will be sent to you upon booking.",
},
id: "f2", title: "What gear should I bring?", content: "We provide specialized outfitter gear; a comprehensive packing list will be sent to you upon booking."},
{
id: "f3",
title: "Are meals included?",
content: "Yes, our multi-day adventure packages include high-quality, authentic wilderness meals.",
},
id: "f3", title: "Are meals included?", content: "Yes, our multi-day adventure packages include high-quality, authentic wilderness meals."},
{
id: "f4",
title: "What is the best time for visits?",
content: "Our seasons vary by activity: spring for bear hunts, summer for fishing, and winter for snowmobiling.",
},
id: "f4", title: "What is the best time for visits?", content: "Our seasons vary by activity: spring for bear hunts, summer for fishing, and winter for snowmobiling."},
{
id: "f5",
title: "Is lodging provided?",
content: "Yes, we offer comfortable, rustic cabin accommodations as part of our premium experiences.",
},
id: "f5", title: "Is lodging provided?", content: "Yes, we offer comfortable, rustic cabin accommodations as part of our premium experiences."},
]}
/>
</div>
@@ -167,40 +109,16 @@ export default function LandingPage() {
description="Choose the level of wilderness challenge that suits your spirit."
plans={[
{
id: "p1",
tag: "Entry",
price: "$1,200",
period: "per day",
description: "Guided day trips for beginners.",
featuresTitle: "Includes:",
features: [
"Certified Guide",
"Lunch Provided",
"Base Gear",
"Photo Package",
],
id: "p1", tag: "Entry", price: "$1,200", period: "per day", description: "Guided day trips for beginners.", featuresTitle: "Includes:", features: [
"Certified Guide", "Lunch Provided", "Base Gear", "Photo Package"],
button: {
text: "Start Adventure",
href: "/contact",
},
text: "Start Adventure", href: "/contact"},
},
{
id: "p2",
tag: "Expedition",
price: "$3,500",
period: "per trip",
description: "Multi-day deep wilderness experience.",
featuresTitle: "Includes:",
features: [
"All-Inclusive Lodging",
"Professional Photography",
"Advanced Equipment",
"Private Chef Meals",
],
id: "p2", tag: "Expedition", price: "$3,500", period: "per trip", description: "Multi-day deep wilderness experience.", featuresTitle: "Includes:", features: [
"All-Inclusive Lodging", "Professional Photography", "Advanced Equipment", "Private Chef Meals"],
button: {
text: "Book Expedition",
href: "/contact",
},
text: "Book Expedition", href: "/contact"},
},
]}
/>
@@ -216,17 +134,9 @@ export default function LandingPage() {
description="Meet the seasoned woodsmen and women who lead our expeditions."
members={[
{
id: "m1",
name: "John Doe",
role: "Master Outfitter",
imageSrc: "http://img.b2bpic.net/free-photo/portriat-fishermen-with-coffee_329181-19994.jpg",
},
id: "m1", name: "John Doe", role: "Master Outfitter", imageSrc: "http://img.b2bpic.net/free-photo/portriat-fishermen-with-coffee_329181-19994.jpg"},
{
id: "m2",
name: "Jane Smith",
role: "Wilderness Guide",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-taking-photos-with-device-world-photography-day_23-2151672488.jpg",
},
id: "m2", name: "Jane Smith", role: "Wilderness Guide", imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-man-taking-photos-with-device-world-photography-day_23-2151672488.jpg"},
]}
/>
</div>
@@ -237,29 +147,19 @@ export default function LandingPage() {
{
items: [
{
label: "Adventures",
href: "/adventures",
},
label: "Adventures", href: "/adventures"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
]}