diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index cbab9fa..6884e2b 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -11,6 +11,7 @@ import { Users, DollarSign, TrendingUp, + Sparkles, } from "lucide-react"; export default function DashboardPage() { @@ -46,37 +47,17 @@ export default function DashboardPage() { title="Complete Gym Management Suite" description="Explore the tools that gym owners trust to transform their operations and drive sustainable growth" tag="Product Suite" - tagIcon={{ toString: () => "Sparkles" }} + tagIcon={Sparkles} tagAnimation="blur-reveal" products={[ { - id: "1", - name: "Member Portal", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-mobile-first-member-portal-interface-s-1772543995638-a3119cd9.png", - imageAlt: "Member Portal Interface", - }, + id: "1", name: "Member Portal", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-mobile-first-member-portal-interface-s-1772543995638-a3119cd9.png", imageAlt: "Member Portal Interface"}, { - id: "2", - name: "Analytics Engine", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-comprehensive-analytics-engine-visuali-1772543987047-f7ada6b5.png", - imageAlt: "Analytics Engine Visualization", - }, + id: "2", name: "Analytics Engine", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-comprehensive-analytics-engine-visuali-1772543987047-f7ada6b5.png", imageAlt: "Analytics Engine Visualization"}, { - id: "3", - name: "Trainer Dashboard", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-trainer-dashboard-interface-showing-pe-1772543989017-2e4de18f.png", - imageAlt: "Trainer Dashboard Interface", - }, + id: "3", name: "Trainer Dashboard", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-trainer-dashboard-interface-showing-pe-1772543989017-2e4de18f.png", imageAlt: "Trainer Dashboard Interface"}, { - id: "4", - name: "Payment Hub", - price: "Included", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-payment-hub-interface-displaying-trans-1772543989525-b741dfee.png", - imageAlt: "Payment Hub Interface", - }, + id: "4", name: "Payment Hub", price: "Included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-payment-hub-interface-displaying-trans-1772543989525-b741dfee.png", imageAlt: "Payment Hub Interface"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -96,32 +77,16 @@ export default function DashboardPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "1200", - title: "Active Users", - description: "Using GymFlow in your network", - icon: Users, + id: "1", value: "1200", title: "Active Users", description: "Using GymFlow in your network", icon: Users, }, { - id: "2", - value: "98%", - title: "Uptime", - description: "Enterprise-grade reliability", - icon: Building2, + id: "2", value: "98%", title: "Uptime", description: "Enterprise-grade reliability", icon: Building2, }, { - id: "3", - value: "$2.5M", - title: "Processed Monthly", - description: "Through your dashboard", - icon: DollarSign, + id: "3", value: "$2.5M", title: "Processed Monthly", description: "Through your dashboard", icon: DollarSign, }, { - id: "4", - value: "45%", - title: "Efficiency Gain", - description: "Average time saved", - icon: TrendingUp, + id: "4", value: "45%", title: "Efficiency Gain", description: "Average time saved", icon: TrendingUp, }, ]} gridVariant="uniform-all-items-equal" @@ -135,8 +100,7 @@ export default function DashboardPage() {