From 691667c8574b651f40f942ae59f2bf216cf0a703 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 04:57:10 +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 960d661..07a96e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,10 +64,10 @@ export default function LandingPage() { title: "Roof Repair & Maintenance", description: "Quick response to leaks, missing shingles, and weather damage. Regular inspections to prevent costly issues.", icon: Hammer, mediaItems: [ { - imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Professional roof repair work" + imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=1", imageAlt: "Professional roof repair work" }, { - imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Roofing maintenance services" + imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1", imageAlt: "Roofing maintenance services" } ] }, @@ -75,10 +75,10 @@ export default function LandingPage() { title: "Roof Replacement", description: "Complete roof replacement with quality materials. Expert installation ensures durability and weather protection for decades.", icon: Home, mediaItems: [ { - imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "New roof installation" + imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2", imageAlt: "New roof installation" }, { - imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Professional roofing crew" + imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=2", imageAlt: "Professional roofing crew" } ] }, @@ -86,10 +86,10 @@ export default function LandingPage() { title: "Storm Damage & Insurance Claims", description: "Assess storm damage and assist with insurance claims. Help you get the coverage your roof needs.", icon: AlertTriangle, mediaItems: [ { - imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Storm damage assessment" + imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=3", imageAlt: "Storm damage assessment" }, { - imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Emergency roofing repair" + imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Emergency roofing repair" } ] }, @@ -97,10 +97,10 @@ export default function LandingPage() { title: "24/7 Emergency Service", description: "Available round-the-clock for emergency roofing issues. Call anytime for urgent repairs and temporary solutions.", icon: Clock, mediaItems: [ { - imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "24/7 emergency roofing service" + imageSrc: "https://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=4", imageAlt: "24/7 emergency roofing service" }, { - imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg", imageAlt: "Professional emergency response" + imageSrc: "https://img.b2bpic.net/free-photo/auto-mechanic-inflating-tire-with-air-compressor-street_651396-3561.jpg?_wi=4", imageAlt: "Professional emergency response" } ] } -- 2.49.1