From 57806b4802abb343586798077669cfe363cfd26c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:37:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 +++++++++-------------------------------------- 1 file changed, 42 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bcf2c6..5d9c24e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,32 +48,15 @@ export default function LandingPage() {
@@ -278,20 +173,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you offer private dining?", - content: "Yes, we have exquisite private chambers for celebrations.", - }, + id: "q1", title: "Do you offer private dining?", content: "Yes, we have exquisite private chambers for celebrations."}, { - id: "q2", - title: "Are reservations required?", - content: "We highly recommend them for our prime dining times.", - }, + id: "q2", title: "Are reservations required?", content: "We highly recommend them for our prime dining times."}, { - id: "q3", - title: "Do you accommodate dietary needs?", - content: "Our chefs customize dishes for vegan and allergy concerns.", - }, + id: "q3", title: "Do you accommodate dietary needs?", content: "Our chefs customize dishes for vegan and allergy concerns."}, ]} sideTitle="Questions? Answers." sideDescription="Everything you need to know about our reservation and dining experience." @@ -303,8 +189,7 @@ export default function LandingPage() {