This commit is contained in:
Mackie 2026-05-25 02:33:22 +08:00
parent 5650d3b954
commit 7dc7c9720b

View file

@ -257,7 +257,7 @@ function LogosSection({ isDark }: { isDark: boolean }) {
{/* Marquee track */}
<div style={{ overflow: 'hidden', width: '100%' }}>
<div style={{ display: 'flex', width: 'max-content', animation: 'marquee 25s linear infinite' }}>
<div style={{ display: 'flex', width: 'max-content', animation: 'marquee 35s linear infinite' }}>
{[...LOGOS, ...LOGOS, ...LOGOS, ...LOGOS].map((l, i) => (
<img
key={i}