Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-04-23 17:18:47 +00:00

View File

@@ -53,7 +53,7 @@ export default function ContactPage() {
layout="section"
title="Business Information"
sections={[
{ heading: "Hours of Operation", content: { type: "list", items: ["Mon-Sat: 10:00 AM - 8:00 PM", "Sunday: By appointment only"] } },
{ heading: "Hours of Operation", content: { items: ["Mon-Sat: 10:00 AM - 8:00 PM", "Sunday: By appointment only"] } },
]}
/>
</div>