From cc48642f1fdb1780c3a3f576c98f4229de7bc583 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 10:07:15 +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 0bb1d40..65cd997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,9 +124,9 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-african-woman-with-golden-earrings_23-2148747982.jpg", imageAlt: "David M."}, ]} kpiItems={[ - { value: "5000+", description: "Happy Customers" }, - { value: "5-Star", description: "Average Rating" }, - { value: "Sustainable", description: "Fashion Choices" }, + { value: "5000+" }, + { value: "5-Star" }, + { value: "Sustainable" }, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1