Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-16 16:22:13 +00:00

View File

@@ -108,8 +108,8 @@ export default function LandingPage() {
layout="section"
title="Terms and Conditions"
sections={[
{ 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."] } }
{ 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."] } }
]}
/>
</div>