diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e59f80..2f7e77e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,27 +30,13 @@ export default function LandingPage() { @@ -60,76 +46,23 @@ export default function LandingPage() { title="Excellence et Expertise à votre service à Dakar" description="Nous accompagnons les professionnels avec rigueur et intégrité. Des solutions sur-mesure pour vos défis les plus complexes." testimonials={[ - { - name: "Moussa Diop", - role: "Dirigeant", - 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?_wi=1", - }, - { - name: "Fatou Ndiaye", - role: "Fondatrice", - 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?_wi=1", - }, - { - name: "Amadou Tall", - role: "Manager", - 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?_wi=1", - }, - { - name: "Sophie Sy", - role: "Directrice", - company: "Artisanat SN", - rating: 5, - testimonial: "Sérieux, rassurant, efficace.", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - }, - { - name: "Ibrahima Fall", - role: "Consultant", - 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?_wi=1", - }, + { name: "Moussa Diop", handle: "Dirigeant", testimonial: "Une expertise remarquable et une disponibilité constante.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" }, + { 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" }, ]} buttons={[ - { - text: "Nos services", - href: "#features", - }, + { text: "Nos services", href: "#features" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/resilient-wheelchair-user-succeeding-work-pushing-boundaries_482257-123060.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/resilient-wheelchair-user-succeeding-work-pushing-boundaries_482257-123060.jpg" imageAlt="Cabinet professionnel à Dakar" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5025.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/handsome-confident-bearded-man-standing-formal-suit-with-hands-crossed-chest-smiling-satis_1258-165773.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", - alt: "Client 5", - }, + { src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/successful-business-woman-blue-suit_158595-5025.jpg", alt: "Client 2" }, + { src: "http://img.b2bpic.net/free-photo/handsome-confident-bearded-man-standing-formal-suit-with-hands-crossed-chest-smiling-satis_1258-165773.jpg", alt: "Client 3" }, + { src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Client 4" }, + { src: "http://img.b2bpic.net/free-photo/happy-young-handsome-man-sitting-cafe-table_1262-975.jpg", alt: "Client 5" }, ]} avatarText="Rejoignez plus de 500+ clients satisfaits" /> @@ -150,33 +83,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "15+", - title: "Années d'expérience", - items: [ - "Expertise locale", - "Expertise métier", - ], - }, - { - id: "m2", - value: "500+", - title: "Clients satisfaits", - items: [ - "Professionnels", - "Entreprises", - ], - }, - { - id: "m3", - value: "98%", - title: "Taux de réussite", - items: [ - "Projets livrés", - "Délais respectés", - ], - }, + { id: "m1", value: "15+", title: "Années d'expérience", items: ["Expertise locale", "Expertise métier"] }, + { id: "m2", value: "500+", title: "Clients satisfaits", items: ["Professionnels", "Entreprises"] }, + { id: "m3", value: "98%", title: "Taux de réussite", items: ["Projets livrés", "Délais respectés"] }, ]} title="Impact mesurable" description="Des résultats concrets au service de votre croissance." @@ -190,52 +99,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Audit Stratégique", - description: "Analyse approfondie de votre situation pour identifier les leviers de croissance.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/ethnic-executive-management-planning-business-plan-sitting-boardroom-conference-meeting-diverse-teamwork-discussing-financial-strategy-new-start-up-company-working-brainstorming-office_482257-13791.jpg", - }, - 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?_wi=2", - imageAlt: "dakar business professional office", + title: "Audit Stratégique", description: "Analyse approfondie de votre situation pour identifier les leviers de croissance.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/ethnic-executive-management-planning-business-plan-sitting-boardroom-conference-meeting-diverse-teamwork-discussing-financial-strategy-new-start-up-company-working-brainstorming-office_482257-13791.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/analyzing-financial-information_1098-19826.jpg" } }, { - title: "Gestion de Projets", - description: "Pilotage opérationnel de A à Z avec un suivi rigoureux des jalons clés.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/working-process-boardroom_1098-15382.jpg", - }, - 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?_wi=2", - imageAlt: "professional headshot man", + title: "Gestion de Projets", description: "Pilotage opérationnel de A à Z avec un suivi rigoureux des jalons clés.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/working-process-boardroom_1098-15382.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/register-username-account-summit-banner_53876-120897.jpg" } }, { - title: "Conseil Juridique", - description: "Accompagnement dans toutes vos démarches réglementaires et contractuelles.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-drink-coffee-business-partners-business-meeting-man-woman-sitting-table_1157-40423.jpg", - }, - 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?_wi=2", - imageAlt: "professional headshot woman", + title: "Conseil Juridique", description: "Accompagnement dans toutes vos démarches réglementaires et contractuelles.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-drink-coffee-business-partners-business-meeting-man-woman-sitting-table_1157-40423.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/lawyers-handshake-agreement_23-2152022044.jpg" } }, { - title: "Formation Continue", - description: "Renforcement des capacités de vos équipes aux meilleures pratiques métier.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-colleagues-looking-computer-screen-together-office_1098-20601.jpg", - }, - 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?_wi=2", - imageAlt: "professional headshot man", + title: "Formation Continue", description: "Renforcement des capacités de vos équipes aux meilleures pratiques métier.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-colleagues-looking-computer-screen-together-office_1098-20601.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/friendly-smiling-diverse-male-colleagues-having-pleasant-conversation-work_1163-5114.jpg" } }, ]} showStepNumbers={true} @@ -251,54 +128,16 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "starter", - badge: "Basique", - price: "150.000 CFA", - subtitle: "Pour les indépendants", - buttons: [ - { - text: "Choisir", - href: "#contact", - }, - ], - features: [ - "Conseil rapide", - "Support mail", - ], + id: "starter", badge: "Basique", price: "150.000 CFA", subtitle: "Pour les indépendants", buttons: [{ text: "Choisir", href: "#contact" }], + features: ["Conseil rapide", "Support mail"] }, { - id: "business", - badge: "Pro", - price: "450.000 CFA", - subtitle: "Pour les PME", - buttons: [ - { - text: "Choisir", - href: "#contact", - }, - ], - features: [ - "Audit complet", - "Suivi dédié", - "Reporting mensuel", - ], + id: "business", badge: "Pro", price: "450.000 CFA", subtitle: "Pour les PME", buttons: [{ text: "Choisir", href: "#contact" }], + features: ["Audit complet", "Suivi dédié", "Reporting mensuel"] }, { - id: "corp", - badge: "Corporate", - price: "Sur mesure", - subtitle: "Pour les grandes structures", - buttons: [ - { - text: "Contactez-nous", - href: "#contact", - }, - ], - features: [ - "Accompagnement global", - "Gestion de crise", - "Consultants illimités", - ], + id: "corp", badge: "Corporate", price: "Sur mesure", subtitle: "Pour les grandes structures", buttons: [{ text: "Contactez-nous", href: "#contact" }], + features: ["Accompagnement global", "Gestion de crise", "Consultants illimités"] }, ]} title="Nos offres transparentes" @@ -313,46 +152,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "ts1", - name: "Fatou Faye", - role: "DG", - company: "Faye BTP", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg", - }, - { - 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?_wi=2", - }, + { id: "ts1", name: "Fatou Faye", role: "DG", company: "Faye BTP", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg" }, + { 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" }, ]} title="La confiance de nos partenaires" description="Ils nous ont fait confiance pour mener à bien leurs projets à Dakar." @@ -362,16 +166,9 @@ export default function LandingPage() {
@@ -379,30 +176,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file