Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 03:45:36 +00:00
parent 82ac2a4b8e
commit 1f5a1fd0cc

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "#features" }, { label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" }, { label: "Pricing", href: "#pricing" },
{ label: "Security", href: "#" }, { label: "Security", href: "#" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
{ label: "Careers", href: "#" }, { label: "Careers", href: "#" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Help Center", href: "#" }, { label: "Help Center", href: "#" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#contact" },
{ label: "Terms", href: "#" }, { label: "Terms", href: "#" },
@@ -93,48 +90,30 @@ export default function ContactPage() {
animationType="smooth" animationType="smooth"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Is GradeOptim free to use?", content:
title: "Is GradeOptim free to use?", "Yes! GradeOptim offers a free Starter plan with basic features including GPA calculation and grade tracking. Our Premium plan at $8.99/month unlocks advanced features like predictive forecasting, AI recommendations, and risk scoring. Try Premium free for 14 days."},
content:
"Yes! GradeOptim offers a free Starter plan with basic features including GPA calculation and grade tracking. Our Premium plan at $8.99/month unlocks advanced features like predictive forecasting, AI recommendations, and risk scoring. Try Premium free for 14 days.",
},
{ {
id: "2", id: "2", title: "How accurate is the GPA forecasting?", content:
title: "How accurate is the GPA forecasting?", "Our GPA forecasting uses machine learning models trained on millions of academic records, achieving 96% accuracy on average. Accuracy improves as you input more grades. The system accounts for your specific grading scale, assignment weights, and historical grade patterns."},
content:
"Our GPA forecasting uses machine learning models trained on millions of academic records, achieving 96% accuracy on average. Accuracy improves as you input more grades. The system accounts for your specific grading scale, assignment weights, and historical grade patterns.",
},
{ {
id: "3", id: "3", title: "Can I use GradeOptim for multiple classes?", content:
title: "Can I use GradeOptim for multiple classes?", "Absolutely! Premium users can create unlimited custom grading scales for different classes and teachers. You can track all your classes simultaneously and get predictions for your overall GPA and individual course performance."},
content:
"Absolutely! Premium users can create unlimited custom grading scales for different classes and teachers. You can track all your classes simultaneously and get predictions for your overall GPA and individual course performance.",
},
{ {
id: "4", id: "4", title: "How does the risk scoring system work?", content:
title: "How does the risk scoring system work?", "The risk scoring system analyzes your current grades, grade trends, and target GPA to identify which classes are at risk of pulling down your overall GPA. It uses a Low (green), Medium (yellow), and High (red) system to help you prioritize your effort."},
content:
"The risk scoring system analyzes your current grades, grade trends, and target GPA to identify which classes are at risk of pulling down your overall GPA. It uses a Low (green), Medium (yellow), and High (red) system to help you prioritize your effort.",
},
{ {
id: "5", id: "5", title: "What is the AI recommendation engine?", content:
title: "What is the AI recommendation engine?", "The AI recommendation engine analyzes your performance across all classes and recommends optimal time allocation for studying. It identifies which subjects need more focus based on your current performance and goals, helping you study smarter, not harder."},
content:
"The AI recommendation engine analyzes your performance across all classes and recommends optimal time allocation for studying. It identifies which subjects need more focus based on your current performance and goals, helping you study smarter, not harder.",
},
{ {
id: "6", id: "6", title: "Can parents monitor their student's progress?", content:
title: "Can parents monitor their student's progress?", "Yes! Our Family Plan ($24.99/month for up to 4 students) includes a parental monitoring dashboard where parents can view student progress reports, academic goals, and performance trends. It's a great way to stay engaged without being intrusive."},
content:
"Yes! Our Family Plan ($24.99/month for up to 4 students) includes a parental monitoring dashboard where parents can view student progress reports, academic goals, and performance trends. It's a great way to stay engaged without being intrusive.",
},
]} ]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-subtle-modern-educational-background-i-1772509353273-4ef8c2ce.png?_wi=4" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-subtle-modern-educational-background-i-1772509353273-4ef8c2ce.png"
imageAlt="Academic Success Background" imageAlt="Academic Success Background"
logoText="GradeOptim" logoText="GradeOptim"
copyrightText="© 2025 GradeOptim. All rights reserved." copyrightText="© 2025 GradeOptim. All rights reserved."