Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-03 09:38:49 +00:00

View File

@@ -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"
} }
]} ]}