Update src/app/roofing/page.tsx

This commit is contained in:
2026-03-04 22:09:07 +00:00
parent 196c497019
commit ce2a5e86be

View File

@@ -46,7 +46,7 @@ export default function RoofingPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2"
imageAlt="Professional roofing installation"
mediaAnimation="none"
bulletPoints={[
@@ -75,15 +75,15 @@ export default function RoofingPage() {
{
id: "1", title: "Residential Roof Replacement", author: "Complete Renewal", description:
"Old roof? We'll tear off the old materials, inspect the decking, and install a new high-quality roof with proper ventilation and flashing.", tags: ["Replacement", "Durability"],
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roof replacement project"},
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Roof replacement project"},
{
id: "2", title: "Roof Repair & Leak Detection", author: "Emergency Response", description:
"Spot a leak? We locate the source quickly, assess the damage, and make repairs before more water damage occurs.", tags: ["Repair", "Emergency"],
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Roof leak repair"},
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "Roof leak repair"},
{
id: "3", title: "Storm Damage Assessment & Claims", author: "Documentation & Support", description:
"After a storm, we inspect your roof, photograph damage, and provide detailed reports to support your insurance claim.", tags: ["Storm Damage", "Insurance"],
imageSrc: "http://img.b2bpic.net/free-photo/signing-document_1098-14224.jpg", imageAlt: "Storm damage documentation"},
imageSrc: "http://img.b2bpic.net/free-photo/signing-document_1098-14224.jpg?_wi=2", imageAlt: "Storm damage documentation"},
]}
/>
</div>