Skip to content

Commit

Permalink
Update Properties.jsx again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojumiloju authored Oct 6, 2024
1 parent 922b77f commit 762c0d5
Showing 1 changed file with 212 additions and 0 deletions.
212 changes: 212 additions & 0 deletions src/components/Properties.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import React from 'react'
import picture1 from '../assets/Picture1.jpg'
import picture2 from '../assets/Picture2.jpg'
import picture3 from '../assets/Picture3.jpg'
import picture4 from '..assets/Picture4.jpg'
import sample from '../assets/sample1.png'
import joyce_b from '../assets/Joyce_B.jpg'
import beryl from '../assets/Beryl.jpg'
Expand All @@ -16,6 +20,58 @@ import { faBuilding, faBed, faToilet, faVectorSquare, faTractor, faHotel, faScho
const Properties = () => {

const propertyListings = [
{
name: '',
location: 'Off Farmway Iwo road',
bedrooms: '8',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'For commercial purposes',
image: picture1
},
{
name: '',
location: 'Unity Estate Isokan',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: '',
image: picture2,
},
{
name: '',
location: 'Ologuneru',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'Comes with modern facilities and is very close to the main road.',
image: picture4,
},
{
name: '',
location: 'Arapaja Odo ona',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦500k /year',
description: 'Comes with modern facilities.',
image: picture3,
},
{
name: '',
location: 'Aroro, Beryl, Basorun Ojo, Ibadan',
Expand Down Expand Up @@ -252,6 +308,58 @@ const Properties = () => {
description: '4 units of 3 bedroom Flats',
image: sample,
},
{
name: '',
location: 'Off Farmway Iwo road',
bedrooms: '8',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'For commercial purposes',
image: picture1
},
{
name: '',
location: 'Unity Estate Isokan',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: '',
image: picture2,
},
{
name: '',
location: 'Ologuneru',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'Comes with modern facilities and is very close to the main road.',
image: picture4,
},
{
name: '',
location: 'Arapaja Odo ona',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦500k /year',
description: 'Comes with modern facilities.',
image: picture3,
},
{
name: '',
location: 'Aroro, Beryl, Basorun Ojo, Ibadan',
Expand Down Expand Up @@ -298,6 +406,58 @@ const Properties = () => {
]

const typeListings = [
{
name: '',
location: 'Off Farmway Iwo road',
bedrooms: '8',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'For commercial purposes',
image: picture1
},
{
name: '',
location: 'Unity Estate Isokan',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: '',
image: picture2,
},
{
name: '',
location: 'Ologuneru',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'Comes with modern facilities and is very close to the main road.',
image: picture4,
},
{
name: '',
location: 'Arapaja Odo ona',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦500k /year',
description: 'Comes with modern facilities.',
image: picture3,
},
{
name: '',
location: 'Ologuneru, Ibadan',
Expand Down Expand Up @@ -478,6 +638,58 @@ const stateListings = [
description: '',
image: sample,
},
{
name: '',
location: 'Off Farmway Iwo road',
bedrooms: '8',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'For commercial purposes',
image: picture1
},
{
name: '',
location: 'Unity Estate Isokan',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: '',
image: picture2,
},
{
name: '',
location: 'Ologuneru',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦600k /year',
description: 'Comes with modern facilities and is very close to the main road.',
image: picture4,
},
{
name: '',
location: 'Arapaja Odo ona',
bedrooms: '3',
bathrooms: '',
condition: 'For Rent',
state: 'Oyo State',
type: 'Apartment',
typeIcon: faBuilding,
price: '₦500k /year',
description: 'Comes with modern facilities.',
image: picture3,
},
{
name: '',
location: 'Aroro, Beryl, Basorun Ojo, Ibadan',
Expand Down

0 comments on commit 762c0d5

Please sign in to comment.