From c5e761f6bf47c60795ecf0c107ea9f1a4bc687ba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:49:36 +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 eef4956..6f52ee4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,10 +73,10 @@ export default function LandingPage() { features={[ { id: 1, - title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials. We ensure proper ventilation, insulation, and weatherproofing for long-lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Roof installation service"}, + title: "Roof Installation", description: "Professional installation of new roofing systems using premium materials. We ensure proper ventilation, insulation, and weatherproofing for long-lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1", imageAlt: "Roof installation service"}, { id: 2, - title: "Roof Repair & Maintenance", description: "Quick response to leaks, damaged shingles, and weather damage. Regular maintenance extends your roof's lifespan and prevents costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg", imageAlt: "Roof repair and maintenance"}, + title: "Roof Repair & Maintenance", description: "Quick response to leaks, damaged shingles, and weather damage. Regular maintenance extends your roof's lifespan and prevents costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg?_wi=1", imageAlt: "Roof repair and maintenance"}, { id: 3, title: "Roof Inspection", description: "Thorough inspections to identify potential issues before they become major problems. Perfect before purchase or after severe weather.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Professional roof inspection"}, @@ -112,9 +112,9 @@ export default function LandingPage() { animationType="blur-reveal" metrics={[ { - id: "1", value: "1,000+", title: "Roofs Completed", description: "Successful projects across the region", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Completed roofing projects"}, + id: "1", value: "1,000+", title: "Roofs Completed", description: "Successful projects across the region", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2", imageAlt: "Completed roofing projects"}, { - id: "2", value: "99%", title: "Customer Satisfaction", description: "Consistently high ratings and reviews", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg", imageAlt: "Customer satisfaction metrics"}, + id: "2", value: "99%", title: "Customer Satisfaction", description: "Consistently high ratings and reviews", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530697.jpg?_wi=2", imageAlt: "Customer satisfaction metrics"}, ]} /> @@ -133,16 +133,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Mitchell", handle: "@homeowner_john", testimonial: "LP Roofing did an outstanding job replacing our roof. Professional crew, fair pricing, and excellent communication throughout the project. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "John Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "John Mitchell"}, { id: "2", name: "Sarah Coleman", handle: "@sarah_coleman", testimonial: "After a terrible hail storm damaged our roof, LP Roofing worked with our insurance and got everything resolved quickly. Great service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Coleman"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Sarah Coleman"}, { id: "3", name: "Michael Rodriguez", handle: "@mrodriguez_home", testimonial: "The inspection revealed issues I never would have caught. Their maintenance recommendations saved me thousands down the road.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Michael Rodriguez"}, { id: "4", name: "Patricia Green", handle: "@patricia_g", testimonial: "Affordable, reliable, and they cleaned up perfectly after the work was done. LP Roofing is a true professional company.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Patricia Green"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Patricia Green"}, ]} /> -- 2.49.1