Merge version_1 into main #1
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user