diff --git a/app/common/enums.js b/app/common/enums.js index 2616002..d17ed0f 100644 --- a/app/common/enums.js +++ b/app/common/enums.js @@ -1,5 +1,5 @@ const PRICE_SLIDER_OPTIONS = { - start: [30000, 70000], + start: [50000, 85000], range: { min: [0, 1000], "10%": [20000, 1000], @@ -13,7 +13,7 @@ const PRICE_SLIDER_OPTIONS = { //This will be used for Flats, Apartments, Houses const HOME_SIZE_SLIDER_OPTIONS = { - start: [20, 75], + start: [30, 75], range: { min: [0, 5], "50%": [100, 10],