diff --git a/src/app/page.tsx b/src/app/page.tsx index 2823ffd..6f6e7cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file