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"