Merge version_1 into main #1
319
src/app/page.tsx
319
src/app/page.tsx
@@ -33,35 +33,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#cbt-interface",
|
||||
},
|
||||
name: "Features", id: "#cbt-interface"},
|
||||
{
|
||||
name: "Analytics",
|
||||
id: "#analytics",
|
||||
},
|
||||
name: "Analytics", id: "#analytics"},
|
||||
{
|
||||
name: "AI Coach",
|
||||
id: "#ai-coach",
|
||||
},
|
||||
name: "AI Coach", id: "#ai-coach"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQ", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="JEE Titan AI"
|
||||
button={{
|
||||
text: "Login",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Login", href: "#"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,42 +55,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
imagePosition="right"
|
||||
title="Your Personal JEE AI CBT Platform"
|
||||
description="Crack IIT Bombay CSE with data, discipline, and AI. Daily practice, personalized analytics, and smart revision powered by your AI Coach."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Test",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Test", href: "#"},
|
||||
{
|
||||
text: "Practice Mistakes",
|
||||
href: "#",
|
||||
},
|
||||
text: "Practice Mistakes", href: "#"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-student-woman_329181-14850.jpg",
|
||||
alt: "Focused student avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-student-woman_329181-14850.jpg", alt: "Focused student avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/growth-rate-chart-infograph-vector_53876-59837.jpg",
|
||||
alt: "Contemplative student avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/growth-rate-chart-infograph-vector_53876-59837.jpg", alt: "Contemplative student avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/flat-student-characters-collection_23-2147530258.jpg",
|
||||
alt: "Innovative student avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/flat-student-characters-collection_23-2147530258.jpg", alt: "Innovative student avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023398.jpg",
|
||||
alt: "Confident student avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-3d-practicing-lawyer_23-2151023398.jpg", alt: "Confident student avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-student-posing-against-pink-wall-with-glasses_273609-20570.jpg",
|
||||
alt: "Lovely student posing against the pink wall with glasses",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-student-posing-against-pink-wall-with-glasses_273609-20570.jpg", alt: "Lovely student posing against the pink wall with glasses"},
|
||||
]}
|
||||
avatarText="1000+ Questions Solved Daily"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employee-putting-sticky-notes-laptop-screen-as-work-reminder-company-office-manager-using-adhesive-post-it-paper-display-remember-business-schedule-presentation-close-up_482257-33914.jpg"
|
||||
@@ -113,29 +84,19 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={false}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Daily Challenges",
|
||||
icon: Trophy,
|
||||
type: "text-icon", text: "Daily Challenges", icon: Trophy,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Smart Revision",
|
||||
icon: Repeat,
|
||||
type: "text-icon", text: "Smart Revision", icon: Repeat,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mistake Book",
|
||||
icon: BookOpen,
|
||||
type: "text-icon", text: "Mistake Book", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "AI Prioritization",
|
||||
icon: Lightbulb,
|
||||
type: "text-icon", text: "AI Prioritization", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Progress Tracking",
|
||||
icon: LineChart,
|
||||
type: "text-icon", text: "Progress Tracking", icon: LineChart,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -151,24 +112,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: User,
|
||||
title: "Personal Login",
|
||||
description: "Secure, dedicated access just for you. Your data, your progress, always protected.",
|
||||
},
|
||||
title: "Personal Login", description: "Secure, dedicated access just for you. Your data, your progress, always protected."},
|
||||
{
|
||||
icon: Grid,
|
||||
title: "CBT Exam Layout",
|
||||
description: "Physics, Chemistry, Maths sections, Mark for Review, Save & Next functionality for realistic practice.",
|
||||
},
|
||||
title: "CBT Exam Layout", description: "Physics, Chemistry, Maths sections, Mark for Review, Save & Next functionality for realistic practice."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Diverse Question Types",
|
||||
description: "Practice Single, Multiple Correct, and Integer Type questions just like in the actual JEE exams.",
|
||||
},
|
||||
title: "Diverse Question Types", description: "Practice Single, Multiple Correct, and Integer Type questions just like in the actual JEE exams."},
|
||||
{
|
||||
icon: Timer,
|
||||
title: "Integrated Timer & Palette",
|
||||
description: "Manage your time effectively with an on-screen timer and navigate questions easily with the question palette.",
|
||||
},
|
||||
title: "Integrated Timer & Palette", description: "Manage your time effectively with an on-screen timer and navigate questions easily with the question palette."},
|
||||
]}
|
||||
title="JEE Main/Advanced CBT Interface"
|
||||
description="Experience an exact replica of the JEE exam environment. Practice with single, multiple correct, and integer type questions with essential tools."
|
||||
@@ -181,44 +134,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "86%",
|
||||
title: "Overall Accuracy",
|
||||
items: [
|
||||
"Across all subjects and tests",
|
||||
"Identify improvement areas",
|
||||
],
|
||||
id: "m1", value: "86%", title: "Overall Accuracy", items: [
|
||||
"Across all subjects and tests", "Identify improvement areas"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2.5 min",
|
||||
title: "Avg. Time/Question",
|
||||
items: [
|
||||
"Per question time tracking",
|
||||
"Optimize speed and efficiency",
|
||||
],
|
||||
id: "m2", value: "2.5 min", title: "Avg. Time/Question", items: [
|
||||
"Per question time tracking", "Optimize speed and efficiency"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "90%",
|
||||
title: "Chapter Mastery",
|
||||
items: [
|
||||
"Subject & chapter-wise breakdown",
|
||||
"Pinpoint strong and weak topics",
|
||||
],
|
||||
id: "m3", value: "90%", title: "Chapter Mastery", items: [
|
||||
"Subject & chapter-wise breakdown", "Pinpoint strong and weak topics"],
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "IIT Target",
|
||||
title: "JEE Readiness",
|
||||
items: [
|
||||
"Estimated JEE Main/Advanced scores",
|
||||
"Track progress towards IIT Bombay CSE",
|
||||
],
|
||||
id: "m4", value: "IIT Target", title: "JEE Readiness", items: [
|
||||
"Estimated JEE Main/Advanced scores", "Track progress towards IIT Bombay CSE"],
|
||||
},
|
||||
]}
|
||||
title="Detailed Performance Metrics"
|
||||
description="Track every aspect of your preparation with in-depth analysis of your tests and progress over time."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -230,53 +164,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "qb1",
|
||||
name: "JEE Main PYQs",
|
||||
price: "Unlimited",
|
||||
variant: "Past Year Papers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-using-laptop-front-table-with-schedules-graphics-using-laptop-job-business-activity_140725-16041.jpg",
|
||||
imageAlt: "JEE Main Past Year Questions",
|
||||
},
|
||||
id: "qb1", name: "JEE Main PYQs", price: "Unlimited", variant: "Past Year Papers", imageSrc: "http://img.b2bpic.net/free-photo/front-view-girl-using-laptop-front-table-with-schedules-graphics-using-laptop-job-business-activity_140725-16041.jpg", imageAlt: "JEE Main Past Year Questions"},
|
||||
{
|
||||
id: "qb2",
|
||||
name: "JEE Advanced PYQs",
|
||||
price: "Unlimited",
|
||||
variant: "Past Year Papers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desk-artist-with-lots-stationery-objects_93675-133141.jpg",
|
||||
imageAlt: "JEE Advanced Past Year Questions",
|
||||
},
|
||||
id: "qb2", name: "JEE Advanced PYQs", price: "Unlimited", variant: "Past Year Papers", imageSrc: "http://img.b2bpic.net/free-photo/desk-artist-with-lots-stationery-objects_93675-133141.jpg", imageAlt: "JEE Advanced Past Year Questions"},
|
||||
{
|
||||
id: "qb3",
|
||||
name: "Coaching Modules",
|
||||
price: "Custom Import",
|
||||
variant: "Personalized Content",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-with-tampons_23-2148025719.jpg",
|
||||
imageAlt: "Coaching questions import",
|
||||
},
|
||||
id: "qb3", name: "Coaching Modules", price: "Custom Import", variant: "Personalized Content", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-with-tampons_23-2148025719.jpg", imageAlt: "Coaching questions import"},
|
||||
{
|
||||
id: "qb4",
|
||||
name: "Image & Formulas",
|
||||
price: "Full Support",
|
||||
variant: "Rich Content",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-battery-icon-front-side_187299-39242.jpg",
|
||||
imageAlt: "Questions with images and formulas",
|
||||
},
|
||||
id: "qb4", name: "Image & Formulas", price: "Full Support", variant: "Rich Content", imageSrc: "http://img.b2bpic.net/free-photo/empty-battery-icon-front-side_187299-39242.jpg", imageAlt: "Questions with images and formulas"},
|
||||
{
|
||||
id: "qb5",
|
||||
name: "PDF Import",
|
||||
price: "Smart Upload",
|
||||
variant: "Effortless Integration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-friends-holding-download-icon_53876-74916.jpg",
|
||||
imageAlt: "Import questions from PDF",
|
||||
},
|
||||
id: "qb5", name: "PDF Import", price: "Smart Upload", variant: "Effortless Integration", imageSrc: "http://img.b2bpic.net/free-photo/young-female-friends-holding-download-icon_53876-74916.jpg", imageAlt: "Import questions from PDF"},
|
||||
{
|
||||
id: "qb6",
|
||||
name: "Chapter & Difficulty Tags",
|
||||
price: "Organized",
|
||||
variant: "Custom Filtering",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-squares-top-view_23-2148999204.jpg",
|
||||
imageAlt: "Questions tagged by chapter and difficulty",
|
||||
},
|
||||
id: "qb6", name: "Chapter & Difficulty Tags", price: "Organized", variant: "Custom Filtering", imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-squares-top-view_23-2148999204.jpg", imageAlt: "Questions tagged by chapter and difficulty"},
|
||||
]}
|
||||
title="Comprehensive Question Bank"
|
||||
description="Build your ultimate practice resource. Add, organize, and manage questions from various sources with ease."
|
||||
@@ -289,67 +187,32 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "AI Insight",
|
||||
role: "Performance Analysis",
|
||||
company: "JEE Titan AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-robotic-arm-interacting-with-data-visualization_23-2152005481.jpg",
|
||||
imageAlt: "AI performance insight",
|
||||
},
|
||||
id: "t1", name: "AI Insight", role: "Performance Analysis", company: "JEE Titan AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-robotic-arm-interacting-with-data-visualization_23-2152005481.jpg", imageAlt: "AI performance insight"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "AI Mentor",
|
||||
role: "Concept Revision",
|
||||
company: "JEE Titan AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-futuristic-kid-robot_23-2151111365.jpg",
|
||||
imageAlt: "AI concept revision recommendation",
|
||||
},
|
||||
id: "t2", name: "AI Mentor", role: "Concept Revision", company: "JEE Titan AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-futuristic-kid-robot_23-2151111365.jpg", imageAlt: "AI concept revision recommendation"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "AI Analyzer",
|
||||
role: "Weak Area Identification",
|
||||
company: "JEE Titan AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/firewall-breached-cyber-security-alert_23-2152001125.jpg",
|
||||
imageAlt: "AI weak area identification",
|
||||
},
|
||||
id: "t3", name: "AI Analyzer", role: "Weak Area Identification", company: "JEE Titan AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/firewall-breached-cyber-security-alert_23-2152001125.jpg", imageAlt: "AI weak area identification"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "AI Predictor",
|
||||
role: "Progress Forecasting",
|
||||
company: "JEE Titan AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-climbing-arrow-graph_1048-3588.jpg",
|
||||
imageAlt: "AI progress prediction",
|
||||
},
|
||||
id: "t4", name: "AI Predictor", role: "Progress Forecasting", company: "JEE Titan AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robot-climbing-arrow-graph_1048-3588.jpg", imageAlt: "AI progress prediction"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "AI Debugger",
|
||||
role: "Mistake Analysis",
|
||||
company: "JEE Titan AI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-computer-engineer-updating-ai-satisfied-after-finishing-code-script_482257-91106.jpg",
|
||||
imageAlt: "AI mistake analysis",
|
||||
},
|
||||
id: "t5", name: "AI Debugger", role: "Mistake Analysis", company: "JEE Titan AI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-computer-engineer-updating-ai-satisfied-after-finishing-code-script_482257-91106.jpg", imageAlt: "AI mistake analysis"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "62%",
|
||||
label: "Current IITB CSE Level",
|
||||
},
|
||||
value: "62%", label: "Current IITB CSE Level"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Target IITB CSE Level",
|
||||
},
|
||||
value: "95%", label: "Target IITB CSE Level"},
|
||||
{
|
||||
value: "↑ Improving",
|
||||
label: "Progress Trajectory",
|
||||
},
|
||||
value: "↑ Improving", label: "Progress Trajectory"},
|
||||
]}
|
||||
title="Your Dedicated AI Study Coach"
|
||||
description="Beyond just a test platform, experience personalized guidance, smart revision, and predictive analysis to conquer IIT Bombay CSE."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -358,14 +221,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Daily Challenge",
|
||||
"Smart Revision",
|
||||
"Mistake Book",
|
||||
"AI Priority",
|
||||
"IITB CSE Tracker",
|
||||
"Future Me Report",
|
||||
"XP System",
|
||||
]}
|
||||
"Daily Challenge", "Smart Revision", "Mistake Book", "AI Priority", "IITB CSE Tracker", "Future Me Report", "XP System"]}
|
||||
title="Smart Improvement Suggestions"
|
||||
description="Your AI coach proactively identifies weak areas and suggests daily challenges, smart revisions, and priority topics for optimal JEE preparation."
|
||||
speed={40}
|
||||
@@ -379,20 +235,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does Per Question Analysis optimize my study?",
|
||||
content: "Our platform tracks time spent, correctness, confidence, and revisits for each question, providing granular insights into your strengths and weaknesses to refine your strategy.",
|
||||
},
|
||||
id: "q1", title: "How does Per Question Analysis optimize my study?", content: "Our platform tracks time spent, correctness, confidence, and revisits for each question, providing granular insights into your strengths and weaknesses to refine your strategy."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What capabilities does the AI Mentor offer?",
|
||||
content: "The AI Mentor provides instant solutions, short concept revisions, identifies mistake types (concept vs. calculation), and suggests similar practice questions to solidify your understanding.",
|
||||
},
|
||||
id: "q2", title: "What capabilities does the AI Mentor offer?", content: "The AI Mentor provides instant solutions, short concept revisions, identifies mistake types (concept vs. calculation), and suggests similar practice questions to solidify your understanding."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How accurate is the IIT Bombay CSE Tracker?",
|
||||
content: "The tracker compares your performance against previous tests to provide a personal percentile, improvement graphs, and estimates your JEE Main & Advanced readiness based on your target IIT Bombay CSE.",
|
||||
},
|
||||
id: "q3", title: "How accurate is the IIT Bombay CSE Tracker?", content: "The tracker compares your performance against previous tests to provide a personal percentile, improvement graphs, and estimates your JEE Main & Advanced readiness based on your target IIT Bombay CSE."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about JEE Titan AI's features and how it can supercharge your JEE preparation."
|
||||
@@ -404,8 +251,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Ready to become a JEE Titan?"
|
||||
description="Join the platform and revolutionize your JEE preparation with personalized AI coaching. Sign up for early access today!"
|
||||
@@ -419,58 +265,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "CBT Interface",
|
||||
href: "#cbt-interface",
|
||||
},
|
||||
label: "CBT Interface", href: "#cbt-interface"},
|
||||
{
|
||||
label: "AI Coach",
|
||||
href: "#ai-coach",
|
||||
},
|
||||
label: "AI Coach", href: "#ai-coach"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "#analytics",
|
||||
},
|
||||
label: "Analytics", href: "#analytics"},
|
||||
{
|
||||
label: "Question Bank",
|
||||
href: "#question-bank",
|
||||
},
|
||||
label: "Question Bank", href: "#question-bank"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Study Plans",
|
||||
href: "#",
|
||||
},
|
||||
label: "Study Plans", href: "#"},
|
||||
{
|
||||
label: "Mistake Book",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mistake Book", href: "#"},
|
||||
{
|
||||
label: "Formula Notebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Formula Notebook", href: "#"},
|
||||
{
|
||||
label: "Daily Challenges",
|
||||
href: "#",
|
||||
},
|
||||
label: "Daily Challenges", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user