From 082ab5704c90ff3ab46d7eb8a99b49d08c2b2463 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:25:08 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5fb4d97..413cdf4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,11 +53,11 @@ export default function ContactPage() { sections={[ { heading: "Service Guarantee", - content: { text: "We offer a 30-day warranty on all repair services performed by our technicians." } + content: { type: "paragraph", text: "We offer a 30-day warranty on all repair services performed by our technicians." } }, { heading: "Pricing Policy", - content: { items: ["Inspection fee applies to all visits", "Material costs are extra", "Taxes as applicable"] } + content: { type: "list", items: ["Inspection fee applies to all visits", "Material costs are extra", "Taxes as applicable"] } } ]} /> -- 2.49.1