From c05cd35f6d1f64e6597510ecbbdec4d09e7c0289 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:09:53 +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 f55653e..a346445 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,6 +177,8 @@ export default function LandingPage() { id: "2", title: "Do you have vegetarian options?", content: "We offer fresh bean and vegetable options."}, { id: "3", title: "Are you family friendly?", content: "Absolutely! Everyone is welcome."}, + { + id: "4", title: "What are your operating hours?", content: "We are open daily from 11:00 AM to 9:00 PM to serve you the best authentic tacos in town."}, ]} buttons={[ { -- 2.49.1