Content Relationships

I am creating an engineering website that provides projects and services. I want a content relationship between a single project (for example: A project has these related services) Then you should be able to click on them like my other cards (check link). I started with creating a "Related.tsx" component and want to use my card component in there so that each project/service has a related project/service at the bottom. But I don't understand how I can fetch the content from a content relationship:

Does someone have an example of this?

Link to a service: https://cedr-engineering.vercel.app/services/process-engineering

Hey! Thanks for your question.

To fetch content from a content relationship field, you can query the related content through some API calls. You can refer to the following documentation:

You can find more details on how to fetch and handle content relationships in our documentation. If you need further clarification or have specific questions, feel free to ask!