Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:46:58 +00:00
parent e661e27497
commit 32a6c64847

View File

@@ -43,11 +43,11 @@ export default function LandingPage() {
description="Darsy transforme chaque leçon darabe en fiches de révision, exercices personnalisés et flashcards intelligentes."
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/english-book-resting-table-working-space_23-2149429622.jpg?_wi=1", 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/e-learning-knowledge-online-class_53876-120718.jpg?_wi=1", imageAlt: "Statistiques Progression" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063049.jpg?_wi=1", imageAlt: "Plan de Révision" }
]}
mediaAnimation="blur-reveal"
/>
@@ -109,9 +109,9 @@ export default function LandingPage() {
title="Nos produits vedettes"
description="Découvrez notre sélection pour maîtriser l'arabe."
products={[
{ 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€" }
{ id: "1", name: "Vocabulaire", imageSrc: "http://img.b2bpic.net/free-photo/english-book-resting-table-working-space_23-2149429622.jpg?_wi=2", 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?_wi=2", 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?_wi=2", description: "Arabe des affaires et littérature classique.", price: "79€" }
]}
/>
</div>