Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-04 16:08:25 +00:00
4 changed files with 70 additions and 212 deletions

View File

@@ -16,7 +16,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -33,8 +33,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Start Learning",
href: "/auth/signup"
text: "Start Learning", href: "/auth/signup"
}}
animateOnLoad={true}
/>
@@ -48,7 +47,7 @@ export default function ContactPage() {
description="Have questions about MentIQ? Our support team is ready to assist you. Subscribe to our newsletter for updates, tips, and exclusive features for students."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your.email@example.com"
buttonText="Subscribe"
@@ -66,34 +65,22 @@ export default function ContactPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "How do I contact customer support?",
content: "You can reach our support team at support@mentiq.com or through the help section in your MentIQ dashboard. Response time is typically within 24 hours for all inquiries."
id: "1", title: "How do I contact customer support?", content: "You can reach our support team at support@mentiq.com or through the help section in your MentIQ dashboard. Response time is typically within 24 hours for all inquiries."
},
{
id: "2",
title: "What are your business hours?",
content: "Our support team operates Monday to Friday, 9 AM to 6 PM IST. For urgent issues, please email support with 'URGENT' in the subject line. We'll prioritize your request."
id: "2", title: "What are your business hours?", content: "Our support team operates Monday to Friday, 9 AM to 6 PM IST. For urgent issues, please email support with 'URGENT' in the subject line. We'll prioritize your request."
},
{
id: "3",
title: "Is there a phone support option?",
content: "Phone support is available for annual plan subscribers. Call +91-XXX-XXX-XXXX during business hours. For other plans, email support is available 24/7."
id: "3", title: "Is there a phone support option?", content: "Phone support is available for annual plan subscribers. Call +91-XXX-XXX-XXXX during business hours. For other plans, email support is available 24/7."
},
{
id: "4",
title: "How do I report a technical issue?",
content: "If you encounter any technical problems, please report them through the 'Report Issue' button in your dashboard or email support@mentiq.com with details and screenshots if possible."
id: "4", title: "How do I report a technical issue?", content: "If you encounter any technical problems, please report them through the 'Report Issue' button in your dashboard or email support@mentiq.com with details and screenshots if possible."
},
{
id: "5",
title: "Do you have a community forum?",
content: "Yes! Join our active community forum at forum.mentiq.com where students and teachers share tips, discuss challenges, and help each other. It's a great resource for learning strategies."
id: "5", title: "Do you have a community forum?", content: "Yes! Join our active community forum at forum.mentiq.com where students and teachers share tips, discuss challenges, and help each other. It's a great resource for learning strategies."
},
{
id: "6",
title: "How can I provide feedback or suggest features?",
content: "We love hearing from our users! Visit feedback.mentiq.com to submit feature requests and suggestions. Vote on existing requests to show what the community wants most."
id: "6", title: "How can I provide feedback or suggest features?", content: "We love hearing from our users! Visit feedback.mentiq.com to submit feature requests and suggestions. Vote on existing requests to show what the community wants most."
}
]}
faqsAnimation="slide-up"
@@ -108,8 +95,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Learning Modes", href: "/" },
{ label: "Pricing", href: "/pricing" },
@@ -117,8 +103,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -126,8 +111,7 @@ export default function ContactPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },

View File

