From 8012af7d8070688ed0d05f49840e2e896a1a8f42 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:01:16 +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 1a69f94..71ef51c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,6 +185,8 @@ export default function LandingPage() { id: "f2", title: "Are your ingredients fresh?", content: "Absolutely. We pride ourselves on using high-quality, fresh ingredients sourced daily for all our traditional dishes."}, { id: "f3", title: "Do you have vegetarian options?", content: "Yes, we feature several delicious vegetarian and gluten-friendly options across our menu."}, + { + id: "f4", title: "What are your operating hours and location?", content: "We are located in the heart of Santa Clarita, open daily from 9:00 AM to 9:00 PM to serve you the best authentic Mexican cuisine."} ]} title="Frequently Asked Questions" description="Have questions about our menu or catering options? We’ve got answers." -- 2.49.1