Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 01:47:58 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}