From 2624e9316a337b879836120f88cc5ec421b94b88 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:59:49 +0000 Subject: [PATCH] Update src/app/terms/page.tsx --- src/app/terms/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } } ]} /> -- 2.49.1