Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-18 13:46:43 +00:00

View File

@@ -153,7 +153,7 @@ export default function LandingPage() {
description="Get answers to your common queries."
tag="Help"
faqs={[
{ id: "1", title: "Do you take reservations?", content: "Yes, we recommend booking your table in advance for dinner services." },
{ id: "1", title: "Do you take reservations?", content: "Yes, we recommend booking your table in advance for dinner services. You can easily start your reservation using the 'Reserve Now' button on our page." },
{ id: "2", title: "What are your hours?", content: "We are open daily from 7:00 AM to 11:00 PM." },
{ id: "3", title: "Is there parking?", content: "Yes, secure parking is available on-site for hotel and restaurant guests." }
]}
@@ -191,4 +191,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}