From bba24531e6bf65a8919572d09b3cf8e57962a97a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:37:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8393cca..e483a2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,9 +66,9 @@ export default function LandingPage() { { text: "Details", href: "#projects" } ], stats: [ - { title: "Location Quality", values: ["Prime", "Strategic", "Connected"], description: "Well-connected to city" }, - { title: "Legal Status", values: ["Clear", "Approved", "Verified"], description: "BMRDA Approved layouts" }, - { title: "Investment Return", values: ["Growing", "Profitable", "Assured"], description: "High appreciation potential" } + { title: "Location Quality", values: [45, 60, 75], description: "Well-connected to city" }, + { title: "Legal Status", values: [85, 90, 95], description: "BMRDA Approved layouts" }, + { title: "Investment Return", values: [50, 70, 90], description: "High appreciation potential" } ], chartTitle: "Market Growth Trend", chartData: [ { value: 45 }, -- 2.49.1