diff --git a/solution/frontend/src/features/marketing/ShowcaseGrid.tsx b/solution/frontend/src/features/marketing/ShowcaseGrid.tsx index 3b76429..9405014 100644 --- a/solution/frontend/src/features/marketing/ShowcaseGrid.tsx +++ b/solution/frontend/src/features/marketing/ShowcaseGrid.tsx @@ -130,11 +130,11 @@ export function ShowcasePeeks({limit = 10}: {limit?: number}) { return (
{item.name}
-+
{item.name}
+{[item.region, CATEGORY_LABEL[item.category]].filter(Boolean).join(' · ')}
+
가게 이름 한 줄로 시작해 보세요
- {/* 업종은 고르지 않아도 된다 — 여기 있는 건 "누구를 위한 서비스인가" 를 말하기 위한 것이다. */} -