From e4e25faa0860f572381a772d14ec820d22312d09 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:03:09 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }] } ]} /> -- 2.49.1 From 6901a7d761e91335f3f7a380726579b82907eff8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:03:10 +0000 Subject: [PATCH 2/2] Update src/app/tips/page.tsx --- src/app/tips/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }] } ]} /> -- 2.49.1