Merge version_1 into main #9

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

View File

@@ -52,7 +52,7 @@ export default function AppointmentsPage() {
layout="section"
title="Booking Policy"
sections={[
{ heading: "Cancellations", content: [{ text: "Please notify us 24 hours in advance for any appointment changes." }] }
{ heading: "Cancellations", content: [{ type: "paragraph", text: "Please notify us 24 hours in advance for any appointment changes." }] }
]}
/>
</div>

View File

@@ -56,7 +56,7 @@ export default function ContactPage() {
layout="section"
title="Store Location"
sections={[
{ heading: "Address", content: [{ text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." }] }
{ heading: "Address", content: [{ type: "paragraph", text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." }] }
]}
/>
</div>