From 3e5da9d6624b58e1ea49f70d5d2df55becf37b45 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:07:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fbf3a9..48266f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { "See math concepts come to life with dynamic visualizations", bentoComponent: "animated-bar-chart" }, { - title: "Learning Path", description: "Get hints and explanations at every step", bentoComponent: "3d-task-list", heading: "Learning Steps", items: [ + title: "Learning Path", description: "Get hints and explanations at every step", bentoComponent: "3d-task-list", title: "Learning Steps", items: [ { icon: CheckCircle, label: "Complete concept", time: "5 min" -- 2.49.1