diff --git a/src/app/page.tsx b/src/app/page.tsx index d64235b..9b9a926 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,7 +128,7 @@ export default function LandingPage() { { id: "q1", title: "What is the best time to visit?", content: "Early mornings or late afternoons are perfect for the best views and cooler weather." }, { id: "q2", title: "Is parking available?", content: "Yes, we have a spacious parking area available for all our guests." }, { id: "q3", title: "Is the area family-friendly?", content: "Absolutely! We cater to families, couples, and groups of all sizes." }, - { id: "q4", title: "What is the entrance fee?", content: "Entrance fees are minimal and cover facility maintenance." }, + { id: "q4", title: "What is the entrance fee?", content: "Entrance fees are minimal and cover facility maintenance. Please [book your slot here](#contact) to guarantee entry." }, ]} sideTitle="Common Questions" faqsAnimation="blur-reveal" @@ -154,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file