# 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: 1. For each SVG file, search for "ShieldAI" text nodes and replace with "Kordant" 2. For terminal prompts like `darkwatch@shieldai:~$`, update to `darkwatch@kordant:~$` 3. For taglines like "ShieldAI — AI-Powered Identity Protection", update to "Kordant — AI-Powered Identity Protection" 4. 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 `@kordant` instead 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)