Update src/app/page.tsx

This commit is contained in:
2026-05-11 04:47:02 +00:00
parent 586a450c5b
commit 0aff6fc6d3

View File

@@ -157,6 +157,7 @@ export default function LandingPage() {
{ id: "f1", title: "What are your check-in times?", content: "Check-in begins at 3:00 PM, though we are happy to store luggage earlier." },
{ id: "f2", title: "Is breakfast included?", content: "Yes, our daily complimentary breakfast is available for all guests." },
{ id: "f3", title: "Are there accessible rooms?", content: "Yes, we offer fully accessible rooms with modern facilities." },
{ id: "f4", title: "Do you offer the best rates?", content: "Yes! Booking directly through our website guarantees the best rates compared to third-party travel platforms." },
]}
sideTitle="Common Inquiries"
sideDescription="Find answers to the most frequently asked questions about our hotel."
@@ -191,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}