Rudy Waks
<body class="bg-gray-900 text-white font-sans leading-normal tracking-normal"> <section class="relative flex items-center justify-center min-h-screen bg-gray-900"> <div class="absolute inset-0 bg-gradient-to-r from-green-400 to-blue-500 opacity-50"></div> <div class="relative z-10 max-w-4xl mx-auto text-center p-8"> <h1 class="text-5xl md:text-6xl font-bold mb-6">Innovate with Us</h1> <p class="text-lg md:text-xl mb-8">Join our tech startup and be a part of groundbreaking innovations. Let's build the future together.</p> <a href="#" class="inline-block bg-green-500 hover:bg-green-400 text-white font-bold py-3 px-6 rounded-full transition duration-300">Join Now</a> </div> <div class="absolute bottom-0 right-0 w-1/2 h-1/2 md:w-1/3 md:h-1/3"> <img src="https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg" alt="Tech Startup Image" class="object-cover w-full h-full rounded-tl-full"> </div> </section> </body>