4 Commits

Author SHA1 Message Date
7c5f7c242d Merge version_1 into main
Merge version_1 into main
2026-03-03 09:38:49 +00:00
1594c10ee3 Update src/app/page.tsx 2026-03-03 09:38:44 +00:00
ddb66c5d6f Merge version_2 into main
Merge version_2 into main
2026-03-03 09:37:07 +00:00
65995f6070 Merge version_2 into main
Merge version_2 into main
2026-03-03 09:34:32 +00:00

View File

@@ -98,7 +98,7 @@ export default function LandingPage() {
{ value: "100+", title: "Happy Customers" },
{ 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"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -124,13 +124,13 @@ export default function LandingPage() {
animationType="slide-up"
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"
@@ -173,27 +173,27 @@ export default function LandingPage() {
useInvertedBackground={false}
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"
},
{
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"
},
{
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"
},
{
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"
},
{
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"
},
{
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"
}
]}