PropertyCard

Domain

Summarises a property listing with image, price, type badges, specs, and location.

For sale with image

Code
<PropertyCard property={property} href="/properties/slug" />

Rental — no image (gradient placeholder)

Preview
LandFor Sale

₺950.000

Olive Grove Land Plot in Urla

4200
Izmir
Code
<PropertyCard property={{ ...property, imageUrl: null }} />

Short-term villa

Code
<PropertyCard property={villa} href="/properties/slug" />
Sourcemodules/domains/real-estate/property/PropertyCard.tsx