From 95b559cc48b7b24d223b1aa79bcee1551ea0921d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:41:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7c0ede..b0552e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,30 +77,30 @@ export default function LandingPage() { { id: 1, title: "Roofing Installation", description: "Protect your home with professionally installed roofing built to withstand the elements and last for decades.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-smart-factory-team-leader-workers-analyzing-data_482257-131901.jpg?_wi=2"}, }, { id: 2, title: "Roof Repairs", description: "Leaks, damaged shingles, and storm damage repaired quickly and correctly the first time.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-working-low-view_23-2148748785.jpg?_wi=2"}, }, { id: 3, title: "Full Roof Replacement", description: "When it's time for a new roof, we make the process smooth, transparent, and stress-free.", phoneOne: { - 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"}, phoneTwo: { - 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: 4, title: "General Construction", description: "From structural work to exterior improvements, we bring craftsmanship and precision to every project.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-carrying-wood_23-2148773432.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-carrying-wood_23-2148773432.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-carrying-wood_23-2148773432.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-with-hard-hat-carrying-wood_23-2148773432.jpg?_wi=2"}, }, ]} showStepNumbers={false} @@ -134,15 +134,15 @@ export default function LandingPage() {