Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-17 15:24:14 +00:00

View File

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