From e82509f141c4e91565d176cc02f0cb68dfc522e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:01:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6871bc..f0d2fa5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,12 +94,13 @@ export default function LandingPage() { userIcon: User, exchanges: [ { - userMessage: "Explain stoichiometry", aiResponse: "Stoichiometry is the quantitative relationship between reactants and products..."}, + userMessage: "Explain stoichiometry", aiResponse: "Stoichiometry is the quantitative relationship between reactants and products..." + }, ], placeholder: "Ask a question..." }, { - title: "Progress Tracking", description: "Data-driven insights into your mastery levels.", bentoComponent: "3d-task-list", title: "Tracking", items: [ + title: "Tracking", description: "Data-driven insights into your mastery levels.", bentoComponent: "3d-task-list", items: [ { icon: Book, label: "Physics Lesson 1", time: "Completed" }, { icon: Calculator, label: "Math Logic Quiz", time: "85%" }, ] -- 2.49.1