Merge version_1 into main #3
@@ -31,10 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Réviser", id: "#features" },
|
||||
{ name: "Workflow", id: "#workflow" },
|
||||
{ name: "Pourquoi", id: "#benefits" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Réviser", id: "features" },
|
||||
{ name: "Workflow", id: "workflow" },
|
||||
{ name: "Pourquoi", id: "benefits" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
brandName="Studenly"
|
||||
button={{ text: "Essayer gratuitement", href: "#contact" }}
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ icon: Upload, title: "Dépose", description: "Glisse ton fichier de cours dans notre plateforme." },
|
||||
{ icon: Database, title: "Analyse", description: "L'IA transforme ton contenu en points de révision essentiels." },
|
||||
{ icon: Target, title: "Analyse", description: "L'IA transforme ton contenu en points de révision essentiels." },
|
||||
{ icon: ListChecks, title: "Réussis", description: "Valide tes acquis avec des quiz générés sur-mesure." },
|
||||
]}
|
||||
title="Simple & efficace"
|
||||
@@ -104,6 +104,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "p1", name: "Sans Studenly", price: "Stress", variant: "Inefficace", imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg" },
|
||||
{ id: "p2", name: "Avec Studenly", price: "Sereinité", variant: "Efficace", imageSrc: "http://img.b2bpic.net/free-photo/close-up-isolated-screen-tablet-server-hub-workers_482257-120234.jpg" },
|
||||
{ id: "p3", name: "Test", price: "Test", variant: "Test", imageSrc: "http://img.b2bpic.net/free-photo/blurred-lights-background_23-2148164836.jpg" }
|
||||
]}
|
||||
title="La différence Studenly"
|
||||
description="Pourquoi choisir l'efficacité plutôt que le stress inutile ?"
|
||||
|
||||
Reference in New Issue
Block a user