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", },