Files
ukaiautomation/assets/images/hero-data-analytics.svg

27 lines
1.3 KiB
XML
Raw Normal View History

<svg width="500" height="400" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="heroGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:0.8" />
</linearGradient>
</defs>
<!-- Dashboard background -->
<rect x="50" y="50" width="400" height="300" fill="white" stroke="#e1e5e9" stroke-width="2" rx="16"/>
<!-- Charts and graphs -->
<rect x="80" y="80" width="150" height="100" fill="url(#heroGrad)" rx="8" opacity="0.3"/>
<rect x="250" y="80" width="150" height="60" fill="url(#heroGrad)" rx="8" opacity="0.5"/>
<rect x="250" y="160" width="150" height="60" fill="url(#heroGrad)" rx="8" opacity="0.4"/>
<!-- Data points -->
<circle cx="120" cy="130" r="4" fill="#667eea"/>
<circle cx="160" cy="110" r="4" fill="#764ba2"/>
<circle cx="200" cy="140" r="4" fill="#667eea"/>
<!-- Lines connecting data points -->
<line x1="120" y1="130" x2="160" y2="110" stroke="#667eea" stroke-width="2"/>
<line x1="160" y1="110" x2="200" y2="140" stroke="#667eea" stroke-width="2"/>
<!-- Title -->
<text x="250" y="30" font-family="Inter, Arial, sans-serif" font-size="24" font-weight="600" fill="#1a1a1a" text-anchor="middle">Data Analytics</text>
</svg>