Merge version_1 into main #5
@@ -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"] }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user