From dcedfa6d44267708a4ba1999e0066005e46642a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 01:30:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cd053f..62c0ad3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { "Premium", "Quality", ], - imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg?_wi=1", imageAlt: "Expert roofer inspecting tiles", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { "Durable", "Reliable", ], - imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg?_wi=1", imageAlt: "New roof installation materials", }, { @@ -111,7 +111,7 @@ export default function LandingPage() { "Clear", "Direct", ], - imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg?_wi=1", imageAlt: "Process documentation and consultation", }, ]} @@ -131,37 +131,37 @@ export default function LandingPage() { id: "p1", name: "Residential Roofing", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg?_wi=2", }, { id: "p2", name: "Roof Repairs", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg?_wi=2", }, { id: "p3", name: "Roof Maintenance", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg?_wi=2", }, { id: "p4", name: "Tile Roof Specialists", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/oblique-stainless-lines-background_23-2148744267.jpg?_wi=3", }, { id: "p5", name: "New Installations", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-yellow-rural-house-with-wooden-stairs-countryside_176420-7157.jpg?_wi=3", }, { id: "p6", name: "Flat Roof Systems", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/working-tools-things-worker-builder-electrician-top-view_169016-24610.jpg?_wi=3", }, ]} title="Expert Roofing Services" -- 2.49.1