Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-09 09:13:55 +00:00
3 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -122,21 +122,21 @@ export default function HomePage() {
id: "1",
name: "Industrial Plots",
price: "Starting from ₹50 Lac",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-long-shot_23-2148346100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-long-shot_23-2148346100.jpg?_wi=1",
imageAlt: "Industrial plot land development Faridabad",
},
{
id: "2",
name: "Factory Buildings",
price: "Starting from ₹1.5 Cr",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1930.jpg?_wi=1",
imageAlt: "Factory building industrial structure",
},
{
id: "3",
name: "Warehouses",
price: "Starting from ₹80 Lac",
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg?_wi=1",
imageAlt: "Warehouse building logistics storage",
},
{

View File

@@ -78,7 +78,7 @@ export default function PropertiesPage() {
title="Our Premium Property Portfolio"
description="Discover a curated selection of industrial and commercial properties across Faridabad's most sought-after sectors."
tag="All Categories"
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1930.jpg"
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1930.jpg?_wi=2"
imageAlt="Properties showcase"
textPosition="bottom-left"
showBlur={true}
@@ -111,21 +111,21 @@ export default function PropertiesPage() {
id: "1",
name: "Industrial Plots - Sector 24",
price: "₹50 Lac - ₹1 Cr",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-long-shot_23-2148346100.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-long-shot_23-2148346100.jpg?_wi=2",
imageAlt: "Industrial plot sector 24",
},
{
id: "2",
name: "Factory Buildings - Sector 25",
price: "₹1.5 Cr - ₹3 Cr",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1930.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1930.jpg?_wi=3",
imageAlt: "Factory building sector 25",
},
{
id: "3",
name: "Warehouses - Sector 58",
price: "₹80 Lac - ₹1.2 Cr",
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg?_wi=2",
imageAlt: "Warehouse sector 58",
},
]}