From e743301fa2e18960f2f614f183275a2edfefc282 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 07:38:37 +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 2ca440b..00d2dee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Contacter sur WhatsApp", href: "https://wa.me/NUMERO" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/such-great-idea-let-s-this_329181-15173.jpg" + imageSrc="http://img.b2bpic.net/free-photo/such-great-idea-let-s-this_329181-15173.jpg?_wi=1" imageAlt="Soutien financier professionnel" background={{ variant: "floatingGradient" }} mediaAnimation="slide-up" @@ -80,29 +80,29 @@ export default function LandingPage() { { title: "Remplissez le formulaire", description: "Soumettez votre demande en quelques minutes avec les informations nécessaires.", icon: FileText, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/signing-agreement_1098-19561.jpg", imageAlt: "Étape 1 : Remplissage du formulaire" }, - { imageSrc: "http://img.b2bpic.net/free-photo/signing-agreement_1098-19561.jpg", imageAlt: "Étape 1 : Application en ligne" } + { imageSrc: "http://img.b2bpic.net/free-photo/signing-agreement_1098-19561.jpg?_wi=1", imageAlt: "Étape 1 : Remplissage du formulaire" }, + { imageSrc: "http://img.b2bpic.net/free-photo/signing-agreement_1098-19561.jpg?_wi=2", imageAlt: "Étape 1 : Application en ligne" } ] }, { title: "Analyse de votre dossier", description: "Notre équipe d'experts analyse votre demande avec soin et professionnalisme.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg", imageAlt: "Étape 2 : Analyse de dossier" }, - { imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg", imageAlt: "Étape 2 : Vérification professionnelle" } + { imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg?_wi=1", imageAlt: "Étape 2 : Analyse de dossier" }, + { imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-looking-smartphone-screen-while-working-business-planning-with-computer-charts-company-office-businesswoman-using-mobile-phone-brainstorming-ideas_482257-33458.jpg?_wi=2", imageAlt: "Étape 2 : Vérification professionnelle" } ] }, { title: "Réponse sous 24 heures", description: "Recevez une réponse rapide à votre demande dans les 24 heures suivant la soumission.", icon: Clock, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/upset-young-businessman-showing-okay-workplace_176420-5297.jpg", imageAlt: "Étape 3 : Réponse rapide" }, - { imageSrc: "http://img.b2bpic.net/free-photo/upset-young-businessman-showing-okay-workplace_176420-5297.jpg", imageAlt: "Étape 3 : Service rapide 24h" } + { imageSrc: "http://img.b2bpic.net/free-photo/upset-young-businessman-showing-okay-workplace_176420-5297.jpg?_wi=1", imageAlt: "Étape 3 : Réponse rapide" }, + { imageSrc: "http://img.b2bpic.net/free-photo/upset-young-businessman-showing-okay-workplace_176420-5297.jpg?_wi=2", imageAlt: "Étape 3 : Service rapide 24h" } ] }, { title: "Validation et accompagnement", description: "Une fois approuvée, nous validons votre demande et vous accompagnons jusqu'à la fin.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-shaking-hands-with-candidate-job-interview-office_637285-6541.jpg", imageAlt: "Étape 4 : Validation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-shaking-hands-with-candidate-job-interview-office_637285-6541.jpg", imageAlt: "Étape 4 : Accompagnement complet" } + { imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-shaking-hands-with-candidate-job-interview-office_637285-6541.jpg?_wi=1", imageAlt: "Étape 4 : Validation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-manager-shaking-hands-with-candidate-job-interview-office_637285-6541.jpg?_wi=2", imageAlt: "Étape 4 : Accompagnement complet" } ] } ]} @@ -221,7 +221,7 @@ export default function LandingPage() {