Text & media

The other sections are styled to help you create beautiful, high-converting pages. If you already know exactly what you want, use this section to add text, images, video, audio, etc. and build something completely custom. This is your sandbox — create what you want!


<script>

  // Initialize AOS for simple animations

  AOS.init();


  // GSAP Animation for the Hero Section

  gsap.from(".hero-title", {

    opacity: 0,

    y: -50,

    duration: 1,

  });


  gsap.from(".cta-button", {

    opacity: 0,

    x: 100,

    delay: 0.5,

    duration: 1,

  });

</script>