8 Commits

Author SHA1 Message Date
1c1b9dfcfa Update src/app/page.tsx 2026-04-19 02:58:37 +00:00
77703ebdf0 Merge version_3 into main
Merge version_3 into main
2026-04-19 02:57:20 +00:00
f23dd2336c Update src/app/page.tsx 2026-04-19 02:57:17 +00:00
afcbfb8ba3 Merge version_2 into main
Merge version_2 into main
2026-04-19 02:53:18 +00:00
77118f2663 Update src/app/page.tsx 2026-04-19 02:53:14 +00:00
7e9c945c06 Merge version_1 into main
Merge version_1 into main
2026-04-19 02:52:19 +00:00
847c7e3594 Merge version_1 into main
Merge version_1 into main
2026-04-19 02:51:56 +00:00
7729c288a1 Merge version_1 into main
Merge version_1 into main
2026-04-19 02:51:32 +00:00

View File

@@ -190,6 +190,8 @@ export default function LandingPage() {
id: "q2", title: "Do you have parking?", content: "We offer complimentary valet parking for all guests."},
{
id: "q3", title: "Can I request late checkout?", content: "Late checkout is subject to availability and may incur a fee."},
{
id: "q4", title: "Cancellation Policy", content: "Cancellations made at least 48 hours before your arrival date are fully refundable. For cancellations made within 48 hours, a one-night fee applies."},
]}
title="Frequently Asked"
description="Quick answers to help you plan your upcoming stay."
@@ -253,4 +255,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}