From 156b8adac8dbb4243d8930e8a893ef7d478269e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:57:43 +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 aaf6fcf..c00ca1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,7 +176,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", title: "What are your hours?", content: "We are open Monday-Friday, closing at 5 PM."}, + id: "f1", title: "What are your hours?", content: "We are open Monday-Friday, from 8:00 AM to 5:00 PM."}, { id: "f2", title: "Do you offer delivery?", content: "Yes, we offer local delivery services in Albuquerque."}, { @@ -246,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1