From 24f984e9d9cca466b4d49b21a79b2a65bb434642 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:57:05 +0000 Subject: [PATCH] Update src/app/progress-tracking/page.tsx --- src/app/progress-tracking/page.tsx | 110 ++++++++++++++++++----------- 1 file changed, 68 insertions(+), 42 deletions(-) diff --git a/src/app/progress-tracking/page.tsx b/src/app/progress-tracking/page.tsx index 62b537c..d4d4f4d 100644 --- a/src/app/progress-tracking/page.tsx +++ b/src/app/progress-tracking/page.tsx @@ -3,8 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import { Activity, Award, Gauge, Users, Goal, Dumbbell } from "lucide-react"; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import TextNumberCount from '@/components/text/TextNumberCount'; +import { ArrowUpCircle, Target, Trophy } from "lucide-react"; export default function ProgressTrackingPage() { return ( @@ -24,30 +25,14 @@ export default function ProgressTrackingPage() { -
- {/* Placeholder for a hero section specific to progress tracking */} - +
- {/* Add more sections specific to progress tracking as needed */} +
+
+

Key Progress Metrics

+
+
+
+ + +
+

Strength Gain

+
+
+
+ + +
+

Workouts Completed

+
+
+
+ + +
+

Milestones Achieved

+
+
+
+
+ +
+
+

Interactive Performance Dashboards

+

+ (Interactive Recharts line, area, radial, and bar charts would be displayed here with glassmorphism tooltips and real-time updates.) +

+
+
Line Chart Placeholder
+
Area Chart Placeholder
+
Bar Chart Placeholder
+
Radial Bar Chart Placeholder
+
+
+
); -} +} \ No newline at end of file