From 4c92f8ec5160106bdb1e36e7546054387bee3484 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:22:56 +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 7c1e58c..7e59f80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { company: "Tech Dakar", rating: 5, testimonial: "Une expertise remarquable et une disponibilité constante.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg?_wi=1", }, { name: "Fatou Ndiaye", @@ -74,7 +74,7 @@ export default function LandingPage() { company: "ImmoDakar", rating: 5, testimonial: "La référence pour tout professionnel à Dakar.", - imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5025.jpg?_wi=1", }, { name: "Amadou Tall", @@ -82,7 +82,7 @@ export default function LandingPage() { company: "Groupe Sénégal", rating: 5, testimonial: "Un accompagnement qui porte ses fruits.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-bearded-man-standing-formal-suit-with-hands-crossed-chest-smiling-satis_1258-165773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-bearded-man-standing-formal-suit-with-hands-crossed-chest-smiling-satis_1258-165773.jpg?_wi=1", }, { name: "Sophie Sy", @@ -98,7 +98,7 @@ export default function LandingPage() { company: "Conseil SN", rating: 5, testimonial: "Un partenaire incontournable pour la réussite.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=1", }, ]} buttons={[ @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#features", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/resilient-wheelchair-user-succeeding-work-pushing-boundaries_482257-123060.jpg" + imageSrc="http://img.b2bpic.net/free-photo/resilient-wheelchair-user-succeeding-work-pushing-boundaries_482257-123060.jpg?_wi=1" imageAlt="Cabinet professionnel à Dakar" avatars={[ { @@ -198,7 +198,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/analyzing-financial-information_1098-19826.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/resilient-wheelchair-user-succeeding-work-pushing-boundaries_482257-123060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/resilient-wheelchair-user-succeeding-work-pushing-boundaries_482257-123060.jpg?_wi=2", imageAlt: "dakar business professional office", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/register-username-account-summit-banner_53876-120897.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg?_wi=2", imageAlt: "professional headshot man", }, { @@ -222,7 +222,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lawyers-handshake-agreement_23-2152022044.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5025.jpg?_wi=2", imageAlt: "professional headshot woman", }, { @@ -234,7 +234,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friendly-smiling-diverse-male-colleagues-having-pleasant-conversation-work_1163-5114.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-bearded-man-standing-formal-suit-with-hands-crossed-chest-smiling-satis_1258-165773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-bearded-man-standing-formal-suit-with-hands-crossed-chest-smiling-satis_1258-165773.jpg?_wi=2", imageAlt: "professional headshot man", }, ]} @@ -351,7 +351,7 @@ export default function LandingPage() { role: "Consultant", company: "Indep", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=2", }, ]} title="La confiance de nos partenaires" -- 2.49.1