BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcncraft/faqs-4

FAQ 4 – Centered accordion with supporting panel

shadcncraft/faqs-4
FreeBlock

A clean, centered FAQ accordion paired with a narrow sidebar version. Uses a strong section header and clear dividers for easy scanning, with an optional support link at the end. Works well for product or marketing pages where FAQs are a secondary section, not the main focus.

Install it

npx shadcn@latest add https://shadcncraft.com/r/faqs-4.json

Source

blocks/pro-marketing/faqs/faqs-4/index.tsxshadcncraft.com/r/faqs-4.json
1import {
2 Accordion,
3 AccordionContent,
4 AccordionItem,
5 AccordionTrigger,
6} from "@/components/ui/accordion";
7import {
8 SectionHeading,
9 SectionHeadingTagline,
10 SectionHeadingTitle,
11} from "@/components/shadcncraft/pro-marketing/section-heading";
12
13export function Faqs4() {
14 return (
15 <section className="py-12 lg:py-20">
16 <div className="mx-auto flex max-w-7xl flex-col gap-16 px-5 lg:px-0">
17 {/* Section Heading */}
18 <div className="mx-auto w-full max-w-2xl">
19 <SectionHeading alignment="center">
20 <SectionHeadingTagline>FAQ</SectionHeadingTagline>
21 <SectionHeadingTitle>Your questions answered</SectionHeadingTitle>
22 </SectionHeading>
23 </div>
24
25 {/* FAQs Accordion */}
26 <div className="mx-auto w-full max-w-2xl">
27 <Accordion type="single" className="w-full">
28 {faqsData.map((faq) => (
29 <AccordionItem key={faq.question} value={faq.question}>
30 <AccordionTrigger className="text-base">{faq.question}</AccordionTrigger>
31 <AccordionContent>{faq.answer}</AccordionContent>
32 </AccordionItem>
33 ))}
34 </Accordion>
35 </div>
36
37 {/* Contact CTA */}
38 <div className="mx-auto w-full max-w-2xl text-center">
39 <p className="text-muted-foreground">
40 Still have questions? We&apos;re here to help.{" "}
41 <a href="#" className="text-foreground underline">
42 Contact support
43 </a>
44 </p>
45 </div>
46 </div>
47 </section>
48 );
49}
50
51const faqsData = [
52 {
53 question: "What is Acme Inc.?",
54 answer:
55 "Acme Inc. is a productivity platform designed to help teams work smarter and faster. It provides tools for collaboration, project management, and workflow optimization.",
56 },
57 {
58 question: "How do I get started?",
59 answer:
60 "Getting started is easy. Sign up for a free account, complete the onboarding process, and you'll be ready to use Acme Inc. in minutes.",
61 },
62 {
63 question: "What are the pricing plans?",
64 answer:
65 "We offer flexible pricing plans to suit teams of all sizes. Visit our pricing page to see detailed information about each plan and choose the one that fits your needs.",
66 },
67 {
68 question: "Is there a free trial?",
69 answer:
70 "Yes, we offer a free trial period so you can explore all features before committing to a paid plan. No credit card required.",
71 },
72 {
73// … truncated

What it pulls in

Other registry items

  • accordion
  • @shadcncraft/section-heading

Files it writes

  • blocks/pro-marketing/faqs/faqs-4/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-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
Banner 10 – Inline announcement linkbanner-10shadcncraftBlocksFreeno deps
Benefits 13 – Card grid with section headerbenefits-13shadcncraftBlocksFreeno deps
Contact 11 – Centered form with supporting sidebarcontact-11shadcncraftBlocksFreeno 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