diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1d76b6c..766d2bc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -57,38 +45,19 @@ export default function LandingPage() {
@@ -339,20 +187,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Do you accept reservations?",
- content: "Yes, we recommend reservations for evening dining.",
- },
+ id: "q1", title: "Do you accept reservations?", content: "Yes, we recommend reservations for evening dining."},
{
- id: "q2",
- title: "Are you pet friendly?",
- content: "We allow pets on our outdoor terrace.",
- },
+ id: "q2", title: "Are you pet friendly?", content: "We allow pets on our outdoor terrace."},
{
- id: "q3",
- title: "What are your hours?",
- content: "We are open from 8:00 AM to 11:00 PM daily.",
- },
+ id: "q3", title: "What are your hours?", content: "We are open from 8:00 AM to 11:00 PM daily."},
]}
title="Frequently Asked Questions"
description="Got questions? We've got answers."
@@ -364,8 +203,7 @@ export default function LandingPage() {