From fe5fe4e64f2bc3b43f9388bc8ccd047380c8d118 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 17:06:18 +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 d4e1c65..a1ad426 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "What are your hours?", content: "Daily 7AM - 6PM."}, + id: "q1", title: "What are your hours?", content: "Daily 7AM - 6PM. Visit us at 123 Artisan Way (click for map)."}, { id: "q2", title: "Do you offer gluten-free?", content: "Yes, on weekends!"}, { @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1