diff --git a/src/app/page.tsx b/src/app/page.tsx
index d0074df..d422dd4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -83,7 +83,6 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg", alt: "diverse student avatar tech style" }
]}
avatarText="Trusted by thousands of learners worldwide"
- useInvertedBackground={false}
/>
@@ -94,7 +93,7 @@ export default function LandingPage() {
{ icon: BookOpenText, label: "Summaries Generated", value: "500K+" },
{ icon: ClipboardList, label: "Quizzes Created", value: "1M+" }
]}
- metricsAnimation="text-stagger"
+ metricsAnimation="reveal-blur"
useInvertedBackground={true}
/>
@@ -150,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="text-stagger"
- avatarsAnimation="text-stagger"
+ ratingAnimation="reveal-blur"
+ avatarsAnimation="reveal-blur"
useInvertedBackground={true}
/>
@@ -167,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="text-stagger"
+ faqsAnimation="reveal-blur"
textboxLayout="default"
useInvertedBackground={false}
/>