From ba4ebb3bcc2d920230d2385f257806df25f785b5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:31:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e9b33d..7181ec9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -231,20 +231,20 @@ export default function HomePage() { id: "1", title: "How do I start learning with LearnAI?", content: "Simply create an account using your phone number or Google login. Then choose your learning module—Learn, Ask Doubt, Quiz, or Flashcards—and begin your personalized AI-powered learning journey immediately."}, { - id: "2", title: "Can I upload my own study materials?", content: + id: "2", title: "Can I use LearnAI for test preparation?", content: + "Definitely! LearnAI is perfect for exam prep. Use the Learn module for structured materials, Quiz for practice tests, and Flashcards for quick revisions. The adaptive system focuses on weak areas."}, + { + id: "3", title: "Can I upload my own study materials?", content: "Absolutely! In the 'Ask Doubt' module, you can upload PDF, Word, PowerPoint, and other document files. Our AI will analyze them, provide summaries, and generate practice questions automatically."}, { - id: "3", title: "How many quiz questions are generated?", content: + id: "4", title: "How many quiz questions are generated?", content: "Our system generates 20-30 adaptive quiz questions based on the subject and topics you select. The difficulty adjusts based on your performance to optimize your learning experience."}, { - id: "4", title: "What data is tracked in my profile?", content: + id: "5", title: "What data is tracked in my profile?", content: "Your profile displays your learning streak, quiz scores, total questions solved, number of completed study materials, and detailed learning analytics to help you monitor your progress."}, { - id: "5", title: "Is LearnAI available on mobile?", content: + id: "6", title: "Is LearnAI available on mobile?", content: "Yes! LearnAI is fully responsive and works seamlessly on desktop, tablet, and mobile devices. Access your learning modules anytime, anywhere."}, - { - id: "6", title: "Can I use LearnAI for test preparation?", content: - "Definitely! LearnAI is perfect for exam prep. Use the Learn module for structured materials, Quiz for practice tests, and Flashcards for quick revisions. The adaptive system focuses on weak areas."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about LearnAI" @@ -264,4 +264,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1