diff --git a/src/app/page.tsx b/src/app/page.tsx index 65cd997..fd3897e 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+" }, - { value: "5-Star" }, - { value: "Sustainable" }, + { label: "Happy Customers", value: "5000+" }, + { label: "Average Rating", value: "5-Star" }, + { label: "Ethical Sourcing", value: "Sustainable" }, ]} animationType="slide-up" textboxLayout="default"