Cardstack title
<CardStack title="Cardstack title">
<CardStackItem label={"Card one"} key={`card-one`} id={`card-id-0`}>
<Card size="large" variant="image" imageProps={{ src: "/photos/photo4.jpg", alt: "Hello"}} iconShape="FaArrowRight">
<CardTitle trumpet="Trumpet" href="/">First card</CardTitle>
<CardDescription>Description</CardDescription>
<CardSplash>
Some extra content
<br />
<strong>here</strong>
</CardSplash>
</Card>
</CardStackItem>
...CardStackItems
</CardStack>