agent: Apply about page CRO improvements

This commit is contained in:
platform-mcp
2026-06-17 14:18:59 +05:30
parent 387433cd26
commit 58c0cb5165
7 changed files with 1066 additions and 109 deletions
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600" role="img" aria-label="Placeholder portrait for Ajay Ghanwat — replace with real headshot">
<defs>
<linearGradient id="ag-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0891b2"/>
<stop offset="100%" stop-color="#155e75"/>
</linearGradient>
</defs>
<rect width="800" height="600" fill="url(#ag-grad)"/>
<text x="400" y="300" text-anchor="middle" dominant-baseline="central" font-family="'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif" font-weight="700" font-size="220" fill="#ffffff" letter-spacing="-6">AG</text>
</svg>

After

Width:  |  Height:  |  Size: 690 B

+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600" role="img" aria-label="Placeholder portrait for Ashok Jamdade — replace with real headshot">
<defs>
<linearGradient id="aj-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0891b2"/>
<stop offset="100%" stop-color="#155e75"/>
</linearGradient>
</defs>
<rect width="800" height="600" fill="url(#aj-grad)"/>
<text x="400" y="300" text-anchor="middle" dominant-baseline="central" font-family="'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif" font-weight="700" font-size="220" fill="#ffffff" letter-spacing="-6">AJ</text>
</svg>

After

Width:  |  Height:  |  Size: 691 B

+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600" role="img" aria-label="Placeholder portrait for Swapnali Vachkal — replace with real headshot">
<defs>
<linearGradient id="sv-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0891b2"/>
<stop offset="100%" stop-color="#155e75"/>
</linearGradient>
</defs>
<rect width="800" height="600" fill="url(#sv-grad)"/>
<text x="400" y="300" text-anchor="middle" dominant-baseline="central" font-family="'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif" font-weight="700" font-size="220" fill="#ffffff" letter-spacing="-6">SV</text>
</svg>

After

Width:  |  Height:  |  Size: 694 B