Compare commits
4 Commits
59f3993b14
...
version_1
| Author | SHA1 | Date | |
|---|---|---|---|
| 75c84525df | |||
| 12329cf7b6 | |||
| ad0fb5cc09 | |||
| eed38b24ef |
@@ -160,9 +160,9 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ icon: Users, title: "Active Members", value: "500+" },
|
||||
{ icon: Trophy, title: "Annual Events", value: "24" },
|
||||
{ icon: MapPin, title: "Fishing Spots", value: "15" }
|
||||
{ value: "500+", label: "Active Members" },
|
||||
{ value: "24", label: "Annual Events" },
|
||||
{ value: "15", label: "Fishing Spots" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user