Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -28,12 +28,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "Fonctionnalités", id: "/features"},
|
||||
{
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "Fonctionnalités", id: "/features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
]}
|
||||
brandName="Darsy"
|
||||
/>
|
||||
@@ -41,25 +38,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Transforme tes cours d’arabe en pratique."
|
||||
description="Darsy transforme chaque leçon d’arabe en fiches de révision, exercices personnalisés et flashcards intelligentes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Commencer gratuitement", href: "/signup"},
|
||||
]}
|
||||
buttons={[{ text: "Commencer gratuitement", href: "/signup" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/english-book-resting-table-working-space_23-2149429622.jpg", imageAlt: "Dashboard Darsy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-ai-chatbot-delivers-data-driven-responses_482257-116953.jpg", imageAlt: "Flashcards Interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", imageAlt: "Exercices Personnalisés"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/e-learning-knowledge-online-class_53876-120718.jpg", imageAlt: "Statistiques Progression"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg", imageAlt: "Plan de Révision"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/english-book-resting-table-working-space_23-2149429622.jpg", imageAlt: "Dashboard Darsy" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-ai-chatbot-delivers-data-driven-responses_482257-116953.jpg", imageAlt: "Flashcards Interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg", imageAlt: "Exercices Personnalisés" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/e-learning-knowledge-online-class_53876-120718.jpg", imageAlt: "Statistiques Progression" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg", imageAlt: "Plan de Révision" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -74,12 +62,9 @@ export default function LandingPage() {
|
||||
title="Une efficacité prouvée"
|
||||
description="Des outils conçus pour accélérer ton apprentissage de l'arabe."
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "+50%", description: "Rétention de vocabulaire"},
|
||||
{
|
||||
id: "2", value: "2000+", description: "Flashcards disponibles"},
|
||||
{
|
||||
id: "3", value: "15 min", description: "Temps de session quotidien"},
|
||||
{ id: "1", value: "+50%", description: "Rétention de vocabulaire" },
|
||||
{ id: "2", value: "2000+", description: "Flashcards disponibles" },
|
||||
{ id: "3", value: "15 min", description: "Temps de session quotidien" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,14 +77,10 @@ export default function LandingPage() {
|
||||
description="Tout ce que tu dois savoir sur Darsy."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Est-ce adapté aux débutants ?", content: "Oui, nos parcours sont conçus pour tous les niveaux, du grand débutant au confirmé."},
|
||||
{
|
||||
id: "2", title: "Comment fonctionne la répétition espacée ?", content: "Darsy utilise des algorithmes intelligents pour te présenter les mots au moment optimal."},
|
||||
{
|
||||
id: "3", title: "Puis-je importer mes propres cours ?", content: "Oui, tu peux scanner ou coller tes notes pour générer des exercices automatiquement."},
|
||||
{
|
||||
id: "4", title: "L'application est-elle mobile ?", content: "Darsy est optimisé pour tous les écrans, te permettant d'apprendre partout."},
|
||||
{ id: "1", title: "Est-ce adapté aux débutants ?", content: "Oui, nos parcours sont conçus pour tous les niveaux, du grand débutant au confirmé." },
|
||||
{ id: "2", title: "Comment fonctionne la répétition espacée ?", content: "Darsy utilise des algorithmes intelligents pour te présenter les mots au moment optimal." },
|
||||
{ id: "3", title: "Puis-je importer mes propres cours ?", content: "Oui, tu peux scanner ou coller tes notes pour générer des exercices automatiquement." },
|
||||
{ id: "4", title: "L'application est-elle mobile ?", content: "Darsy est optimisé pour tous les écrans, te permettant d'apprendre partout." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,14 +92,10 @@ export default function LandingPage() {
|
||||
title="Des fonctionnalités puissantes"
|
||||
description="Maîtrise la langue arabe grâce à nos outils spécialisés."
|
||||
features={[
|
||||
{
|
||||
title: "Flashcards intelligentes", description: "Apprends le vocabulaire avec notre système basé sur la science de la mémoire.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg"},
|
||||
{
|
||||
title: "Grammaire interactive", description: "Des explications simples pour comprendre les règles complexes.", imageSrc: "http://img.b2bpic.net/free-vector/20-ux-ui-blue-color-icon-pack-like-list-vision-parameters-monitoring-volume_1142-24669.jpg"},
|
||||
{
|
||||
title: "Suivi de progression", description: "Visualise ton avancée grâce à des graphiques détaillés.", imageSrc: "http://img.b2bpic.net/free-vector/creative-web-pack-25-outline-icon-pack-such-as-web-advancement-graphics-design-design-gear_1142-22469.jpg"},
|
||||
{
|
||||
title: "Audio natif", description: "Améliore ta prononciation avec des enregistrements de haute qualité.", imageSrc: "http://img.b2bpic.net/free-vector/technological-icons-set_23-2147531323.jpg"},
|
||||
{ title: "Flashcards intelligentes", description: "Apprends le vocabulaire avec notre système basé sur la science de la mémoire.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-technology-concept-logotype-collection_52683-13459.jpg" },
|
||||
{ title: "Grammaire interactive", description: "Des explications simples pour comprendre les règles complexes.", imageSrc: "http://img.b2bpic.net/free-vector/20-ux-ui-blue-color-icon-pack-like-list-vision-parameters-monitoring-volume_1142-24669.jpg" },
|
||||
{ title: "Suivi de progression", description: "Visualise ton avancée grâce à des graphiques détaillés.", imageSrc: "http://img.b2bpic.net/free-vector/creative-web-pack-25-outline-icon-pack-such-as-web-advancement-graphics-design-design-gear_1142-22469.jpg" },
|
||||
{ title: "Audio natif", description: "Améliore ta prononciation avec des enregistrements de haute qualité.", imageSrc: "http://img.b2bpic.net/free-vector/technological-icons-set_23-2147531323.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,12 +109,9 @@ export default function LandingPage() {
|
||||
title="Nos produits vedettes"
|
||||
description="Découvrez notre sélection pour maîtriser l'arabe."
|
||||
products={[
|
||||
{
|
||||
id: "1", description: "Vocabulaire essentiel et grammaire de base.", price: "29€"},
|
||||
{
|
||||
id: "2", description: "Conversations courantes et structures complexes.", price: "49€"},
|
||||
{
|
||||
id: "3", description: "Arabe des affaires et littérature classique.", price: "79€"}
|
||||
{ id: "1", name: "Vocabulaire", imageSrc: "http://img.b2bpic.net/free-photo/english-book-resting-table-working-space_23-2149429622.jpg", description: "Vocabulaire essentiel et grammaire de base.", price: "29€" },
|
||||
{ id: "2", name: "Conversation", imageSrc: "http://img.b2bpic.net/free-photo/e-learning-knowledge-online-class_53876-120718.jpg", description: "Conversations courantes et structures complexes.", price: "49€" },
|
||||
{ id: "3", name: "Arabe Affaires", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg", description: "Arabe des affaires et littérature classique.", price: "79€" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,22 +119,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Darsy", items: [
|
||||
{
|
||||
label: "À propos", href: "#"},
|
||||
{
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Produit", items: [
|
||||
{
|
||||
label: "Fonctionnalités", href: "/features"},
|
||||
{
|
||||
label: "Pricing", href: "/pricing"},
|
||||
],
|
||||
},
|
||||
{ title: "Darsy", items: [{ label: "À propos", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Produit", items: [{ label: "Fonctionnalités", href: "/features" }, { label: "Pricing", href: "/pricing" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Darsy. Tous droits réservés."
|
||||
bottomRightText="Transforme tes cours d'arabe."
|
||||
|
||||
Reference in New Issue
Block a user