Update src/app/dashboard/page.tsx

This commit is contained in:
2026-03-03 13:23:31 +00:00
parent c62c2ade53
commit a719efb401

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Dashboard", href: "/dashboard" },
@@ -144,8 +108,7 @@ export default function DashboardPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -153,8 +116,7 @@ export default function DashboardPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Help Center", href: "#" },
{ label: "Community", href: "#" },
{ label: "Status", href: "#" },
@@ -162,8 +124,7 @@ export default function DashboardPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },