From 59de8233e4e0f2a6186c8ab0bbec3b5d5f14c5b6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:24:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 071892b..1544347 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,14 +52,10 @@ export default function ContactPage() { title="Terms and Conditions" sections={[ { - heading: "Service Guarantee", content: { - text: "We offer a 30-day warranty on all repair services performed by our technicians." - } + heading: "Service Guarantee", 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"] - } + heading: "Pricing Policy", content: { type: "list", items: ["Inspection fee applies to all visits", "Material costs are extra", "Taxes as applicable"] } } ]} /> -- 2.49.1