Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 17:05:53 +00:00

View File

@@ -130,34 +130,34 @@ export default function LandingPage() {
<FeatureCardThree
features={[
{
id: "shivane", title: "Shivane", description: "Our home base — extensive knowledge of residential colonies and commercial spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "shivane", title: "Shivane", description: "Our home base — extensive knowledge of residential colonies and commercial spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=1", imageAlt: "location icon"
},
{
id: "khadakwasla", title: "Khadakwasla", description: "Lake-side living with growing real estate opportunities. We know every development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "khadakwasla", title: "Khadakwasla", description: "Lake-side living with growing real estate opportunities. We know every development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=2", imageAlt: "location icon"
},
{
id: "nda", title: "NDA Road", description: "Premium location with excellent connectivity. Our specialty for high-value deals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "nda", title: "NDA Road", description: "Premium location with excellent connectivity. Our specialty for high-value deals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=3", imageAlt: "location icon"
},
{
id: "warje", title: "Warje", description: "Family-friendly neighborhood with affordable and mid-range properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "warje", title: "Warje", description: "Family-friendly neighborhood with affordable and mid-range properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=4", imageAlt: "location icon"
},
{
id: "dhayari", title: "Dhayari", description: "Emerging locality with growth potential and diverse property types.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "dhayari", title: "Dhayari", description: "Emerging locality with growth potential and diverse property types.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=5", imageAlt: "location icon"
},
{
id: "narhe", title: "Narhe", description: "Established area with good infrastructure and varied housing options.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "narhe", title: "Narhe", description: "Established area with good infrastructure and varied housing options.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=6", imageAlt: "location icon"
},
{
id: "ambegaon", title: "Ambegaon", description: "Growing residential zone perfect for first-time homebuyers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "ambegaon", title: "Ambegaon", description: "Growing residential zone perfect for first-time homebuyers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=7", imageAlt: "location icon"
},
{
id: "vadgaon", title: "Vadgaon Budruk", description: "Strategic location with good commercial and residential mix.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "vadgaon", title: "Vadgaon Budruk", description: "Strategic location with good commercial and residential mix.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=8", imageAlt: "location icon"
},
{
id: "hingne", title: "Hingne", description: "Quiet residential area with community-driven development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "hingne", title: "Hingne", description: "Quiet residential area with community-driven development.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=9", imageAlt: "location icon"
},
{
id: "nanded", title: "Nanded City", description: "Modern integrated township with premium amenities and infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf", imageAlt: "location icon"
id: "nanded", title: "Nanded City", description: "Modern integrated township with premium amenities and infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jsssgf&_wi=10", imageAlt: "location icon"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -183,7 +183,7 @@ export default function LandingPage() {
testimonials={[
{
id: "testimonial-1", name: "Sunita Pawar", role: "Homebuyer", company: "Shivane, Pune", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c7vyhu", imageAlt: "woman portrait avatar circle illustration"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c7vyhu&_wi=1", imageAlt: "woman portrait avatar circle illustration"
},
{
id: "testimonial-2", name: "Rajesh Kulkarni", role: "Landlord", company: "Warje, Pune", rating: 5,
@@ -195,7 +195,7 @@ export default function LandingPage() {
},
{
id: "testimonial-4", name: "Vikram Desai", role: "Property Investor", company: "Khadakwasla, Pune", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c7vyhu", imageAlt: "woman portrait avatar circle illustration"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c7vyhu&_wi=2", imageAlt: "woman portrait avatar circle illustration"
}
]}
kpiItems={[