Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-13 08:36:39 +00:00

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
{ icon: BookOpenText, label: "Summaries Generated", value: "500K+" },
{ icon: ClipboardList, label: "Quizzes Created", value: "1M+" }
]}
metricsAnimation="reveal-blur"
metricsAnimation="blur-reveal"
useInvertedBackground={true}
/>
</div>
@@ -149,8 +149,8 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/it-s-good-have-wireless-internet-work_329181-15114.jpg", alt: "female corporate trainer avatar" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-is-carefully-reading-book-emotion-concept_169016-65778.jpg", alt: "male research assistant avatar" }
]}
ratingAnimation="reveal-blur"
avatarsAnimation="reveal-blur"
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={true}
/>
</div>
@@ -166,7 +166,7 @@ export default function LandingPage() {
{ id: "faq5", title: "Is my learning progress saved?", content: "Absolutely. All your summaries, quizzes, and chat sessions are stored in your personalized learning history, allowing you to track progress and revisit content anytime." },
{ id: "faq6", title: "What question types are available in quizzes?", content: "Our AI generates a diverse range of question types including Multiple Choice (MCQ), True/False, Fill in the Blank, and Reasoning questions to challenge you comprehensively." }
]}
faqsAnimation="reveal-blur"
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>