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%" }, ]