BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/efferd/faqs-2

faqs-2

efferd/faqs-2
FreeBlock

Split-screen FAQ layout with bordered sections, interactive accordion, and a clean call-to-action footer.

Install it

npx shadcn@latest add https://legacy.efferd.com/r/faqs-2.json

Source

registry/blocks/faqs/2/faqs-section.tsxlegacy.efferd.com/r/faqs-2.json
1import {
2 Accordion,
3 AccordionContent,
4 AccordionItem,
5 AccordionTrigger,
6} from "@/components/ui/accordion";
7
8export function FaqsSection() {
9 return (
10 <div className="mx-auto min-h-screen w-full max-w-5xl lg:border-x">
11 <div className="mx-4 grid h-[calc(100vh-3.5rem)] grid-cols-1 border-x md:mx-0 md:grid-cols-2 md:border-x-0">
12 <div className="space-y-4 px-4 pt-12 pb-4 md:border-r">
13 <h2 className="font-black text-3xl md:text-4xl">FAQs</h2>
14 <p className="text-muted-foreground">
15 Here are some common questions and answers that you might encounter
16 when using Efferd.
17 </p>
18 </div>
19 <div className="place-content-center">
20 <Accordion collapsible defaultValue="item-1" type="single">
21 {questions.map((item) => (
22 <AccordionItem
23 className="first:border-t last:border-b data-[state=open]:bg-card"
24 key={item.id}
25 value={item.id}
26 >
27 <AccordionTrigger className="px-4 py-4 text-[15px] leading-6 hover:no-underline">
28 {item.title}
29 </AccordionTrigger>
30 <AccordionContent className="px-4 pb-4 text-muted-foreground">
31 {item.content}
32 </AccordionContent>
33 </AccordionItem>
34 ))}
35 </Accordion>
36 </div>
37 </div>
38 <div className="flex h-14 items-center justify-center border-t">
39 <p className="text-muted-foreground">
40 Can't find what you're looking for?{" "}
41 <a className="text-primary hover:underline" href="#">
42 Contact Us
43 </a>
44 </p>
45 </div>
46 </div>
47 );
48}
49
50const questions = [
51 {
52 id: "item-1",
53 title: "What is Efferd?",
54 content:
55 "Efferd is a collection of beautifully crafted Shadcn UI blocks and components, designed to help developers build modern websites with ease.",
56 },
57 {
58 id: "item-2",
59 title: "Who can benefit from Efferd?",
60 content:
61 "Efferd is built for founders, product teams, and agencies that want to accelerate idea validation and delivery.",
62 },
63 {
64 id: "item-3",
65 title: "What features does Efferd include?",
66 content:
67// … truncated

What it pulls in

Other registry items

  • accordion

Files it writes

  • registry/blocks/faqs/2/faqs-section.tsx

Facts

Registry
efferd
Type
registry:block
Access
Free
Files written
1
Licence
NOASSERTION
First indexed
2026-08-01
Last confirmed
today

Go to the source

legacy.efferd.com shabanhr/efferd-ui on GitHub Raw registry item This item as JSON

More from efferd

All 40 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
auth-1auth-1efferdBlocksFreeno deps · 2 files
auth-2auth-2efferdBlocksFree1 dep · 3 files
contact-1contact-1efferdBlocksFreeno deps
contact-2contact-2efferdBlocksFreeno deps
cta-1cta-1efferdBlocksFreeno deps
cta-2cta-2efferdBlocksFreeno deps
cta-3cta-3efferdBlocksFreeno deps
cta-4cta-4efferdBlocksFreeno deps
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex