diff --git a/src/app/page.tsx b/src/app/page.tsx
index c763265..9ee4bb8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,69 +30,38 @@ export default function LandingPage() {
@@ -243,27 +148,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "Do you offer delivery?",
- content: "Yes! We offer local delivery via major apps and our own service.",
- },
+ id: "q1", title: "Do you offer delivery?", content: "Yes! We offer local delivery via major apps and our own service."},
{
- id: "q2",
- title: "Are you open on weekends?",
- content: "We are open daily from 7 AM to 10 PM.",
- },
+ id: "q2", title: "Are you open on weekends?", content: "We are open daily from 7 AM to 10 PM."},
{
- id: "q3",
- title: "Is there parking available?",
- content: "Yes, we are located in Bird Square Plaza with plenty of parking.",
- },
+ id: "q3", title: "Is there parking available?", content: "Yes, we are located in Bird Square Plaza with plenty of parking."},
]}
ctaTitle="Need Catering or Reservations?"
ctaDescription="We'd love to host your next event or prepare catering for your office. Call or drop us a message."
ctaButton={{
- text: "Call Now",
- href: "tel:+13050000000",
- }}
+ text: "Call Now", href: "tel:+13050000000"}}
ctaIcon={Phone}
/>