feat(insta): replace Blog Lab page with Insta cards UI

/blog-lab → /insta route. New InstaCards page consumes insta-lab API
(news/keywords/slates + 10-page card preview + prompt template editor).
25개 blog-marketing API helper 제거, 13개 insta helper 추가.
This commit is contained in:
2026-05-16 02:47:19 +09:00
parent f261a80d52
commit a8e411ec22
8 changed files with 689 additions and 955 deletions

View File

@@ -125,3 +125,12 @@ export const IconBuilding = () =>
<rect x="11" y="16" width="3" height="3" />
</>
);
export const IconInsta = () =>
svg(
<>
<rect x="2" y="2" width="20" height="20" rx="5" />
<circle cx="12" cy="12" r="4" />
<circle cx="17.5" cy="6.5" r="1" fill="currentColor" strokeWidth="0" />
</>
);