From a932f591c0ef2b4585d7f46fe97ac618df7e5d07 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 01:04:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2332fdb..5b37108 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@ConstructionCo", testimonial: "The Opportunists brought essential stability to our complex commercial development.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E0pezZp3uucruDV67BLGnNTXX5/uploaded-1779325455616-p7r656ne.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E0pezZp3uucruDV67BLGnNTXX5/uploaded-1779325455616-p7r656ne.png?_wi=1", imageAlt: "User provided image", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@TechDevelop", testimonial: "Clarity where there was once fragmentation. Unmatched precision.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@ResidentialGrp", testimonial: "Disciplined administration saved our delivery timeline significantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@DevCorp", testimonial: "A transformative approach to project recovery.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2021.jpg?_wi=1", imageAlt: "User provided image", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@DesignStudio", testimonial: "They bridge the gap between design vision and physical reality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589589.jpg?_wi=1", imageAlt: "User provided image", }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E0pezZp3uucruDV67BLGnNTXX5/uploaded-1779325455616-p7r656ne.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E0pezZp3uucruDV67BLGnNTXX5/uploaded-1779325455616-p7r656ne.png?_wi=2" imageAlt="The Opportunists Logo" avatars={[ { @@ -250,7 +250,7 @@ export default function LandingPage() { role: "Director", company: "UrbanBuild", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg?_wi=2", }, { id: "2", @@ -258,7 +258,7 @@ export default function LandingPage() { role: "CTO", company: "TechSystems", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-uses-laptop-open-space-reviewing-project-data-documents-workstation-executive-assistant-working-marketing-strategy-business-development-ai-developer_482257-65810.jpg?_wi=2", }, { id: "3", @@ -266,7 +266,7 @@ export default function LandingPage() { role: "Development Lead", company: "CoastDev", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-2021.jpg?_wi=2", }, { id: "4", @@ -274,7 +274,7 @@ export default function LandingPage() { role: "Managing Principal", company: "ArchGrp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589589.jpg?_wi=2", }, { id: "5", -- 2.49.1