7 Commits

Author SHA1 Message Date
0eee9d4344 Merge version_3 into main
Merge version_3 into main
2026-03-12 05:31:25 +00:00
ba4ebb3bcc Update src/app/page.tsx 2026-03-12 05:31:21 +00:00
f027e17fef Merge version_2 into main
Merge version_2 into main
2026-03-12 05:28:30 +00:00
531d7bde33 Update src/app/page.tsx 2026-03-12 05:28:26 +00:00
5cda02299d Merge version_1 into main
Merge version_1 into main
2026-03-12 05:19:51 +00:00
0e1370f2e4 Merge version_1 into main
Merge version_1 into main
2026-03-12 05:19:27 +00:00
db55b24200 Merge version_1 into main
Merge version_1 into main
2026-03-12 05:18:35 +00:00

View File

@@ -217,7 +217,7 @@ export default function HomePage() {
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApbYucMzKESh7rlfFqZyNw8tl3/portrait-of-a-college-age-student-approx-1773292649559-10fda9fd.png?_wi=2", imageAlt: "Aditya Kumar testimonial"},
]}
cardTitle="Join thousands of learners mastering subjects smarter and faster with LearnAI"
cardTag="Trusted by Learners Worldwide"
cardTag="95% Recommend LearnAI to Friends"
cardAnimation="slide-up"
useInvertedBackground={true}
/>
@@ -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() {
</div>
</ThemeProvider>
);
}
}