Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30ef2c18dd | |||
| df73193dd0 | |||
| edf5390fd9 | |||
| 56dc26eda8 | |||
| 8d5bece329 |
@@ -116,16 +116,25 @@ export default function WildernessPage() {
|
||||
{
|
||||
id: "guided", label: "Guided", title: "Expert-led guided hikes with naturalist commentary", items: [
|
||||
"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: [
|
||||
"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: [
|
||||
"Personalized itineraries", "Team building programs", "Corporate retreats", "Family experiences"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Plan Custom Adventure", href: "contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user