Update src/app/page.tsx

This commit is contained in:
2026-03-26 10:06:44 +00:00
parent 696e363e55
commit 03cbb1cdd1

View File

@@ -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={[
{ id: "kpi1", value: "5000+", description: "Happy Customers" },
{ id: "kpi2", value: "5-Star", description: "Average Rating" },
{ id: "kpi3", value: "Sustainable", description: "Fashion Choices" },
{ value: "5000+", description: "Happy Customers" },
{ value: "5-Star", description: "Average Rating" },
{ value: "Sustainable", description: "Fashion Choices" },
]}
animationType="slide-up"
textboxLayout="default"