Colleagues

Meet the team

Our team is made up of experienced professionals who are dedicated to helping you achieve your goals.

---
import Colleagues from 'fulldev-ui/blocks/Colleagues.astro'
---

<Colleagues
  align="start"
  heading="Meet the team"
  text="Our team is made up of experienced professionals who are dedicated to helping you achieve your goals."
  panel
  cards={[
    {
      image: 'avatar-1.jpeg',
      heading: 'John Doe',
      text: 'Ceo & Founder of ACME.',
    },
    {
      image: 'avatar-2.jpeg',
      heading: 'Jane Doe',
      text: 'Manager of ACME.',
    },
    {
      image: 'avatar-3.jpeg',
      heading: 'John Smith',
      text: 'Developer of ACME.',
    },
    {
      image: 'avatar-4.jpeg',
      heading: 'Jane Smith',
      text: 'Developer of ACME.',
    },
  ]}
/>