Update src/app/page.tsx

This commit is contained in:
2026-04-16 16:22:39 +00:00
parent 19f1c546d6
commit 830c8bf0b3

View File

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