From 103f3083ca6936741f542c9880935c36cfe5845b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:58:42 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 33a76ae..b0352f8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { useInvertedBackground={false} imagePosition="right" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businesspeople-working-as-team_1098-803.jpg?_wi=2" imageAlt="LeanCore Team" bulletPoints={[ { @@ -91,19 +91,19 @@ export default function AboutPage() { { title: "Integrity", description: "We conduct business with complete transparency and honesty, building trust with every interaction", - imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg?_wi=2", imageAlt: "Integrity", }, { title: "Excellence", description: "We pursue perfection in every detail, from code quality to customer experience to documentation", - imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=2", imageAlt: "Excellence", }, { title: "Collaboration", description: "We believe the best solutions come from diverse perspectives working together toward common goals", - imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg?_wi=2", imageAlt: "Collaboration", }, ]} @@ -114,7 +114,7 @@ export default function AboutPage() {