() => (
<CallOutBanner
title="Accommodation in Warsaw"
description="Select the perfect place to rest during your stay in Warsaw."
illustration={<Illustration name="Accommodation" />}
actions={
<Stack flex align="center">
<Button
size="small"
type="secondary"
href="https://rooms.kiwi.com"
external
iconRight={<NewWindow ariaLabel="Opens in new window" />}
>
Find a room
</Button>
<TextLink iconLeft={<InformationCircle />} size="small" standAlone>
More info
</TextLink>
</Stack>
}
/>
);