patx/afterdarklabs
shorten ticker to match shorther hero
Commit 1e481b5 · patx · 2026-08-26T20:56:33-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index b1ee78d..e273e77 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -183,7 +183,7 @@
.hero-ticker-track {
display: flex;
width: max-content;
- animation: hero-ticker-scroll var(--ticker-duration, 14s) linear infinite;
+ animation: hero-ticker-scroll var(--ticker-duration, 10s) linear infinite;
will-change: transform;
}
@@ -482,18 +482,14 @@
<div class="hero-ticker" role="region" aria-label="Services" tabindex="0">
<div class="hero-ticker-track">
<ul class="hero-ticker-group" aria-label="Services offered">
- <li class="hero-ticker-item">Custom Websites</li>
- <li class="hero-ticker-item">Shopify Stores</li>
- <li class="hero-ticker-item">Mobile Apps</li>
- <li class="hero-ticker-item">Custom Software</li>
+ <li class="hero-ticker-item">Custom Websites & Apps</li>
+ <li class="hero-ticker-item">Ecommerce Stores</li>
<li class="hero-ticker-item">Brand Identity</li>
<li class="hero-ticker-item">AI Integrations</li>
</ul>
<ul class="hero-ticker-group" aria-hidden="true">
- <li class="hero-ticker-item">Custom Websites</li>
- <li class="hero-ticker-item">Shopify Stores</li>
- <li class="hero-ticker-item">Mobile Apps</li>
- <li class="hero-ticker-item">Custom Software</li>
+ <li class="hero-ticker-item">Custom Websites & Apps</li>
+ <li class="hero-ticker-item">Ecommerce Stores</li>
<li class="hero-ticker-item">Brand Identity</li>
<li class="hero-ticker-item">AI Integrations</li>
</ul>