From 524ef00f1401f404d44c1274aa1fa9a451880b62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 03:59:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e69c40..2a4cac0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,6 +178,8 @@ export default function LandingPage() { id: "f2", title: "Do you offer delivery?", content: "Yes, through our online platform."}, { id: "f3", title: "Is seating available?", content: "Yes, we offer clean, comfortable dine-in seating."}, + { + id: "f4", title: "Where can I park?", content: "We have a large private parking lot located directly behind the restaurant, with easy access from Whittier Blvd."}, ]} title="Common Questions" faqsAnimation="slide-up" -- 2.49.1