From ea6220630f09aad4d7dd37d7e3d3200d815d9a62 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:17:48 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00e07f8..a460e97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/creative-man-working-woodshop_23-2148970808.jpg" + imageSrc="http://img.b2bpic.net/free-photo/creative-man-working-woodshop_23-2148970808.jpg?_wi=1" imageAlt="window installation clean" /> @@ -93,7 +93,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Craftsmanship You Can See. Service You Can Feel." description="At Best On The West Construction, we don’t just install—we perfect every detail. From new construction windows to precision trim work, our team is known for clean finishes and results that elevate your home." - imageSrc="http://img.b2bpic.net/free-photo/senior-carpenter-tries-hammer-nail_329181-15690.jpg" + imageSrc="http://img.b2bpic.net/free-photo/senior-carpenter-tries-hammer-nail_329181-15690.jpg?_wi=1" imageAlt="trim work craftsmanship close up" /> @@ -110,7 +110,7 @@ export default function LandingPage() { icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15683.jpg?_wi=1", imageAlt: "finish quality carpentry", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { imageAlt: "construction trim finish", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-woodshop_23-2148970808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-woodshop_23-2148970808.jpg?_wi=2", imageAlt: "finish quality carpentry", }, { @@ -135,7 +135,7 @@ export default function LandingPage() { imageAlt: "fast construction installation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-tries-hammer-nail_329181-15690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-tries-hammer-nail_329181-15690.jpg?_wi=2", imageAlt: "finish quality carpentry", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { imageAlt: "tidy construction workspace", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg?_wi=1", imageAlt: "finish quality carpentry", }, ]} @@ -168,7 +168,7 @@ export default function LandingPage() { { id: "1", name: "Bonnie B.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-hand-shake_23-2148480352.jpg?_wi=2", imageAlt: "professional headshot person", }, { -- 2.49.1 From 126889985ef580b857783225fee67dd8286d9af9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:17:48 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c396b0a..b4b66a7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { imageAlt: "window framing install", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-woodshop_23-2148970808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-woodshop_23-2148970808.jpg?_wi=3", imageAlt: "new construction windows", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { imageAlt: "door installation professional", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-tries-hammer-nail_329181-15690.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-tries-hammer-nail_329181-15690.jpg?_wi=3", imageAlt: "new construction windows", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { imageAlt: "baseboard trim installation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/preparation-wooden-planks-by-carpenter_329181-15683.jpg?_wi=2", imageAlt: "new construction windows", }, ]} -- 2.49.1