From 26665a7684c929a605a7f197c0ab4210b1110f7d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:36:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d422dd4..d0ce425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} /> @@ -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} /> @@ -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} /> -- 2.49.1