From b268077c44dd0dc223f0c57699433fa1e3e1b5b7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:32:26 +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 343835a..756b59b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function LandingPage() { carouselMode="buttons" features={[ { - title: "Track Your Journey", description: "Real-time dashboard showing your strength gains, body metrics, and workout history", bentoComponent: "3d-task-list", title: "Track Your Journey", items: [ + title: "Track Your Journey", description: "Real-time dashboard showing your strength gains, body metrics, and workout history", bentoComponent: "3d-task-list", items: [ { icon: Zap, label: "Daily Workouts", time: "3-5 min" }, { icon: CheckCircle, label: "Meals Logged", time: "2 min" }, { icon: TrendingUp, label: "Progress Report", time: "1 min" } -- 2.49.1