From 208b982df3d6850b41031e0426a81b19164bd500 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:46:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1