diff --git a/public/og-discovery.jpg b/public/og-discovery.jpg index 91c9a2d..a2a42b1 100644 Binary files a/public/og-discovery.jpg and b/public/og-discovery.jpg differ diff --git a/scripts/make_share_assets.py b/scripts/make_share_assets.py index e9d756c..7d5dcbc 100644 --- a/scripts/make_share_assets.py +++ b/scripts/make_share_assets.py @@ -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) diff --git a/src/components/discovery/DiscoveryHero.tsx b/src/components/discovery/DiscoveryHero.tsx index e16fe95..dfb604a 100644 --- a/src/components/discovery/DiscoveryHero.tsx +++ b/src/components/discovery/DiscoveryHero.tsx @@ -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에게 병원을 묻습니다.
답변에 인용될 근거를 {criteriaCount}개 항목으로 실측해 답변 준비도와 출처 준비도로 진단하고, 8주 안에 구축합니다.