10 days ordering time is appreciated, however, we understand life happens, please reach out if under 10 days we do our best to accommodate.

Pick your package.

GF=gluten free, DF=dairy free, KF=keto friendly, V= vegetarian

Please fill the following form and we will be in touch shortly!

				
					import Document, { Html, Head, Main, NextScript } from "next/document";

class MyDocument extends Document {
  render() {
    return (
      <Html lang="en">
        <Head>
          <link
            rel="apple-touch-icon"
            sizes="180x180"
            href="/favicon/apple-touch-icon.png"
          />
          <link
            rel="icon"
            type="image/png"
            sizes="32x32"
            href="/favicon/favicon-32x32.png"
          />
          <link
            rel="icon"
            type="image/png"
            sizes="16x16"
            href="/favicon/favicon-16x16.png"
          />
          <link rel="manifest" href="/favicon/site.webmanifest" />
        </Head>
        <body data-rsssl=1>
          <Main />
          <NextScript />
        </body>
      </Html>
    );
  }
}

export default MyDocument;