diff --git a/src/app/page.tsx b/src/app/page.tsx
index d506a24..67cfca0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,47 +47,26 @@ export default function LandingPage() {
@@ -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() {