Update src/app/page.tsx

This commit is contained in:
2026-05-11 19:56:25 +00:00
parent 219d041eea
commit a76ad05d4c

View File

@@ -141,6 +141,8 @@ export default function LandingPage() {
faqs={[ faqs={[
{ id: "q1", title: "Is parking available?", content: "Yes, we offer complimentary secure parking." }, { id: "q1", title: "Is parking available?", content: "Yes, we offer complimentary secure parking." },
{ id: "q2", title: "Are pets allowed?", content: "We are a pet-friendly establishment." }, { id: "q2", title: "Are pets allowed?", content: "We are a pet-friendly establishment." },
{ id: "q3", title: "What are the check-in and check-out times?", content: "Check-in begins at 3:00 PM, and check-out is by 11:00 AM. We offer flexible arrangements subject to availability." },
{ id: "q4", title: "What is your cancellation policy?", content: "Cancellations made at least 48 hours before arrival receive a full refund. Cancellations made within 48 hours may be subject to a fee." },
]} ]}
sideTitle="Frequently Asked" sideTitle="Frequently Asked"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -171,4 +173,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }