From 7cf2ca149d03d1d0625e19d39edc5ebf09c9df1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 02:59:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49634f8..2a1b6e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,6 +135,7 @@ export default function LandingPage() { { id: "1", title: "Do you offer dietary accommodations?", content: "Yes, our team can tailor dishes for most dietary needs." }, { id: "2", title: "Is the dress code strictly formal?", content: "We recommend smart elegant attire for the best atmosphere." }, { id: "3", title: "Do you accept large party bookings?", content: "We offer private room dining for groups up to 12 people." }, + { id: "4", title: "What is your reservation deposit/cancellation policy?", content: "A $50 deposit per person is required for weekend bookings. Cancellations must be made at least 48 hours in advance for a full refund." }, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-birthday-cake-golden-cutlery_23-2148409089.jpg" title="Dining Queries" -- 2.49.1