4 Commits

Author SHA1 Message Date
328da5c09c Update src/app/page.tsx 2026-04-15 16:00:30 +00:00
0a8a5ea5e5 Merge version_3 into main
Merge version_3 into main
2026-04-15 15:58:22 +00:00
d127b24560 Update src/app/page.tsx 2026-04-15 15:58:18 +00:00
c8d9294daf Merge version_2 into main
Merge version_2 into main
2026-04-15 15:55:05 +00:00

View File

@@ -48,10 +48,10 @@ export default function LandingPage() {
title="Authentic Backcountry Adventures"
description="Experience the untamed wild with Mountain Savage Outfitting. Premium guided excursions designed for the true adventurer."
buttons={[
{
text: "Reserve Your Spot Now", href: "/contact"},
{
text: "View Trips", href: "/adventures"},
{
text: "Reserve Your Spot Now", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-cow-mountains-sunny-day-perfect-wallpaper_181624-30703.jpg"
/>
@@ -96,6 +96,8 @@ export default function LandingPage() {
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: "f6", title: "How do I secure my dates?", content: "Please contact our team directly through the contact page, and we will walk you through the booking process to ensure your dates are reserved."}
]}
/>
</div>