faster hero

This commit is contained in:
2026-03-26 16:27:05 -04:00
parent d9dbb43926
commit b0f2bf142b
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ const slides = [
];
const autoplayPlugin = Autoplay({
delay: 4000,
delay: general.carouselDelay,
stopOnInteraction: false,
stopOnMouseEnter: false,
});