From c9d305a4550dbc665aec396246e2fce31f2243aa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:23:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d41c75c..9fc4848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,8 +108,8 @@ export default function LandingPage() { layout="section" title="Terms and Conditions" sections={[ - { heading: "Our Commitment", content: { type: "paragraph", text: "Neal Roofing provides premium roofing services across South Florida. We prioritize transparency, safety, and craftsmanship in every project we undertake." } }, - { heading: "Service Terms", content: { type: "list", items: ["Detailed estimates are valid for 30 days.", "Permitting processes are handled by our dedicated administrative team.", "All installations include a comprehensive final walkthrough.", "We provide full site cleanup upon project completion."] } } + { heading: "Our Commitment", content: { text: "Neal Roofing provides premium roofing services across South Florida. We prioritize transparency, safety, and craftsmanship in every project we undertake." } }, + { heading: "Service Terms", content: { items: ["Detailed estimates are valid for 30 days.", "Permitting processes are handled by our dedicated administrative team.", "All installations include a comprehensive final walkthrough.", "We provide full site cleanup upon project completion."] } } ]} /> -- 2.49.1