Logo wall
The classic "trusted by" strip. pauseOnHover lets visitors stop the loop
to look at a logo, and gap accepts any CSS length.
<script>
import Marquee from 'svelte-fast-marquee';
</script>
<Marquee speed={40} pauseOnHover gap="3rem">
<img src="/logos/acme.svg" alt="Acme" height="40" />
<img src="/logos/globex.svg" alt="Globex" height="40" />
<img src="/logos/initech.svg" alt="Initech" height="40" />
<img src="/logos/hooli.svg" alt="Hooli" height="40" />
<img src="/logos/umbrella.svg" alt="Umbrella" height="40" />
<img src="/logos/aperture.svg" alt="Aperture" height="40" />
</Marquee>