Compare commits
2 Commits
59f3993b14
...
26476c51e2
| Author | SHA1 | Date | |
|---|---|---|---|
| 26476c51e2 | |||
| 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" }
|
||||
{ title: "Active Members", value: "500+" },
|
||||
{ title: "Annual Events", value: "24" },
|
||||
{ title: "Fishing Spots", value: "15" }
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user