From 7f2c6436c00cec3612305c5ea6ff7134d50794c1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:47:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e90fc90..ed0b09c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,15 +72,15 @@ export default function LandingPage() { imageAlt: "Construction architecture blueprints team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151333282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151333282.jpg?_wi=1", imageAlt: "Experienced construction builders team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg?_wi=1", imageAlt: "Residential home renovation construction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg?_wi=1", imageAlt: "Industrial building engineering design", }, ]} @@ -95,7 +95,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Expertise That Built Our Reputation" description="At GreenTree Construction, we prioritize precision, quality materials, and transparent communication. We handle every detail, ensuring your building experience is smooth, timely, and budget-conscious." - imageSrc="http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151333282.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-white-scene-showcasing-life-construction-workers-site_23-2151333282.jpg?_wi=2" imageAlt="Professional construction team" /> @@ -110,14 +110,14 @@ export default function LandingPage() { { title: "Residential Construction", description: "From custom homes to large additions, we manage every step with care.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-team_23-2149366653.jpg?_wi=2", titleIconSrc: "Home", buttonText: "View Projects", }, { title: "Commercial Projects", description: "High-standard builds for businesses that need space and reliability.", - imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-worker-analyzing-performance-data-laptop-close-up_482257-120401.jpg?_wi=2", titleIconSrc: "Building", buttonText: "See Results", }, -- 2.49.1