Merge version_2 into main #1
217
src/app/page.tsx
217
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Accueil", id: "hero"},
|
||||
{
|
||||
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"
|
||||
/>
|
||||
@@ -55,36 +47,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Lancez votre business avec audace"
|
||||
description="Nous accompagnons les jeunes entrepreneurs à transformer leurs idées en entreprises rentables et durables. Rejoignez l'élite de l'innovation."
|
||||
description="Launch your business in 30 days with our proven framework. Nous accompagnons les jeunes entrepreneurs à transformer leurs idées en entreprises rentables et durables."
|
||||
buttons={[
|
||||
{
|
||||
text: "Commencer maintenant",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Commencer maintenant", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-blurred-spots-black-screen_23-2148241362.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg",
|
||||
alt: "Entrepreneur 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg", alt: "Entrepreneur 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-university-student-filing-planner_1262-20864.jpg",
|
||||
alt: "Entrepreneur 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-university-student-filing-planner_1262-20864.jpg", alt: "Entrepreneur 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg",
|
||||
alt: "Entrepreneur 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-entrepreneur-standing-office-looking-camera_637285-2744.jpg", alt: "Entrepreneur 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-young-handsome-man-working-laptop_1262-3582.jpg",
|
||||
alt: "Entrepreneur 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-young-handsome-man-working-laptop_1262-3582.jpg", alt: "Entrepreneur 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-heartily-office-worker-having-clipboard-with-management-plan-standing-workspace-while-looking-camera-creative-agency-confident-employee-production-department_482257-44496.jpg",
|
||||
alt: "Entrepreneur 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-heartily-office-worker-having-clipboard-with-management-plan-standing-workspace-while-looking-camera-creative-agency-confident-employee-production-department_482257-44496.jpg", alt: "Entrepreneur 5"},
|
||||
]}
|
||||
avatarText="Rejoignez plus de 500+ entrepreneurs"
|
||||
/>
|
||||
@@ -107,20 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Accompagnement Stratégique",
|
||||
description: "Un plan sur mesure pour lancer votre projet en 30 jours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761010.jpg",
|
||||
},
|
||||
title: "Accompagnement Stratégique", description: "Un plan sur mesure pour lancer votre projet en 30 jours.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761010.jpg"},
|
||||
{
|
||||
title: "Outils de Gestion",
|
||||
description: "Automatisez votre comptabilité et votre facturation dès le jour un.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-glasses-isolated-white-background_23-2148188109.jpg",
|
||||
},
|
||||
title: "Outils de Gestion", description: "Automatisez votre comptabilité et votre facturation dès le jour un.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-glasses-isolated-white-background_23-2148188109.jpg"},
|
||||
{
|
||||
title: "Réseau d'experts",
|
||||
description: "Accédez à une communauté exclusive de mentors et d'investisseurs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-with-innovation-elements_23-2148909042.jpg",
|
||||
},
|
||||
title: "Réseau d'experts", description: "Accédez à une communauté exclusive de mentors et d'investisseurs.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-with-innovation-elements_23-2148909042.jpg"},
|
||||
]}
|
||||
title="Nos Services"
|
||||
description="Des outils pensés pour votre succès immédiat."
|
||||
@@ -135,59 +106,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Starter",
|
||||
name: "Pack Fondations",
|
||||
price: "499€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg",
|
||||
},
|
||||
id: "p1", brand: "Starter", name: "Pack Fondations", price: "499€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Growth",
|
||||
name: "Accélérateur Business",
|
||||
price: "1299€",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg",
|
||||
},
|
||||
id: "p2", brand: "Growth", name: "Accélérateur Business", price: "1299€", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Mastery",
|
||||
name: "Académie Elite",
|
||||
price: "2999€",
|
||||
rating: 5,
|
||||
reviewCount: "42",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-126263.jpg",
|
||||
},
|
||||
id: "p3", brand: "Mastery", name: "Académie Elite", price: "2999€", rating: 5,
|
||||
reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-126263.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Tools",
|
||||
name: "Pack Digitalisation",
|
||||
price: "299€",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clock-cartoon-illustration_23-2151470832.jpg",
|
||||
},
|
||||
id: "p4", brand: "Tools", name: "Pack Digitalisation", price: "299€", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/clock-cartoon-illustration_23-2151470832.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Analysis",
|
||||
name: "Audit Stratégique",
|
||||
price: "199€",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-concept-with-futuristic-element_23-2151910976.jpg",
|
||||
},
|
||||
id: "p5", brand: "Analysis", name: "Audit Stratégique", price: "199€", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/technology-concept-with-futuristic-element_23-2151910976.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Networking",
|
||||
name: "Club Privé",
|
||||
price: "99€/mois",
|
||||
rating: 5,
|
||||
reviewCount: "310",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-tablet_23-2148236840.jpg",
|
||||
},
|
||||
id: "p6", brand: "Networking", name: "Club Privé", price: "99€/mois", rating: 5,
|
||||
reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-with-tablet_23-2148236840.jpg"},
|
||||
]}
|
||||
title="Nos Programmes"
|
||||
description="Des solutions adaptées à chaque étape de votre croissance."
|
||||
@@ -201,55 +136,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Fondation",
|
||||
price: "49€",
|
||||
subtitle: "Pour bien démarrer",
|
||||
buttons: [
|
||||
id: "basic", badge: "Fondation", price: "49€", subtitle: "Pour bien démarrer", buttons: [
|
||||
{
|
||||
text: "Choisir",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choisir", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Accès aux ressources",
|
||||
"Guide de lancement",
|
||||
"Support email",
|
||||
],
|
||||
"Accès aux ressources", "Guide de lancement", "Support email"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "149€",
|
||||
subtitle: "Pour passer à l'échelle",
|
||||
buttons: [
|
||||
id: "pro", badge: "Popular", price: "149€", subtitle: "Pour passer à l'échelle", buttons: [
|
||||
{
|
||||
text: "Choisir",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choisir", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Coaching hebdomadaire",
|
||||
"Outils premium",
|
||||
"Accès communauté",
|
||||
],
|
||||
"Coaching hebdomadaire", "Outils premium", "Accès communauté"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Scale",
|
||||
price: "299€",
|
||||
subtitle: "Pour viser l'excellence",
|
||||
buttons: [
|
||||
id: "enterprise", badge: "Scale", price: "299€", subtitle: "Pour viser l'excellence", buttons: [
|
||||
{
|
||||
text: "Choisir",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choisir", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Support dédié 24/7",
|
||||
"Stratégie personnalisée",
|
||||
"Réseau exclusif",
|
||||
],
|
||||
"Support dédié 24/7", "Stratégie personnalisée", "Réseau exclusif"],
|
||||
},
|
||||
]}
|
||||
title="Nos Offres"
|
||||
@@ -262,30 +170,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alexandre D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg",
|
||||
},
|
||||
id: "1", name: "Alexandre D.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah L.", imageSrc: "http://img.b2bpic.net/free-photo/happy-colleagues-meeting-close-up_23-2149006873.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Thomas V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg",
|
||||
},
|
||||
id: "3", name: "Thomas V.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman_1262-21020.jpg",
|
||||
},
|
||||
id: "4", name: "Emma R.", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman_1262-21020.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julien P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-cafe_1157-15030.jpg",
|
||||
},
|
||||
id: "5", name: "Julien P.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-cafe_1157-15030.jpg"},
|
||||
]}
|
||||
cardTitle="Ils ont réussi"
|
||||
cardTag="Témoignages"
|
||||
@@ -299,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Est-ce pour moi ?",
|
||||
content: "Nos programmes s'adressent à toute personne motivée ayant une idée de business.",
|
||||
},
|
||||
id: "q1", title: "Est-ce pour moi ?", content: "Nos programmes s'adressent à toute personne motivée ayant une idée de business."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Combien de temps ?",
|
||||
content: "Les résultats dépendent de votre implication, mais le pack starter donne des bases en 48h.",
|
||||
},
|
||||
id: "q2", title: "Combien de temps ?", content: "Les résultats dépendent de votre implication, mais le pack starter donne des bases en 48h."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Comment payer ?",
|
||||
content: "Nous acceptons toutes les cartes bancaires et virements SEPA.",
|
||||
},
|
||||
id: "q3", title: "Comment payer ?", content: "Nous acceptons toutes les cartes bancaires et virements SEPA."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-center-coworkers-cooperate-assisting-clients-with-installing-software_482257-125838.jpg"
|
||||
title="FAQ"
|
||||
@@ -326,16 +210,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contact"
|
||||
title="Prêt à vous lancer ?"
|
||||
description="Discutons de votre projet dès maintenant."
|
||||
buttons={[
|
||||
{
|
||||
text: "Nous contacter",
|
||||
href: "mailto:hello@launchpad.fr",
|
||||
},
|
||||
text: "Nous contacter", href: "mailto:hello@launchpad.fr"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -344,13 +225,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="LaunchPad"
|
||||
leftLink={{
|
||||
text: "© 2024 LaunchPad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 LaunchPad", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Mentions Légales",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Mentions Légales", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user