From 475fb4a9da5625d7f348935c4caa2525dfed3d74 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:47:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce758c2..ae2bd95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg" + imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -108,21 +108,21 @@ export default function LandingPage() { title: "Pre-lease Survey", description: "Accurate spatial analysis to help you make informed real estate decisions.", tag: "Survey", - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg?_wi=1", }, { id: "s2", title: "LEED & WELL Design", description: "High-performance building standards focusing on health and sustainability.", tag: "Design", - imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=1", }, { id: "s3", title: "Project Management", description: "Comprehensive construction oversight from concept to completion.", tag: "Execution", - imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=1", }, ]} title="Our Professional Services" @@ -158,7 +158,7 @@ export default function LandingPage() { role: "CEO", company: "TechFlow Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-busy-woman-office_329181-10984.jpg?_wi=2", }, { id: "t2", @@ -166,7 +166,7 @@ export default function LandingPage() { role: "Director", company: "Innovate Corp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-showing-book-friends_23-2147678971.jpg?_wi=2", }, { id: "t3", @@ -174,7 +174,7 @@ export default function LandingPage() { role: "COO", company: "Global Logistics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-architects-wearing-helmets_23-2147702486.jpg?_wi=2", }, { id: "t4", @@ -182,7 +182,7 @@ export default function LandingPage() { role: "Founder", company: "GreenBuild Lab", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1992.jpg?_wi=2", }, ]} /> -- 2.49.1