diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ed53b5..30552b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,13 +169,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "99%", description: "Customer Satisfaction" + id: "1", value: "99%" }, { - value: "10M+", description: "Pairs Sold Annually" + id: "2", value: "10M+" }, { - value: "Top 1%", description: "Athletic Performance" + id: "3", value: "Top 1%" } ]} title="Hear From Our Community"