BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcncraft/benefits-13

Benefits 13 – Card grid with section header

shadcncraft/benefits-13
FreeBlock

A layout with a section header followed by a grid of equal-height cards. Each card includes an icon, title, and short text, arranged in a consistent grid that collapses responsively. Use when you need a structured, repeatable set of items with strong visual separation.

Install it

npx shadcn@latest add https://shadcncraft.com/r/benefits-13.json

Source

blocks/pro-marketing/benefits/benefits-13/index.tsxshadcncraft.com/r/benefits-13.json
1import type { ReactNode } from "react";
2
3import { IconPlaceholder } from "@/registry/icons/icon-placeholder";
4import { Card, CardContent } from "@/components/ui/card";
5import {
6 FeatureStack,
7 FeatureStackContent,
8 FeatureStackDescription,
9 FeatureStackHeader,
10 FeatureStackTitle,
11} from "@/components/shadcncraft/pro-marketing/feature-stack";
12import { FeaturedIcon } from "@/components/shadcncraft/pro-marketing/featured-icon";
13import {
14 SectionHeading,
15 SectionHeadingBody,
16 SectionHeadingTagline,
17 SectionHeadingTitle,
18} from "@/components/shadcncraft/pro-marketing/section-heading";
19
20export function Benefits13() {
21 return (
22 <section className="py-6 lg:py-20">
23 <div className="mx-auto flex max-w-7xl flex-col gap-12 px-5 lg:gap-16 lg:px-8">
24 {/* Section Heading */}
25 <SectionHeading alignment="center" size="lg" className="mx-auto w-full max-w-3xl">
26 <SectionHeadingTagline>Benefits</SectionHeadingTagline>
27 <SectionHeadingTitle>Why Choose Acme Inc.</SectionHeadingTitle>
28 <SectionHeadingBody>
29 Discover the key advantages that make Acme Inc. the right choice for your
30 team.
31 </SectionHeadingBody>
32 </SectionHeading>
33
34 {/* Benefits Grid */}
35 <div className="grid gap-6 md:grid-cols-2 lg:grid-cols-3 lg:gap-9">
36 {benefitsData.map((benefit) => (
37 <Card key={benefit.title}>
38 <CardContent>
39 <FeatureStack alignment="left" size="sm">
40 <FeaturedIcon size="md">{benefit.icon}</FeaturedIcon>
41
42 <FeatureStackHeader>
43 <FeatureStackTitle>{benefit.title}</FeatureStackTitle>
44 <FeatureStackDescription>
45 {benefit.description}
46 </FeatureStackDescription>
47 </FeatureStackHeader>
48
49 <FeatureStackContent>
50 <a
51 href="#"
52 className="text-sm font-medium text-primary hover:underline"
53 >
54 Learn more
55 </a>
56 </FeatureStackContent>
57 </FeatureStack>
58 </CardContent>
59 </Card>
60 ))}
61 </div>
62 </div>
63 </section>
64 );
65}
66
67const benefitsData: { icon: ReactNode; title: string; description: string }[] = [
68 {
69 icon: (
70 <IconPlaceholder
71 lucide="ArrowBigUpDash"
72 tabler="IconArrowBigUpLine"
73// … truncated

What it pulls in

Other registry items

  • @shadcncraft/section-heading
  • @shadcncraft/featured-icon

Files it writes

  • blocks/pro-marketing/benefits/benefits-13/index.tsx

Facts

Registry
shadcncraft
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-05
Last confirmed
today

Go to the source

shadcncraft.com Raw registry item This item as JSON

More from shadcncraft

All 26 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Banner 10 – Inline announcement linkbanner-10shadcncraftBlocksFreeno deps
Contact 11 – Centered form with supporting sidebarcontact-11shadcncraftBlocksFreeno deps
FAQ 4 – Centered accordion with supporting panelfaqs-4shadcncraftBlocksFreeno deps
Footer 4 – Brand-led sitemap footerfooter-4shadcncraftBlocksFree1 dep
Newsletter Signup 5 – Inline callout with contained formnewsletter-signup-5shadcncraftBlocksFreeno deps
Testimonial 11 – Editorial quote gridtestimonials-11shadcncraftBlocksFreeno deps
Top Navigation 5 – Minimal center-aligned links with inline authtop-navigation-5shadcncraftBlocksFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex