From 6db7a8b76eab8e34d7175a296357b809a372215a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:53:51 +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 9a78782..9e30363 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,29 +97,29 @@ export default function LandingPage() { { title: "Residential Roof Installation", description: "High-quality, durable roof installations tailored to your home’s architectural style.", icon: Home, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", imageAlt: "Roof Install" }, - { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg", imageAlt: "Roof Install" }, + { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=1", imageAlt: "Roof Install" }, + { imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-2594.jpg?_wi=2", imageAlt: "Roof Install" }, ] }, { title: "Roof Repair & Maintenance", description: "Expert diagnostics and repairs to extend the lifespan of your current roofing system.", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", imageAlt: "Roof Repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg", imageAlt: "Roof Repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=1", imageAlt: "Roof Repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-with-protection-helmet_23-2149343636.jpg?_wi=2", imageAlt: "Roof Repair" }, ] }, { title: "Gutter & Downspout Installation", description: "Protect your foundation with our custom-fit, heavy-duty gutter systems.", icon: ArrowDown, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836786.jpg", imageAlt: "Gutter Install" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836786.jpg", imageAlt: "Gutter Install" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836786.jpg?_wi=1", imageAlt: "Gutter Install" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836786.jpg?_wi=2", imageAlt: "Gutter Install" }, ] }, { title: "Exterior Maintenance & Upgrades", description: "Complete exterior solutions to enhance curb appeal and increase your home value.", icon: Paintbrush, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", imageAlt: "Exterior Upgrade" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", imageAlt: "Exterior Upgrade" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg?_wi=1", imageAlt: "Exterior Upgrade" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg?_wi=2", imageAlt: "Exterior Upgrade" }, ] }, ]} -- 2.49.1