Join growth-focused professionals, founders, and innovators for two days of strategic insights, meaningful networking, and real business momentum.
The template integrates the Lenis library to deliver a smooth scrolling experience.
<!-- Lenis script and styles Start -->
<link rel="stylesheet" href="https://unpkg.com/lenis@1.3.4/dist/lenis.css">
<script src="https://unpkg.com/lenis@1.3.4/dist/lenis.min.js"></script> <!-- Lenis Script Start -->
<script>
// Initialize Lenis
const lenis = new Lenis({
smooth: true,
lerp: 0.1,
wheelMultiplier: 1,
infinite: false,
});
// Use requestAnimationFrame to continuously update the scroll
function raf(time) {
lenis.raf(time);
requestAnimationFrame(raf);
}
requestAnimationFrame(raf);
</script>This project uses GSAP for the number counter animation (Home Page).
duration: 4delay: 0.5ease: 'power2.out'start: 'top 85%'once: true// Comment or delete this block
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/gsap.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3/dist/ScrollTrigger.min.js" defer></script>
window.addEventListener('DOMContentLoaded', () => {
...
});Join ambitious professionals, founders, and growth leaders for an experience designed to deliver clarity, connections, and real business momentum.