Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-23 07:47:52 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Accueil",
id: "/",
},
name: "Accueil", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "À Propos",
id: "/about",
},
name: "À Propos", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="LaunchPad"
/>
@@ -52,41 +44,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Lancez votre business avec audace"
description="Nous accompagnons les jeunes entrepreneurs à transformer leurs idées en entreprises rentables et durables. Rejoignez une communauté qui avance."
buttons={[
{
text: "Commencer maintenant",
href: "/contact",
},
text: "Commencer maintenant", href: "/contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day-office_23-2147790970.jpg",
imageAlt: "minimalist business workspace",
},
imageSrc: "http://img.b2bpic.net/free-photo/composition-fathers-day-office_23-2147790970.jpg", imageAlt: "minimalist business workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-keyboard_23-2147823720.jpg",
imageAlt: "minimalist business workspace",
},
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-near-keyboard_23-2147823720.jpg", imageAlt: "minimalist business workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-laptop_23-2148236865.jpg",
imageAlt: "minimalist business workspace",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-laptop_23-2148236865.jpg", imageAlt: "minimalist business workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-blogger-streaming-home_23-2148771589.jpg",
imageAlt: "minimalist business workspace",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-blogger-streaming-home_23-2148771589.jpg", imageAlt: "minimalist business workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-dress-bright-street-cafe-with-laptop-works-remotely-her-own-schedule-from-anywhere-world-online_343596-7205.jpg",
imageAlt: "minimalist business workspace",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-dress-bright-street-cafe-with-laptop-works-remotely-her-own-schedule-from-anywhere-world-online_343596-7205.jpg", imageAlt: "minimalist business workspace"},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-concept-with-copy-space_23-2148459766.jpg",
imageAlt: "minimalist business workspace",
},
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-concept-with-copy-space_23-2148459766.jpg", imageAlt: "minimalist business workspace"},
]}
/>
</div>
@@ -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é."
/>
</div>
@@ -189,13 +138,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="LaunchPad"
leftLink={{
text: "Mentions légales",
href: "#",
}}
text: "Mentions légales", href: "#"}}
rightLink={{
text: "Contact",
href: "/contact",
}}
text: "Contact", href: "/contact"}}
/>
</div>
</ReactLenis>