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() {