diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d92a39..abf9d98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ] } ]}