Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5da403625d | |||
| a76ad05d4c | |||
| 219d041eea |
@@ -141,6 +141,8 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ 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: "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"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -171,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user