Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user