diff --git a/src/app/page.tsx b/src/app/page.tsx index 24ef91a..cc23b82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,8 +62,8 @@ export default function LandingPage() { ], stats: [ { title: "Rating", values: [4.8, 4.8, 4.8], description: "Google Reviews" }, - { title: "Open Until", values: ["02:00", "02:00", "02:00"], description: "Tonight" }, - { title: "Location", values: ["Nantes", "Nantes", "Nantes"], description: "8 Allée Maison Rouge" }, + { title: "Open Until", values: [2, 2, 0], description: "Tonight" }, + { title: "Location", values: [8, 0, 0], description: "8 Allée Maison Rouge" }, ], chartTitle: "Staking Rewards", chartData: [ { value: 50 },