Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-28 15:59:55 +00:00

View File

@@ -41,11 +41,11 @@ export default function TermsPage() {
sections={[
{
heading: "Introduction",
content: { type: "paragraph", text: "Welcome to Home Solutions. By using our services, you agree to these terms." }
content: { text: "Welcome to Home Solutions. By using our services, you agree to these terms." }
},
{
heading: "Services",
content: { type: "list", items: ["Quality assurance", "On-time delivery", "Licensed and insured work"] }
content: { items: ["Quality assurance", "On-time delivery", "Licensed and insured work"] }
}
]}
/>