Merge version_1 into main #2
@@ -42,26 +42,11 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Accessibility First",
|
||||
description: "Quality education should be available to all students regardless of background. Our platform is designed to be affordable, inclusive, and easy to use.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/abstract-illustration-of-an-ai-brain-or--1772525615187-0f63a1ce.png?_wi=2",
|
||||
imageAlt: "Accessibility and inclusivity",
|
||||
},
|
||||
id: "01", title: "Accessibility First", description: "Quality education should be available to all students regardless of background. Our platform is designed to be affordable, inclusive, and easy to use.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/abstract-illustration-of-an-ai-brain-or--1772525615187-0f63a1ce.png", imageAlt: "Accessibility and inclusivity"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Conceptual Understanding",
|
||||
description: "We focus on teaching concepts, not just providing answers. MITA guides students through problem-solving processes to build deep understanding.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/clean-organized-diagram-showing-step-by--1772525614109-9d494392.png?_wi=2",
|
||||
imageAlt: "Learning and understanding",
|
||||
},
|
||||
id: "02", title: "Conceptual Understanding", description: "We focus on teaching concepts, not just providing answers. MITA guides students through problem-solving processes to build deep understanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/clean-organized-diagram-showing-step-by--1772525614109-9d494392.png", imageAlt: "Learning and understanding"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Trustworthy Technology",
|
||||
description: "Security and privacy are paramount. We use enterprise-grade encryption and never share student data. Build trust with transparency and ethical practices.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/modern-security-illustration-with-lock-i-1772525613179-215bd499.png?_wi=2",
|
||||
imageAlt: "Security and trust",
|
||||
},
|
||||
id: "03", title: "Trustworthy Technology", description: "Security and privacy are paramount. We use enterprise-grade encryption and never share student data. Build trust with transparency and ethical practices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/modern-security-illustration-with-lock-i-1772525613179-215bd499.png", imageAlt: "Security and trust"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -105,14 +90,13 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png"
|
||||
imageAlt="Students learning and collaborating"
|
||||
logoText="MITA"
|
||||
copyrightText="© 2025 MITA - Modern Intelligent Tutoring Assistant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -120,8 +104,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -129,8 +112,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
|
||||
@@ -54,35 +54,17 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How can I contact technical support?",
|
||||
content: "Our support team is available 24/7 for Premium users, and during business hours for other plans. Email support@mita.ai or use the in-app chat for immediate assistance.",
|
||||
},
|
||||
id: "1", title: "How can I contact technical support?", content: "Our support team is available 24/7 for Premium users, and during business hours for other plans. Email support@mita.ai or use the in-app chat for immediate assistance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's your response time for support tickets?",
|
||||
content: "Free tier: 48 hours. Pro tier: 24 hours. Premium tier: 2 hours. Urgent issues receive priority handling regardless of tier.",
|
||||
},
|
||||
id: "2", title: "What's your response time for support tickets?", content: "Free tier: 48 hours. Pro tier: 24 hours. Premium tier: 2 hours. Urgent issues receive priority handling regardless of tier."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you have a community forum?",
|
||||
content: "Yes! Join our community at community.mita.ai to connect with other students, share study tips, and discuss academic topics with peer support.",
|
||||
},
|
||||
id: "3", title: "Do you have a community forum?", content: "Yes! Join our community at community.mita.ai to connect with other students, share study tips, and discuss academic topics with peer support."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I report a bug or suggest a feature?",
|
||||
content: "Use the feedback tool in the app settings or email feedback@mita.ai. We review all suggestions and regularly implement popular feature requests.",
|
||||
},
|
||||
id: "4", title: "How do I report a bug or suggest a feature?", content: "Use the feedback tool in the app settings or email feedback@mita.ai. We review all suggestions and regularly implement popular feature requests."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there documentation or video tutorials?",
|
||||
content: "Absolutely! Check out our help center at help.mita.ai with detailed guides, video tutorials, and step-by-step walkthroughs for all features.",
|
||||
},
|
||||
id: "5", title: "Is there documentation or video tutorials?", content: "Absolutely! Check out our help center at help.mita.ai with detailed guides, video tutorials, and step-by-step walkthroughs for all features."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can I schedule a call with support?",
|
||||
content: "Premium users get priority scheduling. Others can book a demo call for onboarding. Visit calendar.mita.ai to find available times.",
|
||||
},
|
||||
id: "6", title: "Can I schedule a call with support?", content: "Premium users get priority scheduling. Others can book a demo call for onboarding. Visit calendar.mita.ai to find available times."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -93,14 +75,13 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png"
|
||||
imageAlt="Students learning and collaborating"
|
||||
logoText="MITA"
|
||||
copyrightText="© 2025 MITA - Modern Intelligent Tutoring Assistant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -108,8 +89,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -117,8 +97,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
|
||||
@@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "MITA - AI Academic Assistant for Students",
|
||||
description: "MITA is an intelligent academic assistant powered by AI. Get step-by-step explanations, structured learning, and support across all subjects. Free trial available.",
|
||||
keywords: "AI tutor, academic assistant, homework help, study aid, online learning, education technology",
|
||||
openGraph: {
|
||||
title: "MITA - Intelligent Academic Assistant",
|
||||
description: "Transform your learning with AI-powered academic support. Get instant, structured explanations across all subjects.",
|
||||
siteName: "MITA",
|
||||
type: "website",
|
||||
},
|
||||
title: "MITA - AI Academic Assistant for Students", description: "MITA is an intelligent academic assistant powered by AI. Get step-by-step explanations, structured learning, and support across all subjects. Free trial available.", keywords: "AI tutor, academic assistant, homework help, study aid, online learning, education technology", openGraph: {
|
||||
title: "MITA - Intelligent Academic Assistant", description: "Transform your learning with AI-powered academic support. Get instant, structured explanations across all subjects.", siteName: "MITA", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "MITA - AI Academic Assistant",
|
||||
description: "Smart academic support for students. Get help with Math, Physics, Chemistry, Computer Science, and more.",
|
||||
},
|
||||
card: "summary_large_image", title: "MITA - AI Academic Assistant", description: "Smart academic support for students. Get help with Math, Physics, Chemistry, Computer Science, and more."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
142
src/app/page.tsx
142
src/app/page.tsx
@@ -67,33 +67,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Intelligent AI Responses",
|
||||
description: "Receive detailed, step-by-step explanations tailored to your subject matter. MITA understands context and provides conceptual clarity.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/abstract-illustration-of-an-ai-brain-or--1772525615187-0f63a1ce.png?_wi=1",
|
||||
imageAlt: "AI response generation",
|
||||
},
|
||||
id: "01", title: "Intelligent AI Responses", description: "Receive detailed, step-by-step explanations tailored to your subject matter. MITA understands context and provides conceptual clarity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/abstract-illustration-of-an-ai-brain-or--1772525615187-0f63a1ce.png", imageAlt: "AI response generation"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Structured Learning",
|
||||
description: "Explanations formatted with clear headings, bullet points, and highlighted key concepts. Optimal for understanding and retention.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/clean-organized-diagram-showing-step-by--1772525614109-9d494392.png?_wi=1",
|
||||
imageAlt: "Structured learning paths",
|
||||
},
|
||||
id: "02", title: "Structured Learning", description: "Explanations formatted with clear headings, bullet points, and highlighted key concepts. Optimal for understanding and retention.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/clean-organized-diagram-showing-step-by--1772525614109-9d494392.png", imageAlt: "Structured learning paths"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Multi-Subject Support",
|
||||
description: "Get help across Math, Physics, Chemistry, Biology, Computer Science, and more. Select your subject for optimized responses.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-multiple-academic-subjec-1772525616229-97cdd18d.png",
|
||||
imageAlt: "Multiple academic subjects",
|
||||
},
|
||||
id: "03", title: "Multi-Subject Support", description: "Get help across Math, Physics, Chemistry, Biology, Computer Science, and more. Select your subject for optimized responses.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-multiple-academic-subjec-1772525616229-97cdd18d.png", imageAlt: "Multiple academic subjects"},
|
||||
{
|
||||
id: "04",
|
||||
title: "Secure Storage",
|
||||
description: "All your conversations are encrypted and stored safely. Access your chat history anytime, anywhere for review and learning.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/modern-security-illustration-with-lock-i-1772525613179-215bd499.png?_wi=1",
|
||||
imageAlt: "Data security and privacy",
|
||||
},
|
||||
id: "04", title: "Secure Storage", description: "All your conversations are encrypted and stored safely. Access your chat history anytime, anywhere for review and learning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/modern-security-illustration-with-lock-i-1772525613179-215bd499.png", imageAlt: "Data security and privacy"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -111,33 +91,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sign Up & Log In",
|
||||
price: "Step 1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-a-student-signing-up-or--1772525613771-b872d7c3.png",
|
||||
imageAlt: "Sign up process",
|
||||
},
|
||||
id: "1", name: "Sign Up & Log In", price: "Step 1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-a-student-signing-up-or--1772525613771-b872d7c3.png", imageAlt: "Sign up process"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ask Your Question",
|
||||
price: "Step 2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-a-student-asking-a-quest-1772525613674-e8bc17fb.png",
|
||||
imageAlt: "Ask question interface",
|
||||
},
|
||||
id: "2", name: "Ask Your Question", price: "Step 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-a-student-asking-a-quest-1772525613674-e8bc17fb.png", imageAlt: "Ask question interface"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Get AI Response",
|
||||
price: "Step 3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-an-ai-processing-informa-1772525614201-36f0b636.png",
|
||||
imageAlt: "AI response",
|
||||
},
|
||||
id: "3", name: "Get AI Response", price: "Step 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-an-ai-processing-informa-1772525614201-36f0b636.png", imageAlt: "AI response"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Review & Learn",
|
||||
price: "Step 4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-a-student-reviewing-thei-1772525614532-be0a7bb6.png",
|
||||
imageAlt: "Review history",
|
||||
},
|
||||
id: "4", name: "Review & Learn", price: "Step 4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/illustration-of-a-student-reviewing-thei-1772525614532-be0a7bb6.png", imageAlt: "Review history"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -155,58 +115,31 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for trying MITA",
|
||||
buttons: [
|
||||
id: "basic", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Perfect for trying MITA", buttons: [
|
||||
{ text: "Get Started", href: "/chat" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"50 questions/month",
|
||||
"Single subject access",
|
||||
"Basic chat history",
|
||||
"Email support",
|
||||
],
|
||||
"50 questions/month", "Single subject access", "Basic chat history", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Professional",
|
||||
badgeIcon: Zap,
|
||||
price: "$9.99/mo",
|
||||
subtitle: "For serious learners",
|
||||
buttons: [
|
||||
id: "pro", badge: "Professional", badgeIcon: Zap,
|
||||
price: "$9.99/mo", subtitle: "For serious learners", buttons: [
|
||||
{ text: "Subscribe Now", href: "/chat" },
|
||||
{ text: "Chat to Sales", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited questions",
|
||||
"All subjects access",
|
||||
"Advanced formatting",
|
||||
"Priority support",
|
||||
"Export responses",
|
||||
],
|
||||
"Unlimited questions", "All subjects access", "Advanced formatting", "Priority support", "Export responses"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Premium",
|
||||
badgeIcon: Award,
|
||||
price: "$19.99/mo",
|
||||
subtitle: "Complete learning suite",
|
||||
buttons: [
|
||||
id: "premium", badge: "Premium", badgeIcon: Award,
|
||||
price: "$19.99/mo", subtitle: "Complete learning suite", buttons: [
|
||||
{ text: "Start Premium", href: "/chat" },
|
||||
{ text: "Book Demo", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Study mode (structured only)",
|
||||
"PDF export & printing",
|
||||
"Response ratings (1-5 stars)",
|
||||
"Admin analytics",
|
||||
"24/7 priority support",
|
||||
],
|
||||
"Everything in Pro", "Study mode (structured only)", "PDF export & printing", "Response ratings (1-5 stars)", "Admin analytics", "24/7 priority support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -243,35 +176,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is MITA's AI response always accurate?",
|
||||
content: "MITA uses advanced AI algorithms to provide accurate, well-researched responses across multiple subjects. However, like any AI system, it's designed to supplement learning, not replace teachers. We recommend verification for complex topics and encourage critical thinking.",
|
||||
},
|
||||
id: "1", title: "Is MITA's AI response always accurate?", content: "MITA uses advanced AI algorithms to provide accurate, well-researched responses across multiple subjects. However, like any AI system, it's designed to supplement learning, not replace teachers. We recommend verification for complex topics and encourage critical thinking."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How is my data stored and protected?",
|
||||
content: "All user data, including chat history, is encrypted using industry-standard SSL/TLS protocols. Your conversations are stored securely in our database and are never shared with third parties. You maintain full control over your data and can delete conversations at any time.",
|
||||
},
|
||||
id: "2", title: "How is my data stored and protected?", content: "All user data, including chat history, is encrypted using industry-standard SSL/TLS protocols. Your conversations are stored securely in our database and are never shared with third parties. You maintain full control over your data and can delete conversations at any time."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I export my conversations?",
|
||||
content: "Yes! Premium and Pro users can export conversations as PDF or text files. This is useful for studying, sharing with teachers, or keeping a personal learning record. Free tier users can view their history within the app.",
|
||||
},
|
||||
id: "3", title: "Can I export my conversations?", content: "Yes! Premium and Pro users can export conversations as PDF or text files. This is useful for studying, sharing with teachers, or keeping a personal learning record. Free tier users can view their history within the app."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What subjects does MITA support?",
|
||||
content: "MITA currently supports Math (Algebra, Geometry, Calculus, Statistics), Physics, Chemistry, Biology, Computer Science, Economics, History, Literature, and more. Select your subject when asking questions for optimized responses.",
|
||||
},
|
||||
id: "4", title: "What subjects does MITA support?", content: "MITA currently supports Math (Algebra, Geometry, Calculus, Statistics), Physics, Chemistry, Biology, Computer Science, Economics, History, Literature, and more. Select your subject when asking questions for optimized responses."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How does the free tier work?",
|
||||
content: "The free tier includes 50 questions per month, single subject access, basic chat history, and email support. It's perfect for trying MITA. Upgrade to Pro or Premium for unlimited questions and advanced features.",
|
||||
},
|
||||
id: "5", title: "How does the free tier work?", content: "The free tier includes 50 questions per month, single subject access, basic chat history, and email support. It's perfect for trying MITA. Upgrade to Pro or Premium for unlimited questions and advanced features."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can parents monitor their child's activity?",
|
||||
content: "Yes. Parents can set up monitoring accounts to view their child's chat history, questions asked, and learning patterns. This helps parents stay involved in their child's academic progress while respecting privacy.",
|
||||
},
|
||||
id: "6", title: "Can parents monitor their child's activity?", content: "Yes. Parents can set up monitoring accounts to view their child's chat history, questions asked, and learning patterns. This helps parents stay involved in their child's academic progress while respecting privacy."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -295,14 +210,13 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png"
|
||||
imageAlt="Students learning and collaborating"
|
||||
logoText="MITA"
|
||||
copyrightText="© 2025 MITA - Modern Intelligent Tutoring Assistant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -310,8 +224,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -319,8 +232,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
|
||||
@@ -43,58 +43,31 @@ export default function PricingPage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for trying MITA",
|
||||
buttons: [
|
||||
id: "basic", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Perfect for trying MITA", buttons: [
|
||||
{ text: "Get Started", href: "/chat" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"50 questions/month",
|
||||
"Single subject access",
|
||||
"Basic chat history",
|
||||
"Email support",
|
||||
],
|
||||
"50 questions/month", "Single subject access", "Basic chat history", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Professional",
|
||||
badgeIcon: Zap,
|
||||
price: "$9.99/mo",
|
||||
subtitle: "For serious learners",
|
||||
buttons: [
|
||||
id: "pro", badge: "Professional", badgeIcon: Zap,
|
||||
price: "$9.99/mo", subtitle: "For serious learners", buttons: [
|
||||
{ text: "Subscribe Now", href: "/chat" },
|
||||
{ text: "Chat to Sales", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited questions",
|
||||
"All subjects access",
|
||||
"Advanced formatting",
|
||||
"Priority support",
|
||||
"Export responses",
|
||||
],
|
||||
"Unlimited questions", "All subjects access", "Advanced formatting", "Priority support", "Export responses"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Premium",
|
||||
badgeIcon: Award,
|
||||
price: "$19.99/mo",
|
||||
subtitle: "Complete learning suite",
|
||||
buttons: [
|
||||
id: "premium", badge: "Premium", badgeIcon: Award,
|
||||
price: "$19.99/mo", subtitle: "Complete learning suite", buttons: [
|
||||
{ text: "Start Premium", href: "/chat" },
|
||||
{ text: "Book Demo", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Study mode (structured only)",
|
||||
"PDF export & printing",
|
||||
"Response ratings (1-5 stars)",
|
||||
"Admin analytics",
|
||||
"24/7 priority support",
|
||||
],
|
||||
"Everything in Pro", "Study mode (structured only)", "PDF export & printing", "Response ratings (1-5 stars)", "Admin analytics", "24/7 priority support"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -112,35 +85,17 @@ export default function PricingPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I switch between plans?",
|
||||
content: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate your billing accordingly.",
|
||||
},
|
||||
id: "1", title: "Can I switch between plans?", content: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate your billing accordingly."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is there a long-term commitment?",
|
||||
content: "No. All our plans are month-to-month with no long-term contracts. You can cancel anytime without penalties or hidden fees.",
|
||||
},
|
||||
id: "2", title: "Is there a long-term commitment?", content: "No. All our plans are month-to-month with no long-term contracts. You can cancel anytime without penalties or hidden fees."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer student discounts?",
|
||||
content: "We offer discounted rates for verified students and educational institutions. Contact our sales team to learn about special pricing.",
|
||||
},
|
||||
id: "3", title: "Do you offer student discounts?", content: "We offer discounted rates for verified students and educational institutions. Contact our sales team to learn about special pricing."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, PayPal, and bank transfers. Monthly billing is automatic, but you can pause or cancel at any time.",
|
||||
},
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and bank transfers. Monthly billing is automatic, but you can pause or cancel at any time."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there a refund policy?",
|
||||
content: "We offer a 7-day money-back guarantee if you're not satisfied. After 7 days, monthly subscriptions renew automatically on your billing date.",
|
||||
},
|
||||
id: "5", title: "Is there a refund policy?", content: "We offer a 7-day money-back guarantee if you're not satisfied. After 7 days, monthly subscriptions renew automatically on your billing date."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What happens if I don't use my questions?",
|
||||
content: "Pro and Premium plans include unlimited questions, so there's no quota to worry about. Free tier questions reset monthly.",
|
||||
},
|
||||
id: "6", title: "What happens if I don't use my questions?", content: "Pro and Premium plans include unlimited questions, so there's no quota to worry about. Free tier questions reset monthly."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -164,14 +119,13 @@ export default function PricingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWwXDDXjOCezRZ6xgUI9W5E4q/wide-abstract-educational-technology-lan-1772525614724-d9f03f5a.png"
|
||||
imageAlt="Students learning and collaborating"
|
||||
logoText="MITA"
|
||||
copyrightText="© 2025 MITA - Modern Intelligent Tutoring Assistant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -179,8 +133,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -188,8 +141,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user