From 09afb7bb072aacd7e26228f8c905c1266c68b233 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:49:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ]}