VibeCoderzVibeCoderz
Telegram
All Prompts
Responsive CTA Banner with Email & Project Buttons preview
call-to-actionbannerbuttoncontactemailresponsivetailwindcta

Responsive CTA Banner with Email & Project Buttons

Адаптивный CTA баннер с кнопками email и старт проекта. Tailwind CSS, flex-разметка для мобильных и десктопных версий. Призыв к действию.

Prompt

<div class="flex flex-col sm:flex-row sm:items-center gap-6 items-start justify-between w-full max-w-5xl">
                    <div class="">
                        <p class="text-sm text-gray-500 font-geist">Ready to create something amazing?</p>
                        <h3 class="mt-1 text-xl sm:text-2xl text-gray-900 font-geist tracking-tighter">Let's bring your vision to life.</h3>
                    </div>
                    <div class="flex items-center gap-3">
                        <a href="mailto:hello@studiomeridian.co" class="inline-flex items-center gap-2 rounded-full px-4 py-2 text-sm font-medium tracking-tight text-gray-700 bg-gray-100 hover:bg-gray-200 border border-white/20">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="mail" class="lucide lucide-mail w-4 h-4 stroke-1.5"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7" class=""></path><rect x="2" y="4" width="20" height="16" rx="2" class=""></rect></svg>
                            <span class="font-geist">hello@studiomeridian.co</span>
                        </a>
                        <a href="#" class="inline-flex items-center gap-2 rounded-full px-4 py-2 text-sm font-medium tracking-tight text-white bg-blue-600 hover:bg-blue-700 border border-white/10">
                            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" data-lucide="message-circle" class="lucide lucide-message-circle w-4 h-4 stroke-1.5"><path d="M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719" class=""></path></svg>
                            <span class="font-geist">Start Project</span>
                        </a>
                    </div>
                </div>
All Prompts