| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="titleGradient" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 4 | <stop offset="0%" stop-color="#5B8DEF"/> |
| 5 | <stop offset="50%" stop-color="#A26BFA"/> |
| 6 | <stop offset="100%" stop-color="#3DDDFC"/> |
| 7 | </linearGradient> |
| 8 | <linearGradient id="heroScrim" x1="0%" y1="0%" x2="0%" y2="100%"> |
| 9 | <stop offset="0%" stop-color="#0A0E27" stop-opacity="0.55"/> |
| 10 | <stop offset="50%" stop-color="#0A0E27" stop-opacity="0.35"/> |
| 11 | <stop offset="100%" stop-color="#0A0E27" stop-opacity="0.75"/> |
| 12 | </linearGradient> |
| 13 | <radialGradient id="heroVignette" cx="50%" cy="50%" r="68%"> |
| 14 | <stop offset="0%" stop-color="#0A0E27" stop-opacity="0"/> |
| 15 | <stop offset="100%" stop-color="#0A0E27" stop-opacity="0.55"/> |
| 16 | </radialGradient> |
| 17 | <linearGradient id="pillFill" x1="0%" y1="0%" x2="0%" y2="100%"> |
| 18 | <stop offset="0%" stop-color="#5B8DEF" stop-opacity="0.22"/> |
| 19 | <stop offset="100%" stop-color="#A26BFA" stop-opacity="0.12"/> |
| 20 | </linearGradient> |
| 21 | </defs> |
| 22 | |
| 23 | <g id="bg"> |
| 24 | <rect width="1280" height="720" fill="#0A0E27"/> |
| 25 | <image href="../images/02_hero_transition.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/> |
| 26 | <rect x="0" y="0" width="1280" height="720" fill="url(#heroScrim)"/> |
| 27 | <rect x="0" y="0" width="1280" height="720" fill="url(#heroVignette)"/> |
| 28 | </g> |
| 29 | |
| 30 | <g id="hero-tag"> |
| 31 | <line x1="640" y1="155" x2="608" y2="155" stroke="#3DDDFC" stroke-width="2" stroke-linecap="round"/> |
| 32 | <text x="640" y="160" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="700" fill="#3DDDFC" letter-spacing="5" text-anchor="middle">FROM DEMO TO PRODUCTION</text> |
| 33 | <line x1="640" y1="155" x2="672" y2="155" stroke="#3DDDFC" stroke-width="2" stroke-linecap="round"/> |
| 34 | </g> |
| 35 | |
| 36 | <g id="hero-title"> |
| 37 | <text x="640" y="280" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="68" font-weight="900" fill="#E8ECFF" text-anchor="middle"><tspan fill="url(#titleGradient)">90%</tspan> 的 Agent 项目</text> |
| 38 | <text x="640" y="362" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="68" font-weight="900" fill="#E8ECFF" text-anchor="middle">止步于 Demo</text> |
| 39 | </g> |
| 40 | |
| 41 | <g id="hero-subtext"> |
| 42 | <text x="640" y="438" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="24" font-weight="400" fill="#A8B0D0" text-anchor="middle">真正进入生产,需要跨越四道工程化门槛</text> |
| 43 | </g> |
| 44 | |
| 45 | <g id="hero-pillars"> |
| 46 | <g id="pillar-1"> |
| 47 | <rect x="270" y="510" width="170" height="62" rx="31" fill="url(#pillFill)" stroke="#5B8DEF" stroke-opacity="0.55" stroke-width="1"/> |
| 48 | <circle cx="312" cy="541" r="6" fill="#5B8DEF"/> |
| 49 | <text x="332" y="547" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">架构</text> |
| 50 | </g> |
| 51 | <g id="pillar-2"> |
| 52 | <rect x="460" y="510" width="170" height="62" rx="31" fill="url(#pillFill)" stroke="#A26BFA" stroke-opacity="0.55" stroke-width="1"/> |
| 53 | <circle cx="502" cy="541" r="6" fill="#A26BFA"/> |
| 54 | <text x="522" y="547" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">上下文</text> |
| 55 | </g> |
| 56 | <g id="pillar-3"> |
| 57 | <rect x="650" y="510" width="170" height="62" rx="31" fill="url(#pillFill)" stroke="#3DDDFC" stroke-opacity="0.55" stroke-width="1"/> |
| 58 | <circle cx="692" cy="541" r="6" fill="#3DDDFC"/> |
| 59 | <text x="712" y="547" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">评估</text> |
| 60 | </g> |
| 61 | <g id="pillar-4"> |
| 62 | <rect x="840" y="510" width="170" height="62" rx="31" fill="url(#pillFill)" stroke="#4ADE80" stroke-opacity="0.55" stroke-width="1"/> |
| 63 | <circle cx="882" cy="541" r="6" fill="#4ADE80"/> |
| 64 | <text x="902" y="547" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="20" font-weight="700" fill="#E8ECFF">可观测</text> |
| 65 | </g> |
| 66 | </g> |
| 67 | |
| 68 | <g id="hero-footer"> |
| 69 | <text x="60" y="688" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#A8B0D0">AI Agent 工程化</text> |
| 70 | <text x="1220" y="688" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#6B7299" text-anchor="end">02 / 12</text> |
| 71 | </g> |
| 72 | </svg> |
| 73 |