diff --git a/src/app/page.tsx b/src/app/page.tsx index 782c6af..646cabc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,18 +53,15 @@ export default function HomePage() { { text: "View Demo", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "animated-grid" }} dashboard={{ - title: "Your Personal AI Fitness Hub", - logoIcon: Zap, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZTwsvSZ7aKEnegw7ngPzcUZ8T/a-sleek-modern-fitness-tracking-dashboar-1772802363769-55b3f993.png", - searchPlaceholder: "Search exercises or log workout...", - sidebarItems: [ - { icon: "Home", active: true }, - { icon: "BarChart3" }, - { icon: "Dumbbell" }, - { icon: "Apple" }, - { icon: "Settings" } + title: "Your Personal AI Fitness Hub", logoIcon: Zap, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZTwsvSZ7aKEnegw7ngPzcUZ8T/a-sleek-modern-fitness-tracking-dashboar-1772802363769-55b3f993.png", searchPlaceholder: "Search exercises or log workout...", sidebarItems: [ + { icon: Trophy, active: true }, + { icon: BarChart3 }, + { icon: Dumbbell }, + { icon: Heart }, + { icon: Zap } ], buttons: [ { text: "Log Workout", href: "#" }, @@ -72,46 +69,37 @@ export default function HomePage() { ], stats: [ { - title: "Muscle Gain", - values: ["2.3kg", "3.1kg", "4.8kg"], + title: "Muscle Gain", values: [2.3, 3.1, 4.8], description: "This month" }, { - title: "Strength Increase", - values: ["12%", "18%", "24%"], + title: "Strength Increase", values: [12, 18, 24], description: "PR improvements" }, { - title: "Body Fat", - values: ["16.2%", "14.8%", "13.5%"], - valueSuffix: "%", - description: "Body composition" + title: "Body Fat", values: [16.2, 14.8, 13.5], + valueSuffix: "%", description: "Body composition" } ], - chartTitle: "Weekly Workout Volume", - chartData: [ + chartTitle: "Weekly Workout Volume", chartData: [ { value: 45 }, { value: 62 }, { value: 58 }, { value: 72 }, { value: 68 } ], - listTitle: "Recent Achievements", - listItems: [ + listTitle: "Recent Achievements", listItems: [ { icon: Trophy, - title: "New Bench Press PR: 180kg", - status: "Today" + title: "New Bench Press PR: 180kg", status: "Today" }, { icon: Flame, - title: "7-Day Workout Streak", - status: "Active" + title: "7-Day Workout Streak", status: "Active" }, { icon: TrendingUp, - title: "Muscle Symmetry Improved", - status: "This Week" + title: "Muscle Symmetry Improved", status: "This Week" } ] }} @@ -122,53 +110,29 @@ export default function HomePage() { @@ -340,8 +253,7 @@ export default function HomePage() {