update home page

This commit is contained in:
2026-06-18 16:32:31 +05:30
parent d9cc83aa82
commit 8e0d704438
57 changed files with 2813 additions and 301 deletions

View File

@@ -53,7 +53,7 @@ export function Counter({
requestAnimationFrame(animate);
}
},
{ threshold: 0.3 }
{ rootMargin: "0px 0px 20% 0px", threshold: 0.01 }
);
observer.observe(el);