From d127b245602bf8de76b5a2644f2a21a1949dc5d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:58:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d81bb6..c05e0e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."} ]} /> -- 2.49.1