From ea7d415769dad00c139a0b4fc0f8249811ae6360 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:40:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5de49e6..2d5ddfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Free Professional Assessment", description: "We inspect your roof or siding thoroughly, identify issues, and provide transparent pricing with no hidden fees. Most estimates completed same day.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", imageAlt: "Professional roofing assessment" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1", imageAlt: "Professional roofing assessment" }, items: [ { icon: CheckCircle, text: "Detailed inspection report" }, @@ -111,7 +111,7 @@ export default function LandingPage() { }, { id: "2", title: "Rapid Scheduling & Prep", description: "We respect your time. Book your project quickly with flexible scheduling. Our team arrives prepared, organized, and ready to minimize disruption to your home and daily life.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone_23-2148000041.jpg", imageAlt: "Siding installation work" + imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone_23-2148000041.jpg?_wi=1", imageAlt: "Siding installation work" }, items: [ { icon: CheckCircle, text: "Flexible scheduling options" }, @@ -122,7 +122,7 @@ export default function LandingPage() { }, { id: "3", title: "Expert Execution", description: "Our certified crews execute flawlessly using premium materials and proven techniques. We maintain strict quality standards and keep you informed every step of the way.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/roofing-contractor-buildings-roof-construction-materials_1284-54929.jpg", imageAlt: "Roof repair completion" + imageSrc: "http://img.b2bpic.net/free-vector/roofing-contractor-buildings-roof-construction-materials_1284-54929.jpg?_wi=1", imageAlt: "Roof repair completion" }, items: [ { icon: CheckCircle, text: "Certified, experienced crews" }, @@ -133,7 +133,7 @@ export default function LandingPage() { }, { id: "4", title: "Completion & Protection", description: "Final walkthrough ensures perfection. We clean up thoroughly and provide documentation, warranties, and ongoing support. Your investment is protected.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg", imageAlt: "Siding renovation completed" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg?_wi=1", imageAlt: "Siding renovation completed" }, items: [ { icon: CheckCircle, text: "Final quality inspection" }, @@ -160,16 +160,16 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" products={[ { - id: "1", name: "Complete Roof Replacement - Storm Damage", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", imageAlt: "Roof replacement transformation" + id: "1", name: "Complete Roof Replacement - Storm Damage", price: "$8,500", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2", imageAlt: "Roof replacement transformation" }, { - id: "2", name: "Full Siding Upgrade - Home Value Increase", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone_23-2148000041.jpg", imageAlt: "Siding upgrade transformation" + id: "2", name: "Full Siding Upgrade - Home Value Increase", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone_23-2148000041.jpg?_wi=2", imageAlt: "Siding upgrade transformation" }, { - id: "3", name: "Roof Repair & Restoration - Leak Fixes", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-vector/roofing-contractor-buildings-roof-construction-materials_1284-54929.jpg", imageAlt: "Roof repair transformation" + id: "3", name: "Roof Repair & Restoration - Leak Fixes", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-vector/roofing-contractor-buildings-roof-construction-materials_1284-54929.jpg?_wi=2", imageAlt: "Roof repair transformation" }, { - id: "4", name: "Mixed Roofing & Siding Project - Full Exterior", price: "$18,500", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg", imageAlt: "Full exterior renovation transformation" + id: "4", name: "Mixed Roofing & Siding Project - Full Exterior", price: "$18,500", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg?_wi=2", imageAlt: "Full exterior renovation transformation" } ]} ariaLabel="Before and after gallery" -- 2.49.1