system-prompts-and-models-o.../salesflow-saas/frontend/public/logo.svg
Sami Assiri 07557c4be9 feat(dealix): GTM polish, CRM/AI APIs, launch verification hardening
- Add integrations CRM and AI routing APIs; Salesforce OAuth refresh; lead CRM metadata
- Marketer hub, settings CRM UI, OS views; premium landing and strategy_summary differentiators
- Docs: API-MAP, product guide, competitive matrix, launch simulation, AGENT-MAP LLM routing
- Sync script: strategy legal + competitive matrix to public; pytest DB isolation (.pytest_dealix.sqlite)
- Tests: CRM status and AI routing smoke; check_go_live_gate UTF-8 stdout on Windows
- Alembic migrations for strategic deal links and lead company/sector/city

Made-with: Cursor
2026-04-13 05:08:39 +03:00

33 lines
1.5 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
<defs>
<linearGradient id="bg" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#0b1220" />
<stop offset="100%" stop-color="#0d9488" />
</linearGradient>
<linearGradient id="deal" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#5eead4" />
<stop offset="100%" stop-color="#14b8a6" />
</linearGradient>
<linearGradient id="growth" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#14b8a6" />
<stop offset="100%" stop-color="#f59e0b" />
</linearGradient>
</defs>
<rect x="8" y="8" width="240" height="240" rx="56" fill="url(#bg)" />
<!-- Two hands approaching (strategic deal / handshake) -->
<path d="M58 146 C80 118, 106 106, 126 112 C136 115, 144 123, 154 129"
fill="none" stroke="url(#deal)" stroke-width="20" stroke-linecap="round" />
<path d="M198 110 C176 138, 150 150, 130 144 C120 141, 112 133, 102 127"
fill="none" stroke="#ffffff" stroke-opacity="0.9" stroke-width="20" stroke-linecap="round" />
<!-- Deal node -->
<circle cx="128" cy="128" r="12" fill="#ffffff" />
<circle cx="128" cy="128" r="7" fill="#0d9488" />
<!-- Revenue growth arrow -->
<path d="M82 186 L172 186 L172 96" fill="none" stroke="url(#growth)" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" />
<path d="M154 112 L172 94 L190 112" fill="none" stroke="url(#growth)" stroke-width="12" stroke-linecap="round" stroke-linejoin="round" />
</svg>