diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 137445c..15136f5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -41,7 +41,7 @@ export default function ContactPage() { layout="section" title="Contact Procedures" sections={[ - { heading: "Service Appointments", content: [{ text: "Please call or email to schedule your repair." }] } + { heading: "Service Appointments", content: [{ type: "paragraph", text: "Please call or email to schedule your repair." }] } ]} /> diff --git a/src/app/tips/page.tsx b/src/app/tips/page.tsx index d62a5b4..a8665dc 100644 --- a/src/app/tips/page.tsx +++ b/src/app/tips/page.tsx @@ -55,7 +55,7 @@ export default function TipsPage() { layout="section" title="Safety Guidelines" sections={[ - { heading: "Proper Maintenance", content: [{ text: "Regular maintenance is crucial for safety." }] } + { heading: "Proper Maintenance", content: [{ type: "paragraph", text: "Regular maintenance is crucial for safety." }] } ]} />