Update src/app/page.tsx
This commit is contained in:
@@ -66,9 +66,9 @@ export default function LandingPage() {
|
|||||||
{ text: "Details", href: "#projects" }
|
{ text: "Details", href: "#projects" }
|
||||||
],
|
],
|
||||||
stats: [
|
stats: [
|
||||||
{ title: "Location Quality", values: ["Prime", "Strategic", "Connected"], description: "Well-connected to city" },
|
{ title: "Location Quality", values: [45, 60, 75], description: "Well-connected to city" },
|
||||||
{ title: "Legal Status", values: ["Clear", "Approved", "Verified"], description: "BMRDA Approved layouts" },
|
{ title: "Legal Status", values: [85, 90, 95], description: "BMRDA Approved layouts" },
|
||||||
{ title: "Investment Return", values: ["Growing", "Profitable", "Assured"], description: "High appreciation potential" }
|
{ title: "Investment Return", values: [50, 70, 90], description: "High appreciation potential" }
|
||||||
],
|
],
|
||||||
chartTitle: "Market Growth Trend", chartData: [
|
chartTitle: "Market Growth Trend", chartData: [
|
||||||
{ value: 45 },
|
{ value: 45 },
|
||||||
|
|||||||
Reference in New Issue
Block a user