Update src/app/contact/page.tsx

This commit is contained in:
2026-03-31 18:03:09 +00:00
parent d1c1515e5a
commit e4e25faa08

View File

@@ -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." }] }
]}
/>
</div>