Specialties
Icon-based cards for a quick service overview
Use this layout when the service list is concise and each entry benefits from a visual anchor rather than an image.
Documentation systems
Pair concise cards with a broader framing message. Structure content for discoverability and maintainability.
Learn moreLaunch pages
Pair concise cards with a broader framing message. Design high-converting pages that ship on schedule.
Learn moreEditorial redesigns
Pair concise cards with a broader framing message. Modernize editorial layouts without disrupting the content pipeline.
Learn morePlatform migration
Pair concise cards with a broader framing message. Move between platforms without losing content or momentum.
Learn more---
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: "#",
},
]}
/>