From df73193dd00b561656cdf1d34921cf16624ae8c6 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 16:29:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ] } ]}