From ff559f126b00ec39a997b683f203ee27375ec8d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:17:02 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2a47f0f..6178006 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,7 +52,7 @@ export default function ContactPage() { layout="section" title="Business Information" sections={[ - { heading: "Hours of Operation", content: ["Mon-Sat: 10:00 AM - 8:00 PM", "Sunday: By appointment only"] }, + { heading: "Hours of Operation", content: { type: "list", items: ["Mon-Sat: 10:00 AM - 8:00 PM", "Sunday: By appointment only"] } }, ]} />