4 Commits

Author SHA1 Message Date
bba24531e6 Update src/app/page.tsx 2026-03-03 09:37:02 +00:00
ecbf6afb9e Update src/app/page.tsx 2026-03-03 09:34:27 +00:00
ea5052458a Merge version_1 into main
Merge version_1 into main
2026-03-03 09:09:41 +00:00
90047d9b57 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:06:53 +00:00

View File

@@ -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 },
@@ -279,7 +279,7 @@ export default function LandingPage() {
<ContactCenter
tag="Get Started"
title="Start Your Investment Journey Today"
description="Get free consultation on the best plot options for your investment. Our expert team is ready to assist you."
description="Receive a personalized investment roadmap with current market rates, payment options, and legal overview tailored to your budget"
tagIcon={Rocket}
tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated" }}