From 341896b37d8a4106183fa6ed1c968e7c80c2571e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 16:06:26 +0000 Subject: [PATCH] Update src/app/community/page.tsx --- src/app/community/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 3e0dbe5..d2b342e 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -71,9 +71,9 @@ const CommunityPage = () => { useInvertedBackground={false} animationType="slide-up" kpiItems={[ - { value: "9/10", description: "Anbefaler FrostFuel" }, - { value: "+200K", description: "Aktive brukere" }, - { value: "5 Stjerner", description: "Gjennomsnittlig rating" }, + { value: "9/10", title: "Anbefaler FrostFuel" }, + { value: "+200K", title: "Aktive brukere" }, + { value: "5 Stjerner", title: "Gjennomsnittlig rating" }, ]} testimonials={testimonialData} ariaLabel="Customer testimonials section" -- 2.49.1