Update src/app/plots/page.tsx

This commit is contained in:
2026-03-05 10:54:02 +00:00
parent 9339d5ec10
commit 8831cbb100

View File

@@ -57,52 +57,22 @@ export default function PlotsPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Maai Mahiu Premium Plot - 0.5 Acres",
price: "KES 350,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=3",
imageAlt: "Maai Mahiu investment plot",
initialQuantity: 1,
id: "1", name: "Maai Mahiu Premium Plot - 0.5 Acres", price: "KES 350,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=3", imageAlt: "Maai Mahiu investment plot", initialQuantity: 1,
},
{
id: "2",
name: "Suswa SGR Zone Plot - 0.75 Acres",
price: "KES 425,000",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-abandoned-market-stalls-somewhere-along-highway-utah_333098-80.jpg?_wi=2",
imageAlt: "Suswa plot near SGR station",
initialQuantity: 1,
id: "2", name: "Suswa SGR Zone Plot - 0.75 Acres", price: "KES 425,000", imageSrc: "http://img.b2bpic.net/free-photo/colorful-abandoned-market-stalls-somewhere-along-highway-utah_333098-80.jpg?_wi=2", imageAlt: "Suswa plot near SGR station", initialQuantity: 1,
},
{
id: "3",
name: "Tala Strategic Plot - 0.5 Acres",
price: "KES 380,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=4",
imageAlt: "Tala location investment property",
initialQuantity: 1,
id: "3", name: "Tala Strategic Plot - 0.5 Acres", price: "KES 380,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=4", imageAlt: "Tala location investment property", initialQuantity: 1,
},
{
id: "4",
name: "Kangundo Road Development - 1 Acre",
price: "KES 520,000",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-highway-surrounded-by-mountains-hills_181624-14892.jpg?_wi=2",
imageAlt: "Kangundo road premium plot",
initialQuantity: 1,
id: "4", name: "Kangundo Road Development - 1 Acre", price: "KES 520,000", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-highway-surrounded-by-mountains-hills_181624-14892.jpg?_wi=2", imageAlt: "Kangundo road premium plot", initialQuantity: 1,
},
{
id: "5",
name: "Mlolongo Industrial Zone - 0.5 Acres",
price: "KES 295,000",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=5",
imageAlt: "Mlolongo industrial zone plot",
initialQuantity: 1,
id: "5", name: "Mlolongo Industrial Zone - 0.5 Acres", price: "KES 295,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-landscape-crops-field_23-2148346099.jpg?_wi=5", imageAlt: "Mlolongo industrial zone plot", initialQuantity: 1,
},
{
id: "6",
name: "Limuru Premium Residential - 0.75 Acres",
price: "KES 450,000",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg?_wi=2",
imageAlt: "Limuru residential plot",
initialQuantity: 1,
id: "6", name: "Limuru Premium Residential - 0.75 Acres", price: "KES 450,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-beautiful-green-landscape-with-pathway-cloudy-sky_181624-17759.jpg?_wi=2", imageAlt: "Limuru residential plot", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -139,4 +109,4 @@ export default function PlotsPage() {
</div>
</ThemeProvider>
);
}
}