diff --git a/src/app/page.tsx b/src/app/page.tsx index 5506b3d..84487f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -256,15 +256,15 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5,000+", title: "Thriving Community", icon: Users, + value: "5,000+", description: "Thriving Community", icon: Users, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRAzcUz6gQVkWMzMfHQt99F1w4/a-stylized-graphic-showing-a-large-numbe-1774441891337-53c3af6d.png" }, { - value: "99%", title: "Player Satisfaction", icon: Star, + value: "99%", description: "Player Satisfaction", icon: Star, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRAzcUz6gQVkWMzMfHQt99F1w4/a-visually-appealing-graphic-representin-1774441890698-bbffccca.png" }, { - value: "Instant", title: "No Waiting", icon: Zap, + value: "Instant", description: "No Waiting", icon: Zap, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRAzcUz6gQVkWMzMfHQt99F1w4/a-graphic-representing-instant-launch-wi-1774441893243-06c4bc22.png" } ]}