From f0ad19593f5efbe2709f9fdc71c8bb7502ef4347 Mon Sep 17 00:00:00 2001 From: gagan-lambda <132786350+gagan-lambda@users.noreply.github.com> Date: Sun, 11 Jan 2026 23:02:25 +0530 Subject: [PATCH] Update SearchBar.tsx --- frontend/src/components/SearchBar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/SearchBar.tsx b/frontend/src/components/SearchBar.tsx index 6a53c55..e13cb94 100644 --- a/frontend/src/components/SearchBar.tsx +++ b/frontend/src/components/SearchBar.tsx @@ -27,6 +27,7 @@ const LOCATIONS = [ { city: 'Seoul', state: 'South Korea', country: 'South Korea' }, { city: 'Ghaziabad', state: 'Uttar Pradesh', country: 'India' }, { city: 'Delhi', state: 'Delhi', country: 'India' }, + { city: 'Tampa', state: 'Florida', country: 'India' }, ]; const SearchBar = ({ onSearch, initialFilters }: SearchBarProps) => {