diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index e615291..9e6c1a8 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -957,37 +957,49 @@ export default function Home() {
{/* Line 1: 음식 장르 + 가격 + 결과수 */}
- - +
+ + + +
+
+ + + +
{(cuisineFilter || priceFilter) && (
{/* Line 2: 나라 + 시 + 구 + 내위치 */}
- - {countryFilter && cities.length > 0 && ( +
+ + +
+ {countryFilter && cities.length > 0 && ( +
+ + +
)} {cityFilter && districts.length > 0 && ( - +
+ + +
)} {countryFilter && (