BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcncraft/page-heading

Page Heading

shadcncraft/page-heading
FreeComponent

A component that acts as the text-focused version of a hero banner. This component combines a pre-heading label, an H1 heading, supporting description text, and call-to-action buttons.

Install it

npx shadcn@latest add https://shadcncraft.com/r/page-heading.json

Source

components/shadcncraft/pro-marketing/page-heading.tsxshadcncraft.com/r/page-heading.json
1import { cn } from "@/lib/utils";
2import { Tagline } from "@/components/shadcncraft/pro-marketing/tagline";
3
4function PageHeading({
5 alignment = "left",
6 className,
7 ...props
8}: React.ComponentProps<"div"> & { alignment?: "left" | "center" }) {
9 return (
10 <div
11 data-slot="page-heading"
12 className={cn(
13 "group/page-heading flex max-w-3xl flex-col gap-4",
14 alignment === "left" && "items-start text-left",
15 alignment === "center" && "mx-auto items-center text-center",
16 className
17 )}
18 {...props}
19 />
20 );
21}
22
23function PageHeadingTagline({ ...props }: React.ComponentProps<typeof Tagline>) {
24 return <Tagline variant="badge" {...props} />;
25}
26
27function PageHeadingTitle({ className, ...props }: React.ComponentProps<"h1">) {
28 return (
29 <h1
30 data-slot="page-heading-title"
31 className={cn(
32 "cn-font-heading scroll-m-20 text-5xl font-medium tracking-tight text-balance lg:text-6xl",
33 className
34 )}
35 {...props}
36 />
37 );
38}
39
40function PageHeadingBody({ className, ...props }: React.ComponentProps<"div">) {
41 return (
42 <div
43 data-slot="page-heading-body"
44 className={cn("max-w-xl text-lg text-pretty text-muted-foreground", className)}
45 {...props}
46 />
47 );
48}
49
50function PageHeadingActions({ className, ...props }: React.ComponentProps<"div">) {
51 return (
52 <div
53 data-slot="page-heading-actions"
54 className={cn("flex w-full flex-col gap-2 sm:w-fit sm:flex-row", className)}
55 {...props}
56 />
57 );
58}
59
60export {
61 PageHeading,
62 PageHeadingActions,
63 PageHeadingBody,
64 PageHeadingTagline,
65 PageHeadingTitle,
66};

What it pulls in

Other registry items

  • @shadcncraft/tagline

Files it writes

  • components/shadcncraft/pro-marketing/page-heading.tsx

Facts

Registry
shadcncraft
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
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
Avatar Stackavatar-stackshadcncraftComponentsFreeno deps
BadgebadgeshadcncraftComponentsFreeno deps
Featured Iconfeatured-iconshadcncraftComponentsFreeno deps
Image Zoomimage-zoomshadcncraftComponentsFree1 dep
MarqueemarqueeshadcncraftComponentsFreeno deps
Placeholder Logoplaceholder-logoshadcncraftComponentsFreeno deps
Profile Cardprofile-cardshadcncraftComponentsFreeno deps
Section Headingsection-headingshadcncraftComponentsFreeno 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