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"