From 283ef1f68b5a58dd06d1da209592159f4a47489b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:22:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9a05cb..e2ff09d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,12 +50,12 @@ export default function LandingPage() { { text: "Learn More", href: "about" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", imageAlt: "Premium Bungalow" }, + { imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=1", imageAlt: "Premium Bungalow" }, { imageSrc: "http://img.b2bpic.net/free-photo/long-shot-mother-daughter-running-outdoors_23-2148224612.jpg", imageAlt: "Residential Plot with Greenery" }, { imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Garden Landscape Property" }, { imageSrc: "http://img.b2bpic.net/free-photo/girl-riding-bike-while-her-parents-watching-her_259150-57496.jpg", imageAlt: "Peaceful Neighborhood" }, - { imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-3978.jpg", imageAlt: "Green Community Development" }, - { imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", imageAlt: "Modern Bungalow Exterior" } + { imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-3978.jpg?_wi=1", imageAlt: "Green Community Development" }, + { imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=2", imageAlt: "Modern Bungalow Exterior" } ]} /> @@ -82,13 +82,13 @@ export default function LandingPage() { tag="Property Types" products={[ { - id: "1", name: "Premium Bungalows", price: "From ₹45L", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302621.jpg", imageAlt: "Premium Bungalow" + id: "1", name: "Premium Bungalows", price: "From ₹45L", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302621.jpg?_wi=1", imageAlt: "Premium Bungalow" }, { - id: "2", name: "Residential Plots", price: "From ₹20L", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg", imageAlt: "Residential Plot" + id: "2", name: "Residential Plots", price: "From ₹20L", imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg?_wi=1", imageAlt: "Residential Plot" }, { - id: "3", name: "Investment Land", price: "From ₹15L", imageSrc: "http://img.b2bpic.net/free-photo/savings-plans-housing_1150-18256.jpg", imageAlt: "Investment Land" + id: "3", name: "Investment Land", price: "From ₹15L", imageSrc: "http://img.b2bpic.net/free-photo/savings-plans-housing_1150-18256.jpg?_wi=1", imageAlt: "Investment Land" } ]} gridVariant="three-columns-all-equal-width" @@ -106,13 +106,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Affordable Pricing", description: "Premium properties designed for middle-class families with easy EMI options available", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302621.jpg", imageAlt: "Affordable Pricing" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg", imageAlt: "Family Pricing" } + title: "Affordable Pricing", description: "Premium properties designed for middle-class families with easy EMI options available", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302621.jpg?_wi=2", imageAlt: "Affordable Pricing" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/village-view-from_1385-477.jpg?_wi=2", imageAlt: "Family Pricing" } }, { id: 2, - title: "Prime Locations", description: "Close to schools, hospitals, markets, and major highways with excellent connectivity", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/savings-plans-housing_1150-18256.jpg", imageAlt: "Prime Location" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-3978.jpg", imageAlt: "Connected Community" } + title: "Prime Locations", description: "Close to schools, hospitals, markets, and major highways with excellent connectivity", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/savings-plans-housing_1150-18256.jpg?_wi=2", imageAlt: "Prime Location" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-3978.jpg?_wi=2", imageAlt: "Connected Community" } } ]} showStepNumbers={true} -- 2.49.1