Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-23 17:17:05 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ export default function AboutPage() {
layout="section"
title="Our Craft"
sections={[
{ heading: "Our Story", content: "Started in the heart of Jodhpur, Sartorial was born from a desire to bring bespoke quality to the modern Indian man." },
{ heading: "Our Story", content: [{ type: "paragraph", text: "Started in the heart of Jodhpur, Sartorial was born from a desire to bring bespoke quality to the modern Indian man." }] },
]}
/>
</div>

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>