From c39d63c2129a11329ec2cbdc5bfc511b8ceca4b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:05:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, -- 2.49.1