patx/afterdarklabs

shorten ticker to match shorther hero

Commit 1e481b5 · patx · 2026-08-26T20:56:33-04:00

Changeset
1e481b561ea09799ab553a030f684e446cfca2fd
Parents
212f4ba107d3fc210e5b16b97ccd06a31d7300ca

View source at this commit

Comments

No comments yet.

Log in to comment

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 &amp; 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 &amp; 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>