Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-31 18:03:16 +00:00
2 changed files with 2 additions and 2 deletions

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>

View File

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