import Image from "next/image"; export default function MissingTokenSection() { return (

Configure your ButterCMS API Token

Please add your API token to .env file as{" "} NEXT_PUBLIC_BUTTER_CMS_API_KEY.

Get your free API token
); }