diff --git a/src/app/page.tsx b/src/app/page.tsx index da2d050..d0074df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { title="Unlock Your Potential with AI-Powered Learning" description="Revolutionize your study habits with dynamic summaries, personalized quizzes, and interactive chat, all driven by advanced AI. Experience a smarter, more effective way to learn and grow." background={{ - variant: "fluid" + variant: "plain" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/international-day-education-futuristic-style_23-2150998774.jpg", imageAlt: "futuristic classroom AI holographic" }, @@ -94,7 +94,7 @@ export default function LandingPage() { { icon: BookOpenText, label: "Summaries Generated", value: "500K+" }, { icon: ClipboardList, label: "Quizzes Created", value: "1M+" } ]} - metricsAnimation="reveal-blur" + metricsAnimation="text-stagger" useInvertedBackground={true} /> @@ -150,8 +150,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="text-stagger" + avatarsAnimation="text-stagger" useInvertedBackground={true} /> @@ -167,7 +167,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="text-stagger" textboxLayout="default" useInvertedBackground={false} />