From 0ad0d16e509236bc642d4bffcd79407fdcdaa474 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:47:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 109 ++++++++++++----------------------------------- 1 file changed, 27 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be772ed..5d62cc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -99,17 +76,11 @@ export default function LandingPage() { description="Nous simplifions le parcours entrepreneurial pour que vous puissiez vous concentrer sur l'essentiel : créer de la valeur." bulletPoints={[ { - title: "Accessibilité", - description: "Des outils conçus pour débuter facilement.", - }, + title: "Accessibilité", description: "Des outils conçus pour débuter facilement."}, { - title: "Communauté", - description: "Un réseau de soutien puissant.", - }, + title: "Communauté", description: "Un réseau de soutien puissant."}, { - title: "Performance", - description: "Optimisé pour vos résultats.", - }, + title: "Performance", description: "Optimisé pour vos résultats."}, ]} imageSrc="http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas-office_176420-1697.jpg" /> @@ -120,30 +91,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", - }, + id: "1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg"}, { - id: "2", - name: "Thomas", - imageSrc: "http://img.b2bpic.net/free-photo/internet-message-businesswoman-using-looking-sunglasses_1303-2785.jpg", - }, + id: "2", name: "Thomas", imageSrc: "http://img.b2bpic.net/free-photo/internet-message-businesswoman-using-looking-sunglasses_1303-2785.jpg"}, { - id: "3", - name: "Julie", - imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg", - }, + id: "3", name: "Julie", imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg"}, { - id: "4", - name: "Marc", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-executive-leaning-glass-wall_1170-1930.jpg", - }, + id: "4", name: "Marc", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-executive-leaning-glass-wall_1170-1930.jpg"}, { - id: "5", - name: "Sophie", - imageSrc: "http://img.b2bpic.net/free-photo/teal-arrow-gray-staircases_53876-75142.jpg", - }, + id: "5", name: "Sophie", imageSrc: "http://img.b2bpic.net/free-photo/teal-arrow-gray-staircases_53876-75142.jpg"}, ]} cardTitle="Ils ont réussi" cardTag="Témoignages" @@ -156,20 +112,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Comment démarrer ?", - content: "Suivez notre guide pas à pas inclus dans le programme.", - }, + id: "q1", title: "Comment démarrer ?", content: "Suivez notre guide pas à pas inclus dans le programme."}, { - id: "q2", - title: "Quel est le coût ?", - content: "Nous proposons plusieurs plans adaptés à votre stade de développement.", - }, + id: "q2", title: "Quel est le coût ?", content: "Nous proposons plusieurs plans adaptés à votre stade de développement."}, { - id: "q3", - title: "Est-ce accessible ?", - content: "Absolument, tout est pensé pour les débutants.", - }, + id: "q3", title: "Est-ce accessible ?", content: "Absolument, tout est pensé pour les débutants."}, ]} sideTitle="Questions fréquentes" faqsAnimation="blur-reveal" @@ -182,6 +129,8 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + title="Nos produits" + description="Découvrez notre sélection d'outils pour booster votre activité." /> @@ -189,13 +138,9 @@ export default function LandingPage() { -- 2.49.1