feat(landing): 히어로 문구를 'AI에게 병원을 묻습니다'로

특정 서비스명(ChatGPT와 Perplexity) 대신 AI로 바꿨다. webforai.kr 공유 이미지의
같은 문장도 함께 바꿨다. 아직 배포하지 않았다.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Haewon Kam 2026-09-15 16:55:59 +09:00
parent 5faf867b05
commit bfde7f61b2
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -116,7 +116,7 @@ def discovery(out: Path):
d.text((x, 170), "AI가 추천하는 병원은", font=title, fill=INDIGO) d.text((x, 170), "AI가 추천하는 병원은", font=title, fill=INDIGO)
d.text((x, 272), "따로 있습니다.", font=title, fill=VIOLET) d.text((x, 272), "따로 있습니다.", font=title, fill=VIOLET)
sub = font("Medium", 34) sub = font("Medium", 34)
d.text((x, 410), "고객은 이제 ChatGPT와 Perplexity에게 병원을 묻습니다.", font=sub, fill=SLATE) d.text((x, 410), "고객은 이제 AI에게 병원을 묻습니다.", font=sub, fill=SLATE)
d.text((x, 458), "답변에 인용될 근거를 실측해 진단하고, 8주 안에 구축합니다.", font=sub, fill=SLATE) d.text((x, 458), "답변에 인용될 근거를 실측해 진단하고, 8주 안에 구축합니다.", font=sub, fill=SLATE)
d.line([(x, 540), (W - 96, 540)], fill=(226, 232, 240), width=2) d.line([(x, 540), (W - 96, 540)], fill=(226, 232, 240), width=2)
d.text((x, 556), "webforai.kr", font=font("SemiBold", 28), fill=INDIGO) d.text((x, 556), "webforai.kr", font=font("SemiBold", 28), fill=INDIGO)

View File

@ -69,7 +69,7 @@ export default function DiscoveryHero({
transition={{ duration: 0.6, delay: 0.2 }} transition={{ duration: 0.6, delay: 0.2 }}
className="text-lg md:text-xl text-slate-600 leading-relaxed max-w-3xl mb-10 break-keep" className="text-lg md:text-xl text-slate-600 leading-relaxed max-w-3xl mb-10 break-keep"
> >
ChatGPT와 Perplexity에게 . AI에게 .
<br className="hidden md:block" /> {criteriaCount} <br className="hidden md:block" /> {criteriaCount}
, 8 . , 8 .
</motion.p> </motion.p>