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({ const autoplayPlugin = Autoplay({
delay: 4000, delay: general.carouselDelay,
stopOnInteraction: false, stopOnInteraction: false,
stopOnMouseEnter: false, stopOnMouseEnter: false,
}); });

View File

@@ -16,5 +16,6 @@
"instagram": "https://www.instagram.com/cachet.deco/", "instagram": "https://www.instagram.com/cachet.deco/",
"linkedin": "", "linkedin": "",
"rbq": "5839 8736 01", "rbq": "5839 8736 01",
"neq": "9500-5609" "neq": "9500-5609",
"carouselDelay": 2500
} }