diff --git a/src/app/page.tsx b/src/app/page.tsx index f1f0a94..8298d99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,11 +78,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg?_wi=1", imageAlt: "Large construction site", }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg?_wi=1", imageAlt: "Structural frame construction", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { quote: "BraveBuild exceeded all our expectations.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg?_wi=2", imageAlt: "happy client portrait professional background", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { quote: "Professional, reliable, and precise in every detail.", tag: "Civil Works", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-architect-with-safety-equipment_23-2148269395.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-scafolding-building_1252-1176.jpg?_wi=2", imageAlt: "happy client portrait professional background", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { quote: "Best construction partners we've had in 10 years.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/two-professional-architect-holding-blueprint-looking-it-near-construction-site_23-2148203955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-professional-architect-holding-blueprint-looking-it-near-construction-site_23-2148203955.jpg?_wi=1", imageAlt: "happy client portrait professional background", }, { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b9e25cd..a073381 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { content: "Modernizing existing properties with sustainable building practices.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-professional-architect-holding-blueprint-looking-it-near-construction-site_23-2148203955.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-professional-architect-holding-blueprint-looking-it-near-construction-site_23-2148203955.jpg?_wi=2" /> @@ -103,7 +103,7 @@ export default function LandingPage() { imageAlt: "Blueprint", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architect-construction-site_23-2147702479.jpg?_wi=3", imageAlt: "Teamwork off engineer meeting for architectural project.", }, ]}