fix build

This commit is contained in:
2025-08-17 15:58:02 +03:00
parent e2543a0c58
commit 7d31a3b3df
197 changed files with 17147 additions and 14530 deletions

View File

@@ -38,7 +38,7 @@ const cards = [
const MultiCardCarousel = () => {
const [currentIndex, setCurrentIndex] = useState(0);
const [isMobile, setIsMobile] = useState(window.innerWidth < 640);
const [isMobile, setIsMobile] = useState(false); // Start with false, will be updated in useEffect
useEffect(() => {
const handleResize = () => {