diff --git a/src/app/page.tsx b/src/app/page.tsx index 474bef7..473730b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,8 @@ export default function LandingPage() { title: "Teachers can't check every step", description: "Class size and time constraints mean reasoning errors go undetected and repeated.", icon: AlertCircle, }, { - title: "Students repeat the same mistakes", description: "Without targeted feedback on their exact error, students rebuild faulty mental models."}, + title: "Students repeat the same mistakes", description: "Without targeted feedback on their exact error, students rebuild faulty mental models.", icon: CheckCircle2, + }, ]} mediaAnimation="blur-reveal" imagePosition="right"