diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 24e765b..6c3a8d1 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -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"] } } ]} />