Using a section model in a custom nextjs component

Hi @robdiablo,

So you absolutely can register a component that is pre-connected to the 3 latest blog articles data, you can use useEffect hook to fetch the 3 latest blogs and then pass it to the custom component, you may find help at the below forum post

Let us know how that works for you. Thank you!