From ed391918541357e62cb785a4844db65726de438a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:12:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 166 +++++++++-------------------------------------- 1 file changed, 30 insertions(+), 136 deletions(-) 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} /> -- 2.49.1