From 1e9acb0f8fff029fb3e6b1ea06d89e3ad71528e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 22:51:07 +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 6bef834..aa2e262 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,7 +168,7 @@ export default function LandingPage() { { id: "faq1", title: "How do I make a reservation?", content: "Reservations can be made directly through our website's contact form, or by calling us at (123) 456-7890. We recommend booking at least a week in advance, especially for weekend dining." }, { id: "faq2", title: "Do you accommodate dietary restrictions?", content: "Yes, our chefs are happy to accommodate most dietary restrictions and allergies. Please inform us of any requirements when making your reservation, and we will tailor your experience." }, { id: "faq3", title: "What is the dress code?", content: "We recommend smart casual attire to complement our upscale dining ambiance. While not strictly enforced, we encourage guests to dress for a special occasion." }, - { id: "faq4", title: "Do you offer private dining options?", content: "Absolutely! We have several private dining rooms perfect for intimate celebrations, corporate events, or larger gatherings. Please contact us directly for availability and bespoke menu planning." } + { id: "faq4", title: "Do you offer private dining options?", content: "Yes, we offer private dining rooms perfect for intimate celebrations, corporate events, or larger gatherings. Please contact us directly for bespoke menu planning and availability." } ]} faqsAnimation="slide-up" textPosition="left" @@ -177,7 +177,7 @@ export default function LandingPage() {