Merge version_1 into main #1
282
src/app/page.tsx
282
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Evern Learn AI"
|
||||
/>
|
||||
@@ -55,47 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Your Personal AI Tutor in Every Language"
|
||||
description="Master any subject instantly with Evern Learn AI. Personalized learning, voice-guided lessons, and real-time doubt clearing in 100+ languages."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "slide1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-is-making-skeches-her-new-project_613910-12974.jpg",
|
||||
imageAlt: "Dashboard overview",
|
||||
},
|
||||
id: "slide1", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-girl-is-making-skeches-her-new-project_613910-12974.jpg", imageAlt: "Dashboard overview"},
|
||||
{
|
||||
id: "slide2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-illustrated_23-2151877756.jpg",
|
||||
imageAlt: "AI Chat interface",
|
||||
},
|
||||
id: "slide2", imageSrc: "http://img.b2bpic.net/free-photo/technology-hologram-illustrated_23-2151877756.jpg", imageAlt: "AI Chat interface"},
|
||||
{
|
||||
id: "slide3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reflection-from-laptop-glasses-dark-background_169016-64588.jpg",
|
||||
imageAlt: "Study planner",
|
||||
},
|
||||
id: "slide3", imageSrc: "http://img.b2bpic.net/free-photo/reflection-from-laptop-glasses-dark-background_169016-64588.jpg", imageAlt: "Study planner"},
|
||||
{
|
||||
id: "slide4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063032.jpg",
|
||||
imageAlt: "Progress analytics",
|
||||
},
|
||||
id: "slide4", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063032.jpg", imageAlt: "Progress analytics"},
|
||||
{
|
||||
id: "slide5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monitor-with-management-graph-it-standing-empty-startup-company-office-business-meeting-ready-financial-work-workplace-with-modern-furniture-concept-corporation-job_482257-27806.jpg",
|
||||
imageAlt: "Voice learning mode",
|
||||
},
|
||||
id: "slide5", imageSrc: "http://img.b2bpic.net/free-photo/monitor-with-management-graph-it-standing-empty-startup-company-office-business-meeting-ready-financial-work-workplace-with-modern-furniture-concept-corporation-job_482257-27806.jpg", imageAlt: "Voice learning mode"},
|
||||
{
|
||||
id: "slide6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
|
||||
imageAlt: "Flashcard system",
|
||||
},
|
||||
id: "slide6", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Flashcard system"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,47 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "AI Chat Tutor",
|
||||
description: "Ask anything anytime. 24/7 personal tutor for math, coding, and concepts.",
|
||||
tag: "AI",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-administration-line-icons-set_1057-11007.jpg",
|
||||
},
|
||||
id: "f1", title: "AI Chat Tutor", description: "Ask anything anytime. 24/7 personal tutor for math, coding, and concepts.", tag: "AI", imageSrc: "http://img.b2bpic.net/free-vector/business-administration-line-icons-set_1057-11007.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Smart Study Planner",
|
||||
description: "Auto-generate schedules based on your exam dates and study habits.",
|
||||
tag: "Productivity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg",
|
||||
},
|
||||
id: "f2", title: "Smart Study Planner", description: "Auto-generate schedules based on your exam dates and study habits.", tag: "Productivity", imageSrc: "http://img.b2bpic.net/free-photo/education-application-knowledge-development-concept_53876-105721.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Intelligent Notes",
|
||||
description: "AI-summarized notes, flashcards, and mind maps generated from your files.",
|
||||
tag: "Notes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-making-notes-with-pen-paper_482257-82344.jpg",
|
||||
},
|
||||
id: "f3", title: "Intelligent Notes", description: "AI-summarized notes, flashcards, and mind maps generated from your files.", tag: "Notes", imageSrc: "http://img.b2bpic.net/free-photo/person-making-notes-with-pen-paper_482257-82344.jpg"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Voice Learning",
|
||||
description: "Learn through conversation. Just speak your topic and start studying.",
|
||||
tag: "Voice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/loudspeaker-sound-loudness-graphic-symbol-icon_53876-133611.jpg",
|
||||
},
|
||||
id: "f4", title: "Voice Learning", description: "Learn through conversation. Just speak your topic and start studying.", tag: "Voice", imageSrc: "http://img.b2bpic.net/free-photo/loudspeaker-sound-loudness-graphic-symbol-icon_53876-133611.jpg"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Deep Analytics",
|
||||
description: "Track your study hours, consistency, and progress with detailed dashboards.",
|
||||
tag: "Analytics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/analyzing-financial-charts-tablet-business-meeting_23-2151979250.jpg",
|
||||
},
|
||||
id: "f5", title: "Deep Analytics", description: "Track your study hours, consistency, and progress with detailed dashboards.", tag: "Analytics", imageSrc: "http://img.b2bpic.net/free-photo/analyzing-financial-charts-tablet-business-meeting_23-2151979250.jpg"},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Gamified Motivation",
|
||||
description: "Earn XP, maintain daily streaks, and level up as you master your subjects.",
|
||||
tag: "Motivation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg",
|
||||
},
|
||||
id: "f6", title: "Gamified Motivation", description: "Earn XP, maintain daily streaks, and level up as you master your subjects.", tag: "Motivation", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104511.jpg"},
|
||||
]}
|
||||
title="Built for Smarter Learning"
|
||||
description="Everything you need to excel in your studies, all in one intelligent app."
|
||||
@@ -156,52 +97,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="ai-capabilities" data-section="ai-capabilities">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Simply Explained",
|
||||
price: "Casual",
|
||||
variant: "Beginner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg",
|
||||
},
|
||||
id: "p1", name: "Simply Explained", price: "Casual", variant: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/laptop-dark-night-desktop_169016-53733.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Exam Mode",
|
||||
price: "Intense",
|
||||
variant: "Preparation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-artists-work-painting-colorful-patterns-generated-by-ai_188544-43093.jpg",
|
||||
},
|
||||
id: "p2", name: "Exam Mode", price: "Intense", variant: "Preparation", imageSrc: "http://img.b2bpic.net/free-photo/creative-artists-work-painting-colorful-patterns-generated-by-ai_188544-43093.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Deep Understanding",
|
||||
price: "Advanced",
|
||||
variant: "Academic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-58233.jpg",
|
||||
},
|
||||
id: "p3", name: "Deep Understanding", price: "Advanced", variant: "Academic", imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-58233.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Quick Revision",
|
||||
price: "10 Min",
|
||||
variant: "Fast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
|
||||
},
|
||||
id: "p4", name: "Quick Revision", price: "10 Min", variant: "Fast", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Interactive Quiz",
|
||||
price: "Practice",
|
||||
variant: "MCQs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-tablet-white-background_23-2148269417.jpg",
|
||||
},
|
||||
id: "p5", name: "Interactive Quiz", price: "Practice", variant: "MCQs", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-with-tablet-white-background_23-2148269417.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Friend Mode",
|
||||
price: "Casual",
|
||||
variant: "Peer-to-peer",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-task-management-app-set_23-2148667058.jpg",
|
||||
},
|
||||
id: "p6", name: "Friend Mode", price: "Casual", variant: "Peer-to-peer", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-task-management-app-set_23-2148667058.jpg"},
|
||||
]}
|
||||
title="Versatile Learning Modes"
|
||||
description="Whatever your learning style, our AI adapts to help you master complex topics."
|
||||
@@ -213,14 +125,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Stanford",
|
||||
"MIT Open",
|
||||
"Khan Ed",
|
||||
"Coursera",
|
||||
"Udacity",
|
||||
"EdX",
|
||||
"Harvard Online",
|
||||
]}
|
||||
"Stanford", "MIT Open", "Khan Ed", "Coursera", "Udacity", "EdX", "Harvard Online"]}
|
||||
title="Used by Students Worldwide"
|
||||
description="Join thousands of learners achieving their academic goals with Evern Learn AI."
|
||||
/>
|
||||
@@ -233,53 +138,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Essential",
|
||||
price: "$0",
|
||||
subtitle: "Perfect for casual learners",
|
||||
features: [
|
||||
"Limited Chats",
|
||||
"Basic PDF upload",
|
||||
"Core Study tools",
|
||||
],
|
||||
id: "free", badge: "Essential", price: "$0", subtitle: "Perfect for casual learners", features: [
|
||||
"Limited Chats", "Basic PDF upload", "Core Study tools"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
},
|
||||
text: "Get Started"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Recommended",
|
||||
price: "$9/mo",
|
||||
subtitle: "For serious academic growth",
|
||||
features: [
|
||||
"Unlimited AI Chats",
|
||||
"Unlimited PDF Uploads",
|
||||
"Exam Prep Mode",
|
||||
"Advanced Analytics",
|
||||
],
|
||||
id: "pro", badge: "Recommended", price: "$9/mo", subtitle: "For serious academic growth", features: [
|
||||
"Unlimited AI Chats", "Unlimited PDF Uploads", "Exam Prep Mode", "Advanced Analytics"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade to Pro",
|
||||
},
|
||||
text: "Upgrade to Pro"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "team",
|
||||
badge: "Elite",
|
||||
price: "$19/mo",
|
||||
subtitle: "For power learners",
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Voice AI Tutor",
|
||||
"Group Study Rooms",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "team", badge: "Elite", price: "$19/mo", subtitle: "For power learners", features: [
|
||||
"Everything in Pro", "Voice AI Tutor", "Group Study Rooms", "Priority Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Team",
|
||||
},
|
||||
text: "Choose Team"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -294,25 +173,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Does it support offline learning?",
|
||||
content: "Yes, Evern Learn AI includes an offline mode for your saved notes and flashcards, so you can study without internet.",
|
||||
},
|
||||
id: "faq1", title: "Does it support offline learning?", content: "Yes, Evern Learn AI includes an offline mode for your saved notes and flashcards, so you can study without internet."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Which languages are supported?",
|
||||
content: "We support over 100 languages including Hindi, Tamil, Telugu, Arabic, Spanish, French, Japanese, and more.",
|
||||
},
|
||||
id: "faq2", title: "Which languages are supported?", content: "We support over 100 languages including Hindi, Tamil, Telugu, Arabic, Spanish, French, Japanese, and more."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is the AI safe to use for exams?",
|
||||
content: "Our AI is designed as a learning companion to help explain concepts, clarify doubts, and structure revision.",
|
||||
},
|
||||
id: "faq3", title: "Is the AI safe to use for exams?", content: "Our AI is designed as a learning companion to help explain concepts, clarify doubts, and structure revision."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Can I sync across devices?",
|
||||
content: "Yes, your dashboard, study plan, and notes are synced across all your web and mobile platforms instantly.",
|
||||
},
|
||||
id: "faq4", title: "Can I sync across devices?", content: "Yes, your dashboard, study plan, and notes are synced across all your web and mobile platforms instantly."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to your questions about Evern Learn AI."
|
||||
@@ -327,31 +194,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1M+",
|
||||
title: "Students Helped",
|
||||
items: [
|
||||
"Globally active",
|
||||
"Across 150+ countries",
|
||||
],
|
||||
id: "m1", value: "1M+", title: "Students Helped", items: [
|
||||
"Globally active", "Across 150+ countries"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500k+",
|
||||
title: "Flashcards Generated",
|
||||
items: [
|
||||
"Deep knowledge",
|
||||
"Active recall success",
|
||||
],
|
||||
id: "m2", value: "500k+", title: "Flashcards Generated", items: [
|
||||
"Deep knowledge", "Active recall success"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10M+",
|
||||
title: "Study Hours",
|
||||
items: [
|
||||
"Highly consistent",
|
||||
"Performance driven",
|
||||
],
|
||||
id: "m3", value: "10M+", title: "Study Hours", items: [
|
||||
"Highly consistent", "Performance driven"],
|
||||
},
|
||||
]}
|
||||
title="Proven Results"
|
||||
@@ -363,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Join Now"
|
||||
title="Ready to excel?"
|
||||
description="Join the future of education and start your personalized learning journey today."
|
||||
@@ -378,50 +229,31 @@ export default function LandingPage() {
|
||||
logoText="Evern Learn AI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dashboard", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user