1 Commits

Author SHA1 Message Date
df73193dd0 Update src/app/page.tsx 2026-01-13 16:29:30 +00:00

View File

@@ -116,16 +116,25 @@ export default function WildernessPage() {
{ {
id: "guided", label: "Guided", title: "Expert-led guided hikes with naturalist commentary", items: [ id: "guided", label: "Guided", title: "Expert-led guided hikes with naturalist commentary", items: [
"Professional trail guides", "Wildlife identification", "Safety expertise", "Small group sizes" "Professional trail guides", "Wildlife identification", "Safety expertise", "Small group sizes"
],
buttons: [
{ text: "Book Guided Hike", href: "contact" }
] ]
}, },
{ {
id: "retreat", label: "Retreat", title: "Multi-day immersive nature retreats with accommodation", items: [ id: "retreat", label: "Retreat", title: "Multi-day immersive nature retreats with accommodation", items: [
"Luxury basecamp lodging", "Wellness activities", "Farm-to-table meals", "Evening campfire gatherings" "Luxury basecamp lodging", "Wellness activities", "Farm-to-table meals", "Evening campfire gatherings"
],
buttons: [
{ text: "Reserve Retreat", href: "contact" }
] ]
}, },
{ {
id: "custom", label: "Custom", title: "Tailored adventures for groups and special occasions", items: [ id: "custom", label: "Custom", title: "Tailored adventures for groups and special occasions", items: [
"Personalized itineraries", "Team building programs", "Corporate retreats", "Family experiences" "Personalized itineraries", "Team building programs", "Corporate retreats", "Family experiences"
],
buttons: [
{ text: "Plan Custom Adventure", href: "contact" }
] ]
} }
]} ]}