From df89347dae74b61088fd9a381e8bf5342729afce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:09:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 834945d..0d44fcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,9 +98,10 @@ 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg" imageAlt="Happy families investing in premium plots" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} ariaLabel="About Sindhoor Developers" /> @@ -123,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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Kanakapura premium plots" } ]} ariaLabel="Featured projects section" @@ -172,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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=3", 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", imageAlt: "Reliable support", buttonIcon: ArrowRight, buttonHref: "#contact" } ]} -- 2.49.1