diff --git a/src/app/page.tsx b/src/app/page.tsx
index ebf1bb4..70ad983 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,19 +43,14 @@ export default function LandingPage() {
@@ -237,20 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Do you offer catering?",
- content: "Yes, we provide full-service catering for local events.",
- },
+ id: "1", title: "Do you offer catering?", content: "Yes, we provide full-service catering for local events."},
{
- id: "2",
- title: "Is your menu vegetarian friendly?",
- content: "Absolutely, we have many delicious vegetarian options available.",
- },
+ id: "2", title: "Is your menu vegetarian friendly?", content: "Absolutely, we have many delicious vegetarian options available."},
{
- id: "3",
- title: "Do you take reservations?",
- content: "Yes, reservations are recommended for weekend dining.",
- },
+ id: "3", title: "Do you take reservations?", content: "Yes, reservations are recommended for weekend dining."},
]}
title="Frequently Asked Questions"
description="Get answers to your questions about our menu and services."
@@ -262,8 +164,7 @@ export default function LandingPage() {