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

+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<rect width="200" height="200" rx="28" fill="#f6f5f4"/>
<rect x="10" y="10" width="180" height="180" rx="24" fill="none" stroke="#e5e3e0" stroke-width="2" stroke-dasharray="6,4"/>
<circle cx="100" cy="65" r="24" fill="#714b67" opacity="0.15"/>
<path d="M68 115 Q68 90 100 90 Q132 90 132 115" fill="#714b67" opacity="0.15"/>
<text x="100" y="148" text-anchor="middle" font-family="Arial, sans-serif" font-size="16" font-weight="700" fill="#714b67">Your</text>
<text x="100" y="170" text-anchor="middle" font-family="Arial, sans-serif" font-size="16" font-weight="700" fill="#714b67">Company</text>
</svg>

After

Width:  |  Height:  |  Size: 703 B

+8
View File
@@ -336,6 +336,10 @@
<img src="images/accelersales-logo.png" alt="AccellerSales" /> <img src="images/accelersales-logo.png" alt="AccellerSales" />
<span>AccellerSales</span> <span>AccellerSales</span>
</a> </a>
<a href="#pricing" class="partner-item" style="opacity: 0.55;">
<img src="images/your-company-logo.svg" alt="Your Company" />
<span>Your Company</span>
</a>
<!-- duplicate for seamless scroll --> <!-- duplicate for seamless scroll -->
<a href="https://paraguayservice.com/" target="_blank" rel="noopener" class="partner-item"> <a href="https://paraguayservice.com/" target="_blank" rel="noopener" class="partner-item">
<img src="images/paraguayservice-favicon.png" alt="Paraguay Service" /> <img src="images/paraguayservice-favicon.png" alt="Paraguay Service" />
@@ -365,6 +369,10 @@
<img src="images/accelersales-logo.png" alt="AccellerSales" /> <img src="images/accelersales-logo.png" alt="AccellerSales" />
<span>AccellerSales</span> <span>AccellerSales</span>
</a> </a>
<a href="#pricing" class="partner-item" style="opacity: 0.55;">
<img src="images/your-company-logo.svg" alt="Your Company" />
<span>Your Company</span>
</a>
</div> </div>
</div> </div>
</div> </div>