3 Commits

Author SHA1 Message Date
5da403625d Merge version_2 into main
Merge version_2 into main
2026-05-11 19:56:31 +00:00
a76ad05d4c Update src/app/page.tsx 2026-05-11 19:56:25 +00:00
219d041eea Merge version_1 into main
Merge version_1 into main
2026-05-11 19:55:19 +00:00

View File

@@ -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>
);
}
}