Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c52db20c2f | |||
| 5d37b5563a |
@@ -93,12 +93,15 @@ export default function HomePage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{ value: "500+", title: "Community Members" },
|
{ value: "500+", title: "Community Members" },
|
||||||
{ value: "100+", title: "Games Analyzed" },
|
{ value: "100+", title: "Games Analyzed" },
|
||||||
|
{ value: "4.8/5", title: "Average Rating Gain" },
|
||||||
|
{ value: "24+", title: "Months Community Active" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/father-son-playing-chess-table_23-2148404190.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/father-son-playing-chess-table_23-2148404190.jpg?_wi=1"
|
||||||
imageAlt="Chess players analyzing"
|
imageAlt="Chess players analyzing"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
metricValueClassName="text-3xl font-bold tracking-tight"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user