From 0dde7dd4ce5c9a13e6ac905d1d9120010e6c1761 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:48:35 +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 52a41db..b6ea39d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Get In Touch", 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" /> @@ -86,11 +86,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", 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"}, + id: "s1", 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?_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"}, + 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?_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"}, + 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?_wi=1"}, ]} title="Our Professional Services" description="We specialize in end-to-end office interiors." @@ -115,16 +115,16 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Alex Rivera", 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", name: "Sarah Chen", 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", name: "Mark Sterling", 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", name: "Elena Vance", 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"}, ]} />