Center aligned FAQ with numbers and expanded text.
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/faq-5
Loading preview...
import { Faq5 } from "@/components/ui/faq-5"; const DemoOne = () => { return ( <Faq5 /> ); }; export { DemoOne };