All Prompts
All Prompts

herotitletexttypographyresponsivecleanminimallanding
Hero Text Component
Компонент hero text: крупная типографика для лендингов. Адаптивный размер, профессиональный дизайн, читаемость.
Prompt
<div class="bg-white text-black flex flex-col items-center justify-center text-center p-4 font-sans">
<style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');</style>
<div class="max-w-5xl">
<h1 class="font-bold tracking-tighter text-5xl md:text-7xl mb-8" style="font-family: 'Inter', 'Helvetica Neue', sans-serif">The Open Source Video Editor</h1>
<p class="text-lg md:text-xl max-w-2xl mx-auto text-gray-500" style="font-family: 'Inter', 'Helvetica Neue', sans-serif">An intuitive, powerful, and free video editor for everyone. Create stunning videos with professional tools, right from your browser.</p>
</div>
</div>