From 31c7d6fb8fd7fec9ef23b4bb911a0347aeac6a34 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:53:09 +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 edaa70b..824866d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,21 +121,21 @@ export default function HomePage() { id: "01", title: "Interior Renovations", description: "Kitchen, bathroom, and living space transformations with attention to detail", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1", imageAlt: "Modern interior renovation", }, { id: "02", title: "Exterior Construction", description: "Roofing, siding, and structural work built to last", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=2", imageAlt: "Exterior construction work", }, { id: "03", title: "Repairs & Maintenance", description: "Quick response emergency repairs and preventative maintenance services", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=3", imageAlt: "Professional repair services", }, ]} @@ -151,7 +151,7 @@ export default function HomePage() { 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=1" imageAlt="Professional construction team" imagePosition="right" buttons={[{ text: "Learn Our Process", href: "/about" }]} @@ -190,28 +190,28 @@ export default function HomePage() { id: "01", title: "Clear Communication", description: "Regular updates and responsive communication throughout your project", - 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=1", imageAlt: "Communication and transparency", }, { id: "02", title: "Skilled Team", description: "Experienced professionals trained in the latest techniques and best practices", - 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=2", imageAlt: "Skilled construction team", }, { id: "03", title: "Attention to Detail", description: "Meticulous craftsmanship on every aspect of your project", - 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=3", imageAlt: "Quality workmanship", }, { id: "04", title: "Customer Satisfaction", description: "Your satisfaction is our ultimate measure of success", - 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=4", imageAlt: "Happy customers", }, ]} @@ -235,7 +235,7 @@ export default function HomePage() {