diff --git a/frontend/src/components/SearchBar.tsx b/frontend/src/components/SearchBar.tsx index 6a53c55..81b3329 100644 --- a/frontend/src/components/SearchBar.tsx +++ b/frontend/src/components/SearchBar.tsx @@ -27,6 +27,8 @@ const LOCATIONS = [ { city: 'Seoul', state: 'South Korea', country: 'South Korea' }, { city: 'Ghaziabad', state: 'Uttar Pradesh', country: 'India' }, { city: 'Delhi', state: 'Delhi', country: 'India' }, + { city: 'Mumbai', state: 'Maharashtra', country: 'India' }, + ]; const SearchBar = ({ onSearch, initialFilters }: SearchBarProps) => {