From dce98f58d912760217be60706846d2a37613967d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:16:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f23565..b70b85f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,7 +183,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", title: "Do you offer delivery?", content: "Yes, we offer delivery in the Phoenixville area. Call 610-935-2202 to place your order."}, + id: "f1", title: "Do you offer delivery?", content: "Yes, we offer delivery in the Phoenixville area. Our delivery hours are Mon–Thu: 11 AM–9 PM, Fri–Sat: 11 AM–10 PM, and Sun: 11 AM–8 PM. Call 610-935-2202 to place your order."}, { id: "f2", title: "Is the restaurant BYOB?", content: "Yes, Rocco's is BYOB. Feel free to bring your favorite beverages for a comfortable dine-in experience."}, { @@ -248,4 +248,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1