From d4f56229b5584633cd7da0e8b3bc69ad5402e433 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:42:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1b8aef..1c4fdbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,35 +65,35 @@ export default function LandingPage() { handle: "Project Manager, TechSolutions", testimonial: "Their hands-on approach and genuine expertise saved our complex migration project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", }, { name: "Marek Novak", handle: "CTO, FinInnovate", testimonial: "Finally, a team that treats your goals like their own. No corporate fluff, just results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1", }, { name: "Hans Mueller", handle: "CEO, IndustrieGruppe", testimonial: "An authentic partner that understands the nuances of European markets.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", }, { name: "Sofie Bauer", handle: "Operations Lead, LogisticsCo", testimonial: "Refreshing honesty and deep technical proficiency. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1", }, { name: "Klaus Fischer", handle: "Founder, DigitalBuild", testimonial: "The best team I have worked with in years. No corporate jargon.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", }, ]} buttons={[ @@ -192,21 +192,21 @@ export default function LandingPage() { value: "240+", title: "Projects delivered", description: "Across diverse industries.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg?_wi=1", }, { id: "m2", value: "98%", title: "Client retention", description: "Built on long-term trust.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg?_wi=2", }, { id: "m3", value: "5x", title: "Process efficiency", description: "Average gain for clients.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg?_wi=3", }, ]} title="Tangible results in numbers" @@ -221,27 +221,27 @@ export default function LandingPage() { { id: "1", name: "Hans Mueller", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", }, { id: "2", name: "Sofie Bauer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2", }, { id: "3", name: "Klaus Fischer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", }, { id: "4", name: "Lukas Wagner", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2", }, { id: "5", name: "Maria Zimmer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", }, ]} cardTitle="What our partners say" @@ -270,7 +270,7 @@ export default function LandingPage() { content: "Yes, direct access to the specialists is core to our collaborative model.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crop-people-working-project-together_23-2147707776.jpg?_wi=4" mediaAnimation="slide-up" title="Common questions answered" description="Getting started with Effec Team is transparent and direct." -- 2.49.1