[fix] solution/frontend: 랜딩 부제("가게 이름 한 줄로...")도 ?build=1 뒤로 감춘다

입력 폼만 감췄더니 그 위 부제가 입력창 없는 화면에 혼자 남아 어색했다.
같은 buildMode 로 감싼다.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Mina Choi 2026-09-21 14:16:10 +09:00
parent 2252588bf2
commit 5952f0db62

View File

@ -103,9 +103,11 @@ export function LandingPage() {
</span>
</h1>
<p className="mx-auto mt-6 text-base text-muted-foreground sm:text-lg">
</p>
{buildMode && (
<p className="mx-auto mt-6 text-base text-muted-foreground sm:text-lg">
</p>
)}
{/* ** ** ( ).
, . */}