1.6 KiB
1.6 KiB
12. Update SVG Ad Creatives and Marketing Assets
meta: id: rebrand-to-kordant-12 feature: rebrand-to-kordant priority: P3 depends_on: [] tags: [assets, marketing]
objective:
- Update all SVG ad creative files in the assets/ directory to replace "ShieldAI" branding with "Kordant".
deliverables:
- assets/ads/meta_c_1x1_1080x1080.svg — headline updated
- assets/ads/meta_b_45_1080x1350.svg — terminal prompt, body text, tagline updated
- assets/ads/meta_b_1x1_1080x1080.svg — terminal prompt, product name updated
- assets/ads/meta_a_1x1_1080x1080.svg — headline updated
- assets/ads/linkedin/variant1_professional.svg — body text, logo updated
- assets/ads/linkedin/variant2_datasecurity.svg — product name, logo updated
- assets/ads/linkedin/variant3_family_professional.svg — badge, logo updated
- assets/ads/gd_portrait_600x750.svg — tagline updated
steps:
- For each SVG file, search for "ShieldAI" text nodes and replace with "Kordant"
- For terminal prompts like
darkwatch@shieldai:~$, update todarkwatch@kordant:~$ - For taglines like "ShieldAI — AI-Powered Identity Protection", update to "Kordant — AI-Powered Identity Protection"
- Verify SVG files remain valid after replacements
tests:
- Visual: Open SVGs in browser — verify text renders correctly with new name
- Structural: SVGs remain valid XML
acceptance_criteria:
- No "ShieldAI" text remains in any SVG asset file
- Terminal prompts use
@kordantinstead of@shieldai - Taglines and headlines use "Kordant"
validation:
- Run
grep -rn "ShieldAI" assets/ads/— expect zero - Run
grep -rn "shieldai" assets/ads/— expect zero (check for prompt variants)