Add fun 'Your Company' placeholder to partner carousel (links to pricing)

This commit is contained in:
2026-06-25 11:27:18 +00:00
parent 4f81a3a59b
commit 38e523f624
3 changed files with 23 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<rect width="200" height="200" rx="32" fill="#f0cda8" />
<circle cx="100" cy="70" r="28" fill="#714b67" opacity="0.3" />
<path d="M65 130 Q65 100 100 100 Q135 100 135 130" fill="#714b67" opacity="0.3" />
<text x="100" y="155" text-anchor="middle" font-family="Inter Tight, sans-serif" font-size="18" font-weight="700" fill="#1b1319">Your</text>
<text x="100" y="177" text-anchor="middle" font-family="Inter Tight, sans-serif" font-size="18" font-weight="700" fill="#1b1319">Company</text>
</svg>

After

Width:  |  Height:  |  Size: 593 B