diff --git a/app/components/SearchForm/index.tsx b/app/components/SearchForm/index.tsx index 37abf9e..b5992a6 100644 --- a/app/components/SearchForm/index.tsx +++ b/app/components/SearchForm/index.tsx @@ -11,6 +11,7 @@ const LOT_FILTER_OPTIONS = { buildingTypes: [ { label: 'House', value: 'house' }, { label: 'Apartment', value: 'apartment' }, + { label: 'Penthouse', value: 'penthouse' }, { label: 'Empty lot', value: 'empty' }, ], transactionTypes: [