diff --git a/src/app/page.tsx b/src/app/page.tsx index 83e4258..3db8722 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ const heroDashboard = { { title: "Signature Drinks", values: [45, 52, 58], description: "Premium beverages available" }, { title: "Premium Quality", values: [100, 100, 100], valueSuffix: "%", description: "Satisfaction guaranteed" }, { title: "Fresh Daily", values: [24, 24, 24], valueSuffix: "/7", description: "Available every day" }, - ] as const, + ] as [any, any, any], chartTitle: "Customer Favorites", chartData: [ { value: 85 }, { value: 92 },