VibeCoderzVibeCoderz
Telegram
All Prompts
FAQ Intro Section with CTA Button preview
sectionfaqctatailwindresponsiveheadingtypographytext

FAQ Intro Section with CTA Button

Секция FAQ с CTA. Адаптивная шапка для страницы поддержки с заголовком, описанием и кнопкой. Создана на Tailwind CSS для связи с пользователем.

Prompt

<div class="md:col-span-5">
          <h2 class="text-[56px] sm:text-[80px] leading-none font-semibold text-black tracking-tighter font-geist">
            Questions.</h2>
          <p class="mt-3 text-sm sm:text-base text-black/80 font-geist">
            Find answers to common questions about NomadIQ, our adaptive trip planning, and how we can help craft your perfect journey.
          </p>
          <a href="#contact" class="mt-5 inline-flex items-center gap-2 rounded-full px-3 py-1.5 text-sm font-medium tracking-tight text-black/90 bg-black/5 hover:bg-black/15 ring-1 ring-black/10 backdrop-blur">
            <span class="font-geist">Get in touch</span>
            <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>
          </a>
        </div>
All Prompts