import { Banner } from "natmfat/components/Banner";
import { tokens } from "natmfat/lib/tokens";
<Banner
backgroundImage=""
backgroundColor={tokens.blurpleDefault}
heading="100 Days of Python is here!"
subheading="Learn Python with our new course."
buttons={[{ text: "Open Course" }]}
/>