From b9dd2df327445b5a2b9209b4cc7f3be3b1ed4749 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:53:08 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 97c1f3e..0a5f430 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772878.jpg?_wi=2" imageAlt="Professional construction team" imagePosition="right" buttons={[{ text: "Start Your Project", href: "/contact" }]} @@ -114,28 +114,28 @@ export default function AboutPage() { id: "01", title: "Integrity First", description: "We stand behind our work with honesty and accountability. Your trust is our most valuable asset.", - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg?_wi=5", imageAlt: "Honest contractor communication", }, { id: "02", title: "Quality Craftsmanship", description: "We use superior materials and proven techniques to build projects that last generations.", - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg?_wi=6", imageAlt: "Expert craftsmanship", }, { id: "03", title: "Customer Care", description: "Your satisfaction is our success measure. We're available 24/7 and responsive to your needs.", - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg?_wi=7", imageAlt: "Customer-focused service", }, { id: "04", title: "Local Community", description: "We're invested in New York and proud to serve our neighbors with respect and professionalism.", - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124306.jpg?_wi=8", imageAlt: "Community engagement", }, ]} @@ -159,7 +159,7 @@ export default function AboutPage() {