diff --git a/src/app/page.tsx b/src/app/page.tsx index 5218ac9..76c7005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,13 +69,13 @@ export default function LandingPage() { ], stats: [ { - title: "Premium Espresso", values: ["Single Origin", "Specialty Blend", "Seasonal Selection"], + title: "Premium Espresso", values: [1, 2, 3], description: "Expertly crafted daily"}, { - title: "Curated Wines", values: ["Burgundy Selection", "Mediterranean", "Natural Wines"], + title: "Curated Wines", values: [85, 92, 88], description: "Hand-selected by sommeliers"}, { - title: "Open Hours", values: ["7:00 AM", "3:00 PM", "10:00 PM"], + title: "Open Hours", values: [7, 15, 22], description: "Morning to evening service"}, ], chartTitle: "Visitor Mood", chartData: [