Restore logo carousel in trusted-by section with favicon images and smooth scroll animation

This commit is contained in:
2026-06-24 22:42:33 +00:00
parent e839ea396d
commit d65913e63e
+58 -11
View File
@@ -153,6 +153,7 @@
padding: 1.25rem 0;
text-align: center;
border-bottom: 1px solid var(--border);
overflow: hidden;
}
.trust-bar p {
color: rgba(33,37,41,0.45);
@@ -161,17 +162,18 @@
letter-spacing: 0.08em;
margin-bottom: 0.75rem;
}
.trust-bar .logos {
display: flex;
justify-content: center;
align-items: center;
gap: 2.5rem;
flex-wrap: wrap;
.trust-bar .partner-item {
color: rgba(33,37,41,0.55);
}
.trust-bar .partner-item img {
width: 40px;
height: 40px;
}
@media (max-width: 768px) {
.trust-bar .partner-item img {
width: 34px;
height: 34px;
}
.trust-bar .logos span {
color: rgba(33,37,41,0.5);
font-size: 0.82rem;
font-weight: 500;
}
/* ---- Features Strip ---- */
@@ -304,13 +306,58 @@
<section class="trust-bar">
<div class="container">
<p>Trusted by businesses worldwide</p>
<div class="logos">
<div class="partner-carousel-wrap">
<div class="partner-grid">
<a href="https://paraguayservice.com/" target="_blank" rel="noopener" class="partner-item">
<img src="images/paraguayservice-favicon.png" alt="Paraguay Service" />
<span>Paraguay Service</span>
</a>
<a href="https://estancia-agape.com/" target="_blank" rel="noopener" class="partner-item">
<img src="images/estancia-agape-favicon.png" alt="Estancia Agape" />
<span>Estancia Agape</span>
</a>
<a href="https://kate-group.de/" target="_blank" rel="noopener" class="partner-item">
<img src="images/kate-group-favicon.png" alt="KATE Group" />
<span>KATE Group</span>
</a>
<a href="https://agilnova.de/" target="_blank" rel="noopener" class="partner-item">
<img src="images/agilnova-favicon.png" alt="agilnova" />
<span>agilnova</span>
</a>
<a href="https://006-002-bc5bb1cb-984d-42c3-8580-63439f4924c5.odoo4projects.com/" target="_blank" rel="noopener" class="partner-item">
<img src="images/ramani-kenya-logo.png" alt="Ramani Kenya" />
<span>Ramani Kenya</span>
</a>
<a href="https://startparaguay.net/" target="_blank" rel="noopener" class="partner-item">
<img src="images/startparaguay-favicon.png" alt="Start Paraguay" />
<span>Start Paraguay</span>
</a>
<!-- duplicate for seamless scroll -->
<a href="https://paraguayservice.com/" target="_blank" rel="noopener" class="partner-item">
<img src="images/paraguayservice-favicon.png" alt="Paraguay Service" />
<span>Paraguay Service</span>
</a>
<a href="https://estancia-agape.com/" target="_blank" rel="noopener" class="partner-item">
<img src="images/estancia-agape-favicon.png" alt="Estancia Agape" />
<span>Estancia Agape</span>
</a>
<a href="https://kate-group.de/" target="_blank" rel="noopener" class="partner-item">
<img src="images/kate-group-favicon.png" alt="KATE Group" />
<span>KATE Group</span>
</a>
<a href="https://agilnova.de/" target="_blank" rel="noopener" class="partner-item">
<img src="images/agilnova-favicon.png" alt="agilnova" />
<span>agilnova</span>
</a>
<a href="https://006-002-bc5bb1cb-984d-42c3-8580-63439f4924c5.odoo4projects.com/" target="_blank" rel="noopener" class="partner-item">
<img src="images/ramani-kenya-logo.png" alt="Ramani Kenya" />
<span>Ramani Kenya</span>
</a>
<a href="https://startparaguay.net/" target="_blank" rel="noopener" class="partner-item">
<img src="images/startparaguay-favicon.png" alt="Start Paraguay" />
<span>Start Paraguay</span>
</a>
</div>
</div>
</div>
</section>