Section

Mega Contact Grid — Minimal

Minimal contact layout: Mega contact grid.

  • Section
  • Tailwind
  • HTML
  • MIT

Preview

Live section

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/sections/contact/minimal/
fluid · no fixed width 100%
Dependencies: Tailwind CSS (CDN) · Google Fonts Responsive

Install

Add to your project

terminal
npx devsnips add Tailwind/Sections/Contact/minimal
registry path: Tailwind/Sections/Contact/minimal

Source

Implementation

code.html
<!--
Snippet Name: Mega Contact Grid — Minimal
Description: Minimal contact layout: Mega contact grid.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->

<style>
  /* DevSnips style-helper classes (self-contained snippet) */
  .f-sans{font-family:'Inter',sans-serif}.f-mono{font-family:'Inter',sans-serif}.f-disp{font-family:'Inter',sans-serif}
</style>
<section class="relative w-full py-20 sm:py-28 text-neutral-900" data-section="minimal">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<div class="mb-10 text-center mx-auto"><p class="mb-4"><span class="inline-flex items-center gap-1.5 rounded-full border border-neutral-200 px-3 py-1 text-[11px] font-medium uppercase tracking-wider text-neutral-600"><svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg> Contact</span></p><h2 class="f-disp text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-center mx-auto">Let's talk</h2><p class="mt-4 max-w-2xl text-center mx-auto text-base sm:text-lg leading-relaxed text-neutral-500">Reach out and our team will reply within one business day.</p></div><div class="grid grid-cols-1 gap-6 lg:grid-cols-2"><div class="grid grid-cols-1 gap-4 sm:grid-cols-2"><a href="#" class="bg-white border border-neutral-200 rounded-xl transition-all duration-300 hover:shadow-md hover:-translate-y-0.5 p-5 flex items-center gap-3"><span class="bg-neutral-50 border border-neutral-200 rounded-lg flex h-10 w-10 items-center justify-center"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="20" height="16" x="2" y="4" rx="2"/><path d="m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7"/></svg></span><div><p class="text-sm font-semibold">Email</p><p class="text-xs text-neutral-500">hello@company.com</p></div></a><a href="#" class="bg-white border border-neutral-200 rounded-xl transition-all duration-300 hover:shadow-md hover:-translate-y-0.5 p-5 flex items-center gap-3"><span class="bg-neutral-50 border border-neutral-200 rounded-lg flex h-10 w-10 items-center justify-center"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg></span><div><p class="text-sm font-semibold">Phone</p><p class="text-xs text-neutral-500">+1 555 123 4567</p></div></a><a href="#" class="bg-white border border-neutral-200 rounded-xl transition-all duration-300 hover:shadow-md hover:-translate-y-0.5 p-5 flex items-center gap-3"><span class="bg-neutral-50 border border-neutral-200 rounded-lg flex h-10 w-10 items-center justify-center"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg></span><div><p class="text-sm font-semibold">Live chat</p><p class="text-xs text-neutral-500">9am–6pm PT</p></div></a><a href="#" class="bg-white border border-neutral-200 rounded-xl transition-all duration-300 hover:shadow-md hover:-translate-y-0.5 p-5 flex items-center gap-3"><span class="bg-neutral-50 border border-neutral-200 rounded-lg flex h-10 w-10 items-center justify-center"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M3 14v-3a9 9 0 0 1 18 0v3"/><path d="M21 16a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 16a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"/></svg></span><div><p class="text-sm font-semibold">Support</p><p class="text-xs text-neutral-500">24/7 tickets</p></div></a></div><div class="bg-white border border-neutral-200 rounded-xl p-8"><form class="space-y-4"><div><label class="mb-1.5 block text-sm font-medium text-neutral-500" for="name">Name</label><input id="name" name="name" type="text" placeholder="" class="w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-neutral-900 placeholder:text-neutral-400 focus:outline-none focus:ring-2 focus:ring-neutral-900/10 focus:border-neutral-400"></div><div><label class="mb-1.5 block text-sm font-medium text-neutral-500" for="email">Email</label><input id="email" name="email" type="email" placeholder="" class="w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-neutral-900 placeholder:text-neutral-400 focus:outline-none focus:ring-2 focus:ring-neutral-900/10 focus:border-neutral-400"></div><textarea rows="4" placeholder="Message" class="w-full rounded-lg border border-neutral-300 bg-white px-4 py-3 text-neutral-900 placeholder:text-neutral-400 focus:outline-none focus:ring-2 focus:ring-neutral-900/10 focus:border-neutral-400" aria-label="Message"></textarea><button type="submit" class="bg-neutral-900 text-white rounded-lg font-medium hover:bg-neutral-800 w-full justify-center">Send message <svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="m22 2-7 20-4-9-9-4Z"/><path d="M22 2 11 13"/></svg></button></form></div></div>
</div>
</section>
16 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This section is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://sections/contact/minimal

Continue browsing

View all