diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e36e0c..54112bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,132 +31,49 @@ export default function LandingPage() {
@@ -165,15 +82,7 @@ export default function LandingPage() { @@ -185,36 +94,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "01", - title: "Choisis un thème", - items: [ - "Salutations", - "Au marché", - "Au café", - ], - }, - { - id: "2", - value: "02", - title: "Parle avec Daria", - items: [ - "Conversation orale", - "Voice chat IA", - "Immersion réelle", - ], - }, - { - id: "3", - value: "03", - title: "Suis tes progrès", - items: [ - "Prononciation", - "Vocabulaire", - "Fluidité", - ], - }, + { id: "1", value: "01", title: "Choisis un thème", items: ["Salutations", "Au marché", "Au café"] }, + { id: "2", value: "02", title: "Parle avec Daria", items: ["Conversation orale", "Voice chat IA", "Immersion réelle"] }, + { id: "3", value: "03", title: "Suis tes progrès", items: ["Prononciation", "Vocabulaire", "Fluidité"] } ]} title="Comment ça marche" description="Apprendre le Darija en 3 étapes simples et naturelles." @@ -225,50 +107,15 @@ export default function LandingPage() {