Merge version_5 into main #9
@@ -27,21 +27,16 @@ export default function DashboardPage() {
|
||||
]}
|
||||
brandName="MarbleCityFC"
|
||||
/>
|
||||
<div className="pt-24">
|
||||
<MetricCardSeven
|
||||
title="Performance Insights"
|
||||
description="Detailed performance analysis for all club players."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "92%", title: "Passing Accuracy", items: ["High precision in midfield", "Improved transition play"] },
|
||||
{ id: "m2", value: "14", title: "Key Assists", items: ["Leading in league", "Consistent wing delivery"] },
|
||||
{ id: "m3", value: "8", title: "Clean Sheets", items: ["Strong defensive line", "Goalkeeper dominance"] }
|
||||
]}
|
||||
/>
|
||||
<div className="pt-24 min-h-screen flex items-center justify-center p-8">
|
||||
<div className="text-center space-y-4">
|
||||
<h1 className="text-4xl font-bold">Login Required</h1>
|
||||
<p>Please authenticate your credentials to access the statistics dashboard.</p>
|
||||
<button className="px-6 py-3 bg-primary text-white rounded-md shadow hover:opacity-90">
|
||||
Authenticate Now
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user