Navigation: [/sitemap.md](/sitemap.md)

---
type: block
category: "services"
title: "Services 5"
description: "Use this layout when the service list is concise and each entry benefits from a visual anchor rather than an image."
---

```astro live props={{ name: 'services-5' }}
---
import Services5Block from "@/components/blocks/services-5.astro"
---

<Services5Block
  badge="Specialties"
  title="Icon-based cards for a quick service overview"
  description="Use this layout when the service list is concise and each entry benefits from a visual anchor rather than an image."
  services={[
    {
      icon: "search",
      title: "Documentation systems",
      description:
        "Pair concise cards with a broader framing message. Structure content for discoverability and maintainability.",
      href: "#",
    },
    {
      icon: "pencil-ruler",
      title: "Launch pages",
      description:
        "Pair concise cards with a broader framing message. Design high-converting pages that ship on schedule.",
      href: "#",
    },
    {
      icon: "code",
      title: "Editorial redesigns",
      description:
        "Pair concise cards with a broader framing message. Modernize editorial layouts without disrupting the content pipeline.",
      href: "#",
    },
    {
      icon: "rocket",
      title: "Platform migration",
      description:
        "Pair concise cards with a broader framing message. Move between platforms without losing content or momentum.",
      href: "#",
    },
  ]}
/>
```
