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 },
|
||||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
|||||||
{ value: "100+", title: "Happy Customers" },
|
{ value: "100+", title: "Happy Customers" },
|
||||||
{ value: "15+", title: "Years of Excellence" }
|
{ value: "15+", title: "Years of Excellence" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=1"
|
||||||
imageAlt="Happy families investing in premium plots"
|
imageAlt="Happy families investing in premium plots"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
@@ -124,13 +124,13 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sindhoor Green City", price: "Starting ₹45L", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg", imageAlt: "Sindhoor Green City layout"
|
id: "1", name: "Sindhoor Green City", price: "Starting ₹45L", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg?_wi=1", imageAlt: "Sindhoor Green City layout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Nature Pearl Layout", price: "Starting ₹52L", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg", imageAlt: "Nature Pearl Layout"
|
id: "2", name: "Nature Pearl Layout", price: "Starting ₹52L", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg?_wi=1", imageAlt: "Nature Pearl Layout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Kanakapura Premium Plots", price: "Starting ₹48L", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-shot-beautiful-city-architecture-daytime-winter_181624-1901.jpg", imageAlt: "Kanakapura premium plots"
|
id: "3", name: "Kanakapura Premium Plots", price: "Starting ₹48L", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-shot-beautiful-city-architecture-daytime-winter_181624-1901.jpg?_wi=1", imageAlt: "Kanakapura premium plots"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
ariaLabel="Featured projects section"
|
ariaLabel="Featured projects section"
|
||||||
@@ -173,27 +173,27 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Local Expertise", description: "Deep knowledge of Harohalli and Kanakapura market dynamics", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", imageAlt: "Local expertise", buttonIcon: ArrowRight,
|
title: "Local Expertise", description: "Deep knowledge of Harohalli and Kanakapura market dynamics", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=2", imageAlt: "Local expertise", buttonIcon: ArrowRight,
|
||||||
buttonHref: "#contact"
|
buttonHref: "#contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Transparent Pricing", description: "No hidden costs. All documentation clear and upfront", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg", imageAlt: "Transparent pricing", buttonIcon: ArrowRight,
|
title: "Transparent Pricing", description: "No hidden costs. All documentation clear and upfront", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg?_wi=2", imageAlt: "Transparent pricing", buttonIcon: ArrowRight,
|
||||||
buttonHref: "#contact"
|
buttonHref: "#contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "BMRDA Approved", description: "All layouts are legally approved by BMRDA authorities", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg", imageAlt: "BMRDA approved", buttonIcon: ArrowRight,
|
title: "BMRDA Approved", description: "All layouts are legally approved by BMRDA authorities", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg?_wi=2", imageAlt: "BMRDA approved", buttonIcon: ArrowRight,
|
||||||
buttonHref: "#contact"
|
buttonHref: "#contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Prime Connectivity", description: "Excellent road access, metro connectivity planned", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-shot-beautiful-city-architecture-daytime-winter_181624-1901.jpg", imageAlt: "Prime connectivity", buttonIcon: ArrowRight,
|
title: "Prime Connectivity", description: "Excellent road access, metro connectivity planned", imageSrc: "http://img.b2bpic.net/free-photo/aerial-drone-shot-beautiful-city-architecture-daytime-winter_181624-1901.jpg?_wi=2", imageAlt: "Prime connectivity", buttonIcon: ArrowRight,
|
||||||
buttonHref: "#contact"
|
buttonHref: "#contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal Security", description: "Complete legal documentation and title clarity", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", imageAlt: "Legal security", buttonIcon: ArrowRight,
|
title: "Legal Security", description: "Complete legal documentation and title clarity", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg?_wi=3", imageAlt: "Legal security", buttonIcon: ArrowRight,
|
||||||
buttonHref: "#contact"
|
buttonHref: "#contact"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Reliable Support", description: "End-to-end assistance from purchase to registration", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg", imageAlt: "Reliable support", buttonIcon: ArrowRight,
|
title: "Reliable Support", description: "End-to-end assistance from purchase to registration", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg?_wi=3", imageAlt: "Reliable support", buttonIcon: ArrowRight,
|
||||||
buttonHref: "#contact"
|
buttonHref: "#contact"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -279,7 +279,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Start Your Investment Journey Today"
|
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}
|
tagIcon={Rocket}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user