diff --git a/frontend/src/components/SearchBar.tsx b/frontend/src/components/SearchBar.tsx index 6a5cd8a..b5ef688 100644 --- a/frontend/src/components/SearchBar.tsx +++ b/frontend/src/components/SearchBar.tsx @@ -25,8 +25,7 @@ const LOCATIONS = [ { city: 'Denver', state: 'Colorado', country: 'United States' }, { city: 'Los Angeles', state: 'California', country: 'United States' }, { 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) => {