Update src/app/page.tsx

This commit is contained in:
2026-02-23 14:06:17 +00:00
parent a892f7fce0
commit 4c70fb0c3a

View File

@@ -155,9 +155,9 @@ export default function Home() {
}
]}
kpiItems={[
{ value: "4.9/5", description: "Average Rating" },
{ value: "87%", description: "Repeat Customers" },
{ value: "98%", description: "Satisfaction Rate" }
{ id: "rating", value: "4.9/5", description: "Average Rating" },
{ id: "repeat", value: "87%", description: "Repeat Customers" },
{ id: "satisfaction", value: "98%", description: "Satisfaction Rate" }
]}
/>
</div>