Merge version_1 into main #2
301
src/app/page.tsx
301
src/app/page.tsx
@@ -37,8 +37,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Mock Tests", href: "#" },
|
||||
@@ -46,8 +45,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Team", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -55,8 +53,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Status", href: "#" },
|
||||
@@ -72,7 +69,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="blurBottom"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -82,9 +79,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Start Free Trial",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Start Free Trial", href: "contact"}}
|
||||
brandName="JEE Agent"
|
||||
/>
|
||||
</div>
|
||||
@@ -96,7 +91,7 @@ export default function HomePage() {
|
||||
tag="AI-Powered Learning"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "blurBottom" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/contact" },
|
||||
{ text: "Watch Demo", href: "#features" },
|
||||
@@ -107,17 +102,11 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-professional-headshot-photo-of-a-confi-1773147054144-30e1a0a4.png",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-professional-headshot-photo-of-a-confi-1773147054144-30e1a0a4.png", alt: "Student 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-professional-headshot-photo-of-a-confi-1773147054346-45735742.png",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-professional-headshot-photo-of-a-confi-1773147054346-45735742.png", alt: "Student 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-professional-headshot-photo-of-a-confi-1773147054108-51e7cace.png",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-professional-headshot-photo-of-a-confi-1773147054108-51e7cace.png", alt: "Student 3"},
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ JEE aspirants"
|
||||
/>
|
||||
@@ -132,40 +121,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Brain,
|
||||
title: "AI-Powered Concept Clarity",
|
||||
description:
|
||||
"Instant explanations for complex physics, chemistry, and maths concepts using interactive visualizations and real-world examples.",
|
||||
},
|
||||
title: "AI-Powered Concept Clarity", description:
|
||||
"Instant explanations for complex physics, chemistry, and maths concepts using interactive visualizations and real-world examples."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Instant Doubt Resolution",
|
||||
description:
|
||||
"24/7 AI tutor responds to your questions in real-time with step-by-step solutions and conceptual insights.",
|
||||
},
|
||||
title: "Instant Doubt Resolution", description:
|
||||
"24/7 AI tutor responds to your questions in real-time with step-by-step solutions and conceptual insights."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Adaptive Difficulty Progression",
|
||||
description:
|
||||
"Intelligent algorithm adjusts problem difficulty based on your performance for optimal learning challenges.",
|
||||
},
|
||||
title: "Adaptive Difficulty Progression", description:
|
||||
"Intelligent algorithm adjusts problem difficulty based on your performance for optimal learning challenges."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Comprehensive Mock Tests",
|
||||
description:
|
||||
"Full-length JEE Main and Advanced simulations with detailed analytics and personalized performance feedback.",
|
||||
},
|
||||
title: "Comprehensive Mock Tests", description:
|
||||
"Full-length JEE Main and Advanced simulations with detailed analytics and personalized performance feedback."},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Performance Tracking Dashboard",
|
||||
description:
|
||||
"Real-time analytics showing topic-wise progress, weak areas, and AIR prediction based on mock performance.",
|
||||
},
|
||||
title: "Performance Tracking Dashboard", description:
|
||||
"Real-time analytics showing topic-wise progress, weak areas, and AIR prediction based on mock performance."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Focused Revision Modules",
|
||||
description:
|
||||
"Curated content for targeted revision with smart recommendations based on your strengths and weaknesses.",
|
||||
},
|
||||
title: "Focused Revision Modules", description:
|
||||
"Curated content for targeted revision with smart recommendations based on your strengths and weaknesses."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -182,7 +159,7 @@ export default function HomePage() {
|
||||
description="Designed by IIT alumni and coaching experts"
|
||||
subdescription="Trusted by students from every major coaching center"
|
||||
icon={Lightbulb}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-comprehensive-screenshot-showing-the-j-1773147056103-8cbca392.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-comprehensive-screenshot-showing-the-j-1773147056103-8cbca392.png"
|
||||
imageAlt="JEE Agent Platform Interface"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -200,52 +177,26 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
price: "Free",
|
||||
name: "Starter",
|
||||
buttons: [{ text: "Get Started", href: "/contact" }],
|
||||
id: "free", price: "Free", name: "Starter", buttons: [{ text: "Get Started", href: "/contact" }],
|
||||
features: [
|
||||
"20 AI doubt resolutions per month",
|
||||
"Access to practice problems",
|
||||
"Basic progress tracking",
|
||||
"Community support",
|
||||
],
|
||||
"20 AI doubt resolutions per month", "Access to practice problems", "Basic progress tracking", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹299/month",
|
||||
name: "Pro",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "₹299/month", name: "Pro", buttons: [
|
||||
{ text: "Start Free Trial", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited AI doubt resolutions",
|
||||
"Full-length mock tests (20+ per month)",
|
||||
"Personalized study recommendations",
|
||||
"Topic-wise performance analytics",
|
||||
"Adaptive learning paths",
|
||||
"Priority email support",
|
||||
],
|
||||
"Unlimited AI doubt resolutions", "Full-length mock tests (20+ per month)", "Personalized study recommendations", "Topic-wise performance analytics", "Adaptive learning paths", "Priority email support"],
|
||||
},
|
||||
{
|
||||
id: "advanced",
|
||||
price: "₹599/month",
|
||||
name: "Advanced",
|
||||
buttons: [
|
||||
id: "advanced", price: "₹599/month", name: "Advanced", buttons: [
|
||||
{ text: "Start Free Trial", href: "/contact" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"1-on-1 live coaching sessions (4/month)",
|
||||
"Personalized revision schedules",
|
||||
"Concept deep-dives with experts",
|
||||
"AIR prediction and strategy sessions",
|
||||
"24/7 priority support",
|
||||
],
|
||||
"Everything in Pro", "1-on-1 live coaching sessions (4/month)", "Personalized revision schedules", "Concept deep-dives with experts", "AIR prediction and strategy sessions", "24/7 priority support"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -262,36 +213,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "50,000+ Students",
|
||||
subtitle: "Active learners on platform",
|
||||
category: "Community",
|
||||
value: "Growing Daily",
|
||||
buttons: [{ text: "Join Now", href: "/contact" }],
|
||||
id: "1", title: "50,000+ Students", subtitle: "Active learners on platform", category: "Community", value: "Growing Daily", buttons: [{ text: "Join Now", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "15,000+ Mock Tests",
|
||||
subtitle: "Completed by our students",
|
||||
category: "Assessment",
|
||||
value: "5K+ Monthly",
|
||||
buttons: [{ text: "Try Mock", href: "#" }],
|
||||
id: "2", title: "15,000+ Mock Tests", subtitle: "Completed by our students", category: "Assessment", value: "5K+ Monthly", buttons: [{ text: "Try Mock", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "2.5M+ Doubts Resolved",
|
||||
subtitle: "Through AI tutoring",
|
||||
category: "Support",
|
||||
value: "Instant Help",
|
||||
buttons: [{ text: "Ask Now", href: "/contact" }],
|
||||
id: "3", title: "2.5M+ Doubts Resolved", subtitle: "Through AI tutoring", category: "Support", value: "Instant Help", buttons: [{ text: "Ask Now", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "78% Top 100 Rank",
|
||||
subtitle: "Students improved within 3 months",
|
||||
category: "Results",
|
||||
value: "AIR Average",
|
||||
buttons: [{ text: "Start Learning", href: "/contact" }],
|
||||
id: "4", title: "78% Top 100 Rank", subtitle: "Students improved within 3 months", category: "Results", value: "AIR Average", buttons: [{ text: "Start Learning", href: "/contact" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -307,83 +238,35 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Sharma, AIR 47 JEE Advanced",
|
||||
date: "Date: 15 November 2024",
|
||||
tag: "Pro Plan User",
|
||||
title: "JEE Agent transformed my preparation strategy!",
|
||||
quote:
|
||||
"The adaptive difficulty and instant doubt resolution saved me 2 hours daily. Mock tests gave me confidence for the actual exam. Went from AIR 350 to AIR 47 in 6 months!",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-male-st-1773147054616-f403a963.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-study-scene-showing-a-student-working--1773147054398-09a8b390.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Rahul Sharma, AIR 47 JEE Advanced", date: "Date: 15 November 2024", tag: "Pro Plan User", title: "JEE Agent transformed my preparation strategy!", quote:
|
||||
"The adaptive difficulty and instant doubt resolution saved me 2 hours daily. Mock tests gave me confidence for the actual exam. Went from AIR 350 to AIR 47 in 6 months!", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-male-st-1773147054616-f403a963.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-study-scene-showing-a-student-working--1773147054398-09a8b390.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Verma, NIT Bombay Selection",
|
||||
date: "Date: 12 November 2024",
|
||||
tag: "Advanced Plan User",
|
||||
title: "The 1-on-1 sessions with experts made all the difference",
|
||||
quote:
|
||||
"Struggling with quantum mechanics, but the personalized coaching sessions clarified everything. The performance analytics helped me focus on weak areas. Definitely recommend!",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-female--1773147055891-0710672d.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/close-up-of-a-student-working-through-qu-1773147057415-cc00deb8.png?_wi=1",
|
||||
},
|
||||
id: "2", name: "Priya Verma, NIT Bombay Selection", date: "Date: 12 November 2024", tag: "Advanced Plan User", title: "The 1-on-1 sessions with experts made all the difference", quote:
|
||||
"Struggling with quantum mechanics, but the personalized coaching sessions clarified everything. The performance analytics helped me focus on weak areas. Definitely recommend!", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-female--1773147055891-0710672d.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/close-up-of-a-student-working-through-qu-1773147057415-cc00deb8.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun Patel, Self-Study Learner",
|
||||
date: "Date: 10 November 2024",
|
||||
tag: "Starter Plan User",
|
||||
title: "Perfect for self-study preparation",
|
||||
quote:
|
||||
"No coaching center could offer this personalized approach. AI tutor answered every doubt instantly. The free plan itself is incredible - I upgraded to Pro after 2 weeks!",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-male-st-1773147054363-6efb3040.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-student-working-independently-at-home--1773147054960-78555953.png?_wi=1",
|
||||
},
|
||||
id: "3", name: "Arjun Patel, Self-Study Learner", date: "Date: 10 November 2024", tag: "Starter Plan User", title: "Perfect for self-study preparation", quote:
|
||||
"No coaching center could offer this personalized approach. AI tutor answered every doubt instantly. The free plan itself is incredible - I upgraded to Pro after 2 weeks!", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-male-st-1773147054363-6efb3040.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-student-working-independently-at-home--1773147054960-78555953.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Gupta, Repeat Aspirant",
|
||||
date: "Date: 8 November 2024",
|
||||
tag: "Advanced Plan User",
|
||||
title: "Second attempt success with focused revision",
|
||||
quote:
|
||||
"The revision modules pinpointed my weak topics instantly. Smart study schedule saved me from burnout. From AIR 189 to AIR 82. Thank you JEE Agent!",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-female--1773147056471-1c4686bf.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-student-reviewing-performance-analytic-1773147056536-9ad7872c.png?_wi=1",
|
||||
},
|
||||
id: "4", name: "Sneha Gupta, Repeat Aspirant", date: "Date: 8 November 2024", tag: "Advanced Plan User", title: "Second attempt success with focused revision", quote:
|
||||
"The revision modules pinpointed my weak topics instantly. Smart study schedule saved me from burnout. From AIR 189 to AIR 82. Thank you JEE Agent!", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-female--1773147056471-1c4686bf.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-student-reviewing-performance-analytic-1773147056536-9ad7872c.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Karan Singh, IIT Delhi Selection",
|
||||
date: "Date: 5 November 2024",
|
||||
tag: "Pro Plan User",
|
||||
title: "Best investment in my JEE journey",
|
||||
quote:
|
||||
"Mock tests every week kept me on track. Performance dashboard showed exactly where I stood. Cleared JEE Main with 267 marks, Advanced with AIR 156!",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-male-st-1773147056638-b80e5353.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-successful-student-celebrating-achieve-1773147054686-189aae8c.png?_wi=1",
|
||||
},
|
||||
id: "5", name: "Karan Singh, IIT Delhi Selection", date: "Date: 5 November 2024", tag: "Pro Plan User", title: "Best investment in my JEE journey", quote:
|
||||
"Mock tests every week kept me on track. Performance dashboard showed exactly where I stood. Cleared JEE Main with 267 marks, Advanced with AIR 156!", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-male-st-1773147056638-b80e5353.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-successful-student-celebrating-achieve-1773147054686-189aae8c.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Divya Nair, Chemistry Topper",
|
||||
date: "Date: 2 November 2024",
|
||||
tag: "Advanced Plan User",
|
||||
title: "Chemistry concepts finally make sense",
|
||||
quote:
|
||||
"The visualizations and step-by-step explanations transformed my approach to chemistry. Went from 35/100 to 94/100 in organic chemistry. Absolutely grateful!",
|
||||
avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-female--1773147054936-dc8707ef.png",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-chemistry-enthusiast-student-working-t-1773147055671-37a0dce5.png?_wi=1",
|
||||
},
|
||||
id: "6", name: "Divya Nair, Chemistry Topper", date: "Date: 2 November 2024", tag: "Advanced Plan User", title: "Chemistry concepts finally make sense", quote:
|
||||
"The visualizations and step-by-step explanations transformed my approach to chemistry. Went from 35/100 to 94/100 in organic chemistry. Absolutely grateful!", avatarSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/professional-headshot-of-a-young-female--1773147054936-dc8707ef.png", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkqVlXjY3wLh9kFYa0STIngaFv/a-chemistry-enthusiast-student-working-t-1773147055671-37a0dce5.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -399,65 +282,35 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does the AI tutor work?",
|
||||
content:
|
||||
"Our AI tutor uses advanced machine learning to understand your questions and provide personalized explanations. It analyzes your learning patterns, identifies weak areas, and adapts its teaching style to match your pace. When you ask a doubt, the AI breaks down complex concepts into digestible parts with visual aids and real-world examples.",
|
||||
},
|
||||
id: "1", title: "How does the AI tutor work?", content:
|
||||
"Our AI tutor uses advanced machine learning to understand your questions and provide personalized explanations. It analyzes your learning patterns, identifies weak areas, and adapts its teaching style to match your pace. When you ask a doubt, the AI breaks down complex concepts into digestible parts with visual aids and real-world examples."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I use JEE Agent alongside my coaching center?",
|
||||
content:
|
||||
"Absolutely! Many students use JEE Agent as a complement to their coaching. The 24/7 AI tutor helps with instant doubt resolution outside class hours. Adaptive mock tests and performance analytics provide additional perspective on your progress. The personalized recommendations help optimize your overall study schedule.",
|
||||
},
|
||||
id: "2", title: "Can I use JEE Agent alongside my coaching center?", content:
|
||||
"Absolutely! Many students use JEE Agent as a complement to their coaching. The 24/7 AI tutor helps with instant doubt resolution outside class hours. Adaptive mock tests and performance analytics provide additional perspective on your progress. The personalized recommendations help optimize your overall study schedule."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How accurate are the mock tests?",
|
||||
content:
|
||||
"Our mock tests are designed by IIT alumni and JEE coaching experts. They match the exact difficulty level and pattern of actual JEE exams. With 15,000+ completed mocks and constant refinement, our tests provide highly accurate AIR predictions. Each test includes detailed solution explanations and topic-wise breakdowns.",
|
||||
},
|
||||
id: "3", title: "How accurate are the mock tests?", content:
|
||||
"Our mock tests are designed by IIT alumni and JEE coaching experts. They match the exact difficulty level and pattern of actual JEE exams. With 15,000+ completed mocks and constant refinement, our tests provide highly accurate AIR predictions. Each test includes detailed solution explanations and topic-wise breakdowns."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Is there a free trial?",
|
||||
content:
|
||||
"Yes! Our Free Starter plan gives you access to 20 AI doubt resolutions per month, practice problems, and basic progress tracking. You can experience the platform's core features at zero cost. Upgrade to Pro or Advanced whenever you're ready for unlimited features and personalized coaching.",
|
||||
},
|
||||
id: "4", title: "Is there a free trial?", content:
|
||||
"Yes! Our Free Starter plan gives you access to 20 AI doubt resolutions per month, practice problems, and basic progress tracking. You can experience the platform's core features at zero cost. Upgrade to Pro or Advanced whenever you're ready for unlimited features and personalized coaching."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I access content on mobile?",
|
||||
content:
|
||||
"JEE Agent is fully optimized for mobile devices. Study on your phone, tablet, or desktop - your progress syncs automatically. The mobile app includes all features: AI tutoring, mock tests, performance analytics, and study recommendations. Learn whenever and wherever convenient.",
|
||||
},
|
||||
id: "5", title: "Can I access content on mobile?", content:
|
||||
"JEE Agent is fully optimized for mobile devices. Study on your phone, tablet, or desktop - your progress syncs automatically. The mobile app includes all features: AI tutoring, mock tests, performance analytics, and study recommendations. Learn whenever and wherever convenient."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How is my data and privacy protected?",
|
||||
content:
|
||||
"We take data privacy seriously. All your study data, personal information, and performance analytics are encrypted end-to-end. We comply with international data protection standards (GDPR). Your data is never shared with third parties and is used only to improve your personalized learning experience.",
|
||||
},
|
||||
id: "6", title: "How is my data and privacy protected?", content:
|
||||
"We take data privacy seriously. All your study data, personal information, and performance analytics are encrypted end-to-end. We comply with international data protection standards (GDPR). Your data is never shared with third parties and is used only to improve your personalized learning experience."},
|
||||
{
|
||||
id: "7",
|
||||
title: "What if I'm not satisfied within 14 days?",
|
||||
content:
|
||||
"We offer a full 14-day money-back guarantee on all paid plans. No questions asked. If you feel JEE Agent isn't right for you, contact our support team and get a refund. We're confident you'll love it, but we understand prep journeys are unique.",
|
||||
},
|
||||
id: "7", title: "What if I'm not satisfied within 14 days?", content:
|
||||
"We offer a full 14-day money-back guarantee on all paid plans. No questions asked. If you feel JEE Agent isn't right for you, contact our support team and get a refund. We're confident you'll love it, but we understand prep journeys are unique."},
|
||||
{
|
||||
id: "8",
|
||||
title: "How often are new mock tests added?",
|
||||
content:
|
||||
"We add 8-10 new full-length mock tests every month, covering JEE Main and Advanced patterns. Mock tests are designed by our expert panel and include questions from latest exam trends. All users get immediate access to new content.",
|
||||
},
|
||||
id: "8", title: "How often are new mock tests added?", content:
|
||||
"We add 8-10 new full-length mock tests every month, covering JEE Main and Advanced patterns. Mock tests are designed by our expert panel and include questions from latest exam trends. All users get immediate access to new content."},
|
||||
{
|
||||
id: "9",
|
||||
title: "Can I track my progress over time?",
|
||||
content:
|
||||
"Our advanced analytics dashboard shows your complete learning journey. Track score trends, topic-wise accuracy, time management, weak areas, and AIR prediction. Get weekly performance summaries and personalized improvement recommendations based on data-driven insights.",
|
||||
},
|
||||
id: "9", title: "Can I track my progress over time?", content:
|
||||
"Our advanced analytics dashboard shows your complete learning journey. Track score trends, topic-wise accuracy, time management, weak areas, and AIR prediction. Get weekly performance summaries and personalized improvement recommendations based on data-driven insights."},
|
||||
{
|
||||
id: "10",
|
||||
title: "How does the adaptive learning path work?",
|
||||
content:
|
||||
"The AI analyzes your mock test performance, doubt patterns, and learning speed to create a personalized study schedule. It recommends which topics to focus on, optimal difficulty levels, and revision timing. The path adjusts continuously based on your progress and performance.",
|
||||
},
|
||||
id: "10", title: "How does the adaptive learning path work?", content:
|
||||
"The AI analyzes your mock test performance, doubt patterns, and learning speed to create a personalized study schedule. It recommends which topics to focus on, optimal difficulty levels, and revision timing. The path adjusts continuously based on your progress and performance."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user