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."] } } ]} />