@@ -17,7 +17,7 @@ export default function FeaturesPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -34,8 +34,7 @@ export default function FeaturesPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Start Learning",
href: "/auth/signup"
text: "Start Learning", href: "/auth/signup"
}}
animateOnLoad={true}
/>
@@ -51,12 +50,8 @@ export default function FeaturesPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Infinite Question Generation Engine",
description: "Our proprietary question generation algorithm creates millions of unique mathematical problems using sophisticated parameter randomization and intelligent topic distribution. Each question is curriculum-aligned and difficulty-calibrated based on student performance metrics.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-representation-of-infinite-ques-1772640249113-02947489.png?_wi=2",
imageAlt: "Infinite question generation visualization"
id: "1", title: "Infinite Question Generation Engine", description: "Our proprietary question generation algorithm creates millions of unique mathematical problems using sophisticated parameter randomization and intelligent topic distribution. Each question is curriculum-aligned and difficulty-calibrated based on student performance metrics.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-representation-of-infinite-ques-1772640249113-02947489.png", imageAlt: "Infinite question generation visualization"
},
items: [
{ icon: Shuffle, text: "Parameter randomization ensures uniqueness" },
@@ -66,12 +61,8 @@ export default function FeaturesPage() {
reverse: false
},
{
id: "2",
title: "Adaptive Learning Pathways",
description: "Our adaptive difficulty scaling system adjusts question complexity in real-time based on student responses. Questions automatically increase in difficulty after correct answers and provide targeted review for areas of weakness, maintaining optimal challenge levels.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-showing-adaptive-difficulty-sca-1772640248444-d50a4b02.png?_wi=2",
imageAlt: "Adaptive difficulty scaling progression"
id: "2", title: "Adaptive Learning Pathways", description: "Our adaptive difficulty scaling system adjusts question complexity in real-time based on student responses. Questions automatically increase in difficulty after correct answers and provide targeted review for areas of weakness, maintaining optimal challenge levels.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-showing-adaptive-difficulty-sca-1772640248444-d50a4b02.png", imageAlt: "Adaptive difficulty scaling progression"
},
items: [
{ icon: TrendingUp, text: "Class-aligned progression system" },
@@ -81,12 +72,8 @@ export default function FeaturesPage() {
reverse: true
},
{
id: "3",
title: "Comprehensive Analytics Dashboard",
description: "Track detailed performance metrics across multiple dimensions. Visualize accuracy trends by topic, monitor reaction time improvements, identify weak areas, and access a complete practice history. Analytics-driven insights help students focus improvement efforts effectively.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-comprehensive-analytics-dashboard-show-1772640249237-88f6b1e8.png?_wi=2",
imageAlt: "Performance analytics dashboard"
id: "3", title: "Comprehensive Analytics Dashboard", description: "Track detailed performance metrics across multiple dimensions. Visualize accuracy trends by topic, monitor reaction time improvements, identify weak areas, and access a complete practice history. Analytics-driven insights help students focus improvement efforts effectively.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-comprehensive-analytics-dashboard-show-1772640249237-88f6b1e8.png", imageAlt: "Performance analytics dashboard"
},
items: [
{ icon: BarChart3, text: "Accuracy tracking by topic" },
@@ -125,7 +112,7 @@ export default function FeaturesPage() {
description="Join thousands of students who are already improving their math skills with MentIQ. Start your free trial now and experience adaptive learning firsthand."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your.email@example.com"
buttonText="Get Started"
@@ -138,8 +125,7 @@ export default function FeaturesPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Learning Modes", href: "/" },
{ label: "Pricing", href: "/pricing" },
@@ -147,8 +133,7 @@ export default function FeaturesPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -156,8 +141,7 @@ export default function FeaturesPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },

View File

@@ -27,7 +27,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -44,8 +44,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Start Learning",
href: "/auth/signup"
text: "Start Learning", href: "/auth/signup"
}}
animateOnLoad={true}
/>
@@ -59,15 +58,13 @@ export default function HomePage() {
tag="Class 112 Math Platform"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-modern-adaptive-learning-dashboard-int-1772640248795-3b58151b.png",
imageAlt: "MentIQ adaptive dashboard showing student progress"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-modern-adaptive-learning-dashboard-int-1772640248795-3b58151b.png", imageAlt: "MentIQ adaptive dashboard showing student progress"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-screenshot-of-matchmode-tile-matching--1772640248400-1c9ecd1b.png?_wi=1",
imageAlt: "MatchMode tile matching gameplay example"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-screenshot-of-matchmode-tile-matching--1772640248400-1c9ecd1b.png", imageAlt: "MatchMode tile matching gameplay example"
}
]}
mediaAnimation="slide-up"
@@ -107,12 +104,8 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Infinite Question Generation",
description: "Never encounter the same question twice. Our proprietary algorithm generates millions of unique mathematical problems using parameter randomization and topic distribution.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-representation-of-infinite-ques-1772640249113-02947489.png?_wi=1",
imageAlt: "Infinite question generation visualization"
id: "1", title: "Infinite Question Generation", description: "Never encounter the same question twice. Our proprietary algorithm generates millions of unique mathematical problems using parameter randomization and topic distribution.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-representation-of-infinite-ques-1772640249113-02947489.png", imageAlt: "Infinite question generation visualization"
},
items: [
{ icon: Shuffle, text: "Parameter randomization" },
@@ -122,12 +115,8 @@ export default function HomePage() {
reverse: false
},
{
id: "2",
title: "Adaptive Difficulty Scaling",
description: "Questions automatically adjust based on student performance. Start at your class level and progress through increasingly complex concepts while staying within curriculum boundaries.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-showing-adaptive-difficulty-sca-1772640248444-d50a4b02.png?_wi=1",
imageAlt: "Adaptive difficulty scaling progression"
id: "2", title: "Adaptive Difficulty Scaling", description: "Questions automatically adjust based on student performance. Start at your class level and progress through increasingly complex concepts while staying within curriculum boundaries.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-showing-adaptive-difficulty-sca-1772640248444-d50a4b02.png", imageAlt: "Adaptive difficulty scaling progression"
},
items: [
{ icon: TrendingUp, text: "Class-aligned progression" },
@@ -137,12 +126,8 @@ export default function HomePage() {
reverse: true
},
{
id: "3",
title: "Real-Time Performance Analytics",
description: "Track accuracy per topic, reaction time trends, and identify weak areas instantly. Comprehensive dashboards provide actionable insights for targeted improvement.",
media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-comprehensive-analytics-dashboard-show-1772640249237-88f6b1e8.png?_wi=1",
imageAlt: "Performance analytics dashboard"
id: "3", title: "Real-Time Performance Analytics", description: "Track accuracy per topic, reaction time trends, and identify weak areas instantly. Comprehensive dashboards provide actionable insights for targeted improvement.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-comprehensive-analytics-dashboard-show-1772640249237-88f6b1e8.png", imageAlt: "Performance analytics dashboard"
},
items: [
{ icon: BarChart3, text: "Accuracy by topic" },
@@ -168,34 +153,16 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1",
brand: "MentIQ",
name: "MatchMode",
price: "Strategic Tile Matching",
rating: 5,
reviewCount: "12K+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-screenshot-of-matchmode-tile-matching--1772640248400-1c9ecd1b.png?_wi=2",
imageAlt: "MatchMode tile matching game"
id: "1", brand: "MentIQ", name: "MatchMode", price: "Strategic Tile Matching", rating: 5,
reviewCount: "12K+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-screenshot-of-matchmode-tile-matching--1772640248400-1c9ecd1b.png", imageAlt: "MatchMode tile matching game"
},
{
id: "2",
brand: "MentIQ",
name: "MCQ Practice",
price: "Concept Mastery",
rating: 5,
reviewCount: "15K+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-multiple-choice-question-screen-for-ma-1772640248384-6bad3bc5.png",
imageAlt: "Multiple choice practice questions"
id: "2", brand: "MentIQ", name: "MCQ Practice", price: "Concept Mastery", rating: 5,
reviewCount: "15K+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-multiple-choice-question-screen-for-ma-1772640248384-6bad3bc5.png", imageAlt: "Multiple choice practice questions"
},
{
id: "3",
brand: "MentIQ",
name: "Pulse Mode",
price: "Speed Challenge",
rating: 5,
reviewCount: "18K+",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-high-energy-speed-challenge-screen-for-1772640249146-a2048829.png",
imageAlt: "Pulse Mode speed challenge gameplay"
id: "3", brand: "MentIQ", name: "Pulse Mode", price: "Speed Challenge", rating: 5,
reviewCount: "18K+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-high-energy-speed-challenge-screen-for-1772640249146-a2048829.png", imageAlt: "Pulse Mode speed challenge gameplay"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -215,36 +182,16 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Aisha Patel",
role: "Class 8 Student",
testimonial: "MentIQ made me fall in love with mathematics! The adaptive questions keep me challenged but not overwhelmed. I improved from 62% to 89% accuracy in just 6 weeks.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-professional-headshot-of-a-satisfied-s-1772640245711-23ff45c8.png",
imageAlt: "Aisha Patel"
id: "1", name: "Aisha Patel", role: "Class 8 Student", testimonial: "MentIQ made me fall in love with mathematics! The adaptive questions keep me challenged but not overwhelmed. I improved from 62% to 89% accuracy in just 6 weeks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-professional-headshot-of-a-satisfied-s-1772640245711-23ff45c8.png", imageAlt: "Aisha Patel"
},
{
id: "2",
name: "Rajesh Kumar",
role: "Class 10 Student",
testimonial: "The daily challenges are so addictive! I compete with my classmates on the leaderboard and it motivates me to practice more. My speed solving has improved dramatically.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-diverse-student-portrait-with-warm-con-1772640246659-e0b4f7ca.png",
imageAlt: "Rajesh Kumar"
id: "2", name: "Rajesh Kumar", role: "Class 10 Student", testimonial: "The daily challenges are so addictive! I compete with my classmates on the leaderboard and it motivates me to practice more. My speed solving has improved dramatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-diverse-student-portrait-with-warm-con-1772640246659-e0b4f7ca.png", imageAlt: "Rajesh Kumar"
},
{
id: "3",
name: "Priya Singh",
role: "Class 11 Student",
testimonial: "I struggled with weak topics until MentIQ's analytics showed me exactly where to focus. The personalized practice recommendations are game-changing for exam prep.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-student-portrait-showing-achievement-a-1772640246943-5a82c7f4.png",
imageAlt: "Priya Singh"
id: "3", name: "Priya Singh", role: "Class 11 Student", testimonial: "I struggled with weak topics until MentIQ's analytics showed me exactly where to focus. The personalized practice recommendations are game-changing for exam prep.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-student-portrait-showing-achievement-a-1772640246943-5a82c7f4.png", imageAlt: "Priya Singh"
},
{
id: "4",
name: "Arjun Mehta",
role: "Class 12 Student",
testimonial: "Never thought I'd enjoy math so much. The infinite questions mean I never get bored, and the XP system keeps me coming back daily. Calculus is finally making sense!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-diverse-young-student-portrait-with-en-1772640248603-13f125d9.png",
imageAlt: "Arjun Mehta"
id: "4", name: "Arjun Mehta", role: "Class 12 Student", testimonial: "Never thought I'd enjoy math so much. The infinite questions mean I never get bored, and the XP system keeps me coming back daily. Calculus is finally making sense!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-diverse-young-student-portrait-with-en-1772640248603-13f125d9.png", imageAlt: "Arjun Mehta"
}
]}
animationType="slide-up"
@@ -263,34 +210,22 @@ export default function HomePage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "How does MentIQ generate infinite questions?",
content: "MentIQ uses sophisticated question templates with parameter randomization. Each template can generate thousands of variations by changing numerical values, variables, and mathematical expressions. This ensures students never encounter identical questions while maintaining curriculum alignment."
id: "1", title: "How does MentIQ generate infinite questions?", content: "MentIQ uses sophisticated question templates with parameter randomization. Each template can generate thousands of variations by changing numerical values, variables, and mathematical expressions. This ensures students never encounter identical questions while maintaining curriculum alignment."
},
{
id: "2",
title: "Is MentIQ aligned with school curricula?",
content: "Yes, absolutely. MentIQ covers Class 112 with strict curriculum alignment. All questions fall within the designated class syllabus, ensuring relevance to school studies. The content includes topics from arithmetic basics through advanced calculus."
id: "2", title: "Is MentIQ aligned with school curricula?", content: "Yes, absolutely. MentIQ covers Class 112 with strict curriculum alignment. All questions fall within the designated class syllabus, ensuring relevance to school studies. The content includes topics from arithmetic basics through advanced calculus."
},
{
id: "3",
title: "How does adaptive difficulty work?",
content: "Adaptive difficulty scales based on student performance. Correct answers trigger slightly harder questions, while mistakes trigger review questions. The system maintains an optimal challenge zone where students learn most effectively without frustration."
id: "3", title: "How does adaptive difficulty work?", content: "Adaptive difficulty scales based on student performance. Correct answers trigger slightly harder questions, while mistakes trigger review questions. The system maintains an optimal challenge zone where students learn most effectively without frustration."
},
{
id: "4",
title: "What are the three learning modes?",
content: "MentIQ offers three modes: MatchMode (strategic tile matching), MCQ Practice (concept-focused multiple choice), and Pulse Mode (speed challenges with energy management). Each mode engages different learning styles and problem-solving approaches."
id: "4", title: "What are the three learning modes?", content: "MentIQ offers three modes: MatchMode (strategic tile matching), MCQ Practice (concept-focused multiple choice), and Pulse Mode (speed challenges with energy management). Each mode engages different learning styles and problem-solving approaches."
},
{
id: "5",
title: "How is the leaderboard calculated?",
content: "Leaderboards rank students primarily by accuracy percentage. Secondary ranking factor is completion time—faster solutions rank higher when accuracy is equal. Only real user results appear; no bots or placeholders."
id: "5", title: "How is the leaderboard calculated?", content: "Leaderboards rank students primarily by accuracy percentage. Secondary ranking factor is completion time—faster solutions rank higher when accuracy is equal. Only real user results appear; no bots or placeholders."
},
{
id: "6",
title: "How often is the daily challenge refreshed?",
content: "Daily challenges refresh every 24 hours at midnight. Each user gets one attempt per challenge with a fixed number of questions and time limit. Challenge difficulty represents the upper bounds of the selected class syllabus."
id: "6", title: "How often is the daily challenge refreshed?", content: "Daily challenges refresh every 24 hours at midnight. Each user gets one attempt per challenge with a fixed number of questions and time limit. Challenge difficulty represents the upper bounds of the selected class syllabus."
}
]}
faqsAnimation="slide-up"
@@ -305,8 +240,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Learning Modes", href: "/product" },
{ label: "Pricing", href: "/pricing" },
@@ -314,8 +248,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -323,8 +256,7 @@ export default function HomePage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },

