A section-by-section blueprint for a Agency landing page. Copy the skeleton, swap the copy.

Page structure#

OrderSectionKey classes
1Statement herotext-6xl font-black tracking-tight
2Client marqueeoverflow-hidden grayscale
3Case studiesgrid md:grid-cols-2 gap-8
4Servicesdivide-y py-8 grid md:grid-cols-[1fr_2fr]
5Teamgrid grid-cols-2 md:grid-cols-4
6Culture stripaspect-video rounded-3xl
7Contact CTAtext-4xl underline

Skeleton#

html
<body class="bg-white text-slate-900">
  <header class="sticky top-0 z-40 border-b bg-white/80 backdrop-blur">navbar</header>
  <main>
    <section class="py-24">Agency hero</section>
    <section class="border-y bg-slate-50 py-16">proof / features</section>
    <section class="py-16">detail grid</section>
    <section class="bg-slate-900 py-16 text-white text-center">conversion CTA</section>
  </main>
  <footer class="border-t py-12">footer columns</footer>
</body>

Conversion notes#

  • Above-the-fold CTA within one scroll on mobile
  • One primary conversion per page — everything else supports it
  • Social proof before the first form
  • Every image earns its bytes: compress, lazy-load below the fold
  • Section rhythm alternates surface colors to mark progress

blueprints/index|All blueprints · recipes/index|Recipes · tutorials/index|Tutorials