Update src/app/page.tsx
This commit is contained in:
@@ -127,17 +127,17 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
tag: "Calculation", title: "Weighted Grade Calculator", subtitle: "Precise grade calculations tailored to your syllabus", description:
|
||||
"Input your custom grading scale, assignment weights, and individual grades. GradeOptim instantly calculates your weighted GPA with perfect accuracy, accounting for different assignment categories, weights, and your institution's specific grading scale.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-clean-interface-mockup-showing-weighte-1772509353351-5d519432.png", imageAlt: "Weighted Grade Calculator Interface"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-clean-interface-mockup-showing-weighte-1772509353351-5d519432.png?_wi=1", imageAlt: "Weighted Grade Calculator Interface"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Prediction", title: "GPA Forecasting Engine", subtitle: "Predict your final GPA with AI precision", description:
|
||||
"Leverage predictive analytics to forecast your end-of-semester GPA. Based on current performance and historical trends, our AI engine provides confidence intervals and identifies at-risk courses before it's too late.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-predictive-analytics-visualization-sho-1772509353363-a61eeaaa.png", imageAlt: "GPA Forecasting Chart"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-predictive-analytics-visualization-sho-1772509353363-a61eeaaa.png?_wi=1", imageAlt: "GPA Forecasting Chart"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Simulation", title: "Assignment Weight Simulator", subtitle: "Test different grade scenarios instantly", description:
|
||||
"Explore how different assignment weights and grades impact your final score. Experiment with 'what-if' scenarios to understand exactly what grades you need in remaining assignments to achieve your target GPA.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-predictive-analytics-visualization-sho-1772509353363-a61eeaaa.png", imageAlt: "Assignment Simulator Interface"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-predictive-analytics-visualization-sho-1772509353363-a61eeaaa.png?_wi=2", imageAlt: "Assignment Simulator Interface"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Intelligence", title: "Final Exam Score Predictor", subtitle: "Calculate the exact score you need on your final exam", description:
|
||||
@@ -161,13 +161,13 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Performance Trend Graphs", price: "Included", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-predictive-analytics-visualization-sho-1772509353363-a61eeaaa.png", imageAlt: "Performance Trends"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-predictive-analytics-visualization-sho-1772509353363-a61eeaaa.png?_wi=3", imageAlt: "Performance Trends"},
|
||||
{
|
||||
id: "2", name: "Risk Scoring System", price: "Premium", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-risk-assessment-dashboard-showing-low--1772509353224-4890197a.png", imageAlt: "Risk Assessment"},
|
||||
{
|
||||
id: "3", name: "AI Recommendation Engine", price: "Premium", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/an-ai-powered-recommendation-engine-inte-1772509353241-88fb0cf9.png", imageAlt: "AI Recommendations"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/an-ai-powered-recommendation-engine-inte-1772509353241-88fb0cf9.png?_wi=1", imageAlt: "AI Recommendations"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -283,7 +283,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-subtle-modern-educational-background-i-1772509353273-4ef8c2ce.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APzrAl8FUR6Sq885GZcTzaJsFb/a-subtle-modern-educational-background-i-1772509353273-4ef8c2ce.png?_wi=1"
|
||||
imageAlt="Academic Success Background"
|
||||
logoText="GradeOptim"
|
||||
copyrightText="© 2025 GradeOptim. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user