From a935f7d2a8f2b8bd76fdd00baceb21e8b6c10b5e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:32:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.49.1