diff --git a/attached_assets/image_1762645054920.png b/attached_assets/image_1762645054920.png new file mode 100644 index 0000000..40f77c3 Binary files /dev/null and b/attached_assets/image_1762645054920.png differ diff --git a/static/js/scripts.js b/static/js/scripts.js index ee2a1de..6b8595b 100644 --- a/static/js/scripts.js +++ b/static/js/scripts.js @@ -293,19 +293,7 @@ function initMagneticButtons() { } function initFloatingElements() { - const memberCards = document.querySelectorAll('.member-card'); - memberCards.forEach((card, index) => { - gsap.to(card, { - y: -10, - duration: 2 + (index % 3) * 0.5, - repeat: -1, - yoyo: true, - ease: "sine.inOut", - delay: index * 0.2 - }); - }); - - const cards = document.querySelectorAll('.card, .card-sponsors'); + const cards = document.querySelectorAll('.value-card'); cards.forEach((card, index) => { gsap.to(card, { y: -8,