Update src/app/contact/page.tsx

This commit is contained in:
2026-04-23 17:17:02 +00:00
parent 6ea02fdb22
commit ff559f126b

View File

@@ -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"] } },
]}
/>
</div>