feat(landing): 히어로 문구를 'AI에게 병원을 묻습니다'로
특정 서비스명(ChatGPT와 Perplexity) 대신 AI로 바꿨다. webforai.kr 공유 이미지의 같은 문장도 함께 바꿨다. 아직 배포하지 않았다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5faf867b05
commit
bfde7f61b2
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 52 KiB |
@ -116,7 +116,7 @@ def discovery(out: Path):
|
||||
d.text((x, 170), "AI가 추천하는 병원은", font=title, fill=INDIGO)
|
||||
d.text((x, 272), "따로 있습니다.", font=title, fill=VIOLET)
|
||||
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.line([(x, 540), (W - 96, 540)], fill=(226, 232, 240), width=2)
|
||||
d.text((x, 556), "webforai.kr", font=font("SemiBold", 28), fill=INDIGO)
|
||||
|
||||
@ -69,7 +69,7 @@ export default function DiscoveryHero({
|
||||
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"
|
||||
>
|
||||
고객은 이제 ChatGPT와 Perplexity에게 병원을 묻습니다.
|
||||
고객은 이제 AI에게 병원을 묻습니다.
|
||||
<br className="hidden md:block" /> 답변에 인용될 근거를 {criteriaCount}개 항목으로 실측해
|
||||
답변 준비도와 출처 준비도로 진단하고, 8주 안에 구축합니다.
|
||||
</motion.p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user