From a93b5fe7a0c8eee2dd7084fb079b4b9ac0487997 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:23:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f7e77e..9729003 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { name: "Fatou Ndiaye", handle: "Fondatrice", testimonial: "La référence pour tout professionnel à Dakar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5025.jpg" }, { name: "Amadou Tall", handle: "Manager", testimonial: "Un accompagnement qui porte ses fruits.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-bearded-man-standing-formal-suit-with-hands-crossed-chest-smiling-satis_1258-165773.jpg" }, { name: "Sophie Sy", handle: "Directrice", testimonial: "Sérieux, rassurant, efficace.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" }, - { name: "Ibrahima Fall", handle: "Consultant", testimonial: "Un partenaire incontournable pour la réussite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg" }, + { name: "Ibrahima Fall", handle: "Consultant", testimonial: "Un partenaire incontournable pour la réussite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg?_wi=1" }, ]} buttons={[ { text: "Nos services", href: "#features" }, @@ -156,7 +156,7 @@ export default function LandingPage() { { id: "ts2", name: "Jean Gomez", role: "Avocat", company: "Cabinet GJ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg" }, { id: "ts3", name: "Lamine Sarr", role: "CEO", company: "Sarr Logistique", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-businessman-working-desk-office_1262-1839.jpg" }, { id: "ts4", name: "Aminata Diop", role: "Fondatrice", company: "AfriBio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/african-american-girl-wear-glasses-with-mobile-phone-sitting-outdoor-caffe_627829-3016.jpg" }, - { id: "ts5", name: "Moussa Sow", role: "Consultant", company: "Indep", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg" }, + { id: "ts5", name: "Moussa Sow", role: "Consultant", company: "Indep", rating: 5, 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" description="Ils nous ont fait confiance pour mener à bien leurs projets à Dakar." -- 2.49.1