View File

@@ -17,7 +17,7 @@ export default function PricingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -34,8 +34,7 @@ export default function PricingPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Start Learning",
href: "/auth/signup"
text: "Start Learning", href: "/auth/signup"
}}
animateOnLoad={true}
/>
@@ -52,36 +51,16 @@ export default function PricingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
title: "Free Trial",
subtitle: "Perfect for exploring MentIQ",
category: "Beginner",
value: "$0/month",
buttons: [{ text: "Start Free", href: "/auth/signup" }]
id: "1", title: "Free Trial", subtitle: "Perfect for exploring MentIQ", category: "Beginner", value: "$0/month", buttons: [{ text: "Start Free", href: "/auth/signup" }]
},
{
id: "2",
title: "Monthly Pro",
subtitle: "Full access with no commitments",
category: "Popular",
value: "$9.99/month",
buttons: [{ text: "Subscribe Now", href: "/auth/signup" }]
id: "2", title: "Monthly Pro", subtitle: "Full access with no commitments", category: "Popular", value: "$9.99/month", buttons: [{ text: "Subscribe Now", href: "/auth/signup" }]
},
{
id: "3",
title: "Annual Pro",
subtitle: "Best value - save 2 months",
category: "Savings",
value: "$99.99/year",
buttons: [{ text: "Annual Plan", href: "/auth/signup" }]
id: "3", title: "Annual Pro", subtitle: "Best value - save 2 months", category: "Savings", value: "$99.99/year", buttons: [{ text: "Annual Plan", href: "/auth/signup" }]
},
{
id: "4",
title: "Family Plan",
subtitle: "Up to 4 students with shared dashboard",
category: "Group",
value: "$24.99/month",
buttons: [{ text: "Add Family", href: "/auth/signup" }]
id: "4", title: "Family Plan", subtitle: "Up to 4 students with shared dashboard", category: "Group", value: "$24.99/month", buttons: [{ text: "Add Family", href: "/auth/signup" }]
}
]}
/>
@@ -94,34 +73,16 @@ export default function PricingPage() {
description="All MentIQ plans come with essential features to support your learning journey."
products={[
{
id: "1",
brand: "MentIQ",
name: "Infinite Questions",
price: "All Levels",
rating: 5,
reviewCount: "Unlimited",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-representation-of-infinite-ques-1772640249113-02947489.png?_wi=3",
imageAlt: "Infinite questions available"
id: "1", brand: "MentIQ", name: "Infinite Questions", price: "All Levels", rating: 5,
reviewCount: "Unlimited", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-visual-representation-of-infinite-ques-1772640249113-02947489.png", imageAlt: "Infinite questions available"
},
{
id: "2",
brand: "MentIQ",
name: "Real-Time Analytics",
price: "Performance Tracking",
rating: 5,
reviewCount: "Detailed",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-comprehensive-analytics-dashboard-show-1772640249237-88f6b1e8.png?_wi=3",
imageAlt: "Real-time analytics dashboard"
id: "2", brand: "MentIQ", name: "Real-Time Analytics", price: "Performance Tracking", rating: 5,
reviewCount: "Detailed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-comprehensive-analytics-dashboard-show-1772640249237-88f6b1e8.png", imageAlt: "Real-time analytics dashboard"
},
{
id: "3",
brand: "MentIQ",
name: "Competitive Leaderboards",
price: "Daily Challenges",
rating: 5,
reviewCount: "Engaging",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-competitive-leaderboard-screen-showing-1772640248510-5542550f.png",
imageAlt: "Competitive leaderboard rankings"
id: "3", brand: "MentIQ", name: "Competitive Leaderboards", price: "Daily Challenges", rating: 5,
reviewCount: "Engaging", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUHIJm8MLwtMAHKW6zYolVOjEH/a-competitive-leaderboard-screen-showing-1772640248510-5542550f.png", imageAlt: "Competitive leaderboard rankings"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -139,7 +100,7 @@ export default function PricingPage() {
description="No credit card required. Experience MentIQ risk-free for 14 days and discover why thousands of students trust us for their math education."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your.email@example.com"
buttonText="Start Free Trial"
@@ -152,8 +113,7 @@ export default function PricingPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Learning Modes", href: "/" },
{ label: "Pricing", href: "/pricing" },
@@ -161,8 +121,7 @@ export default function PricingPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -170,8 +129,7 @@ export default function PricingPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },