All Prompts
All Prompts

buttonctamodernresponsivecalendarmeetingwhite
Book Meeting Button
Кнопка "Забронировать встречу" с иконкой календаря. CTA-элемент для быстрого назначения встреч и записи на прием. Современный дизайн.
Prompt
<div class="inline-block">
<style>@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');</style>
<a href="#contact" class="inline-flex items-center gap-2 bg-white hover:bg-white/90 transition-colors duration-200 text-sm font-medium text-gray-900 tracking-tight border-white/10 border rounded-full pt-3 pr-5 pb-3 pl-5">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-calendar">
<path d="M8 2v4"></path>
<path d="M16 2v4"></path>
<rect width="18" height="18" x="3" y="4" rx="2"></rect>
<path d="M3 10h18"></path>
</svg>
<span style="font-family: 'Inter', 'Helvetica Neue', sans-serif;">Book a Meeting</span>
</a>
</div>