diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index 61ba249..8498a28 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -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." }] } ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index df39fd5..e323a7e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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." }] } ]} />