/* global React, ComingSoon */

/* ============================================================
   SMART FARMING PAGE — under construction
============================================================ */
function SmartFarmingPage({ setPage }) {
  const t = useT();
  return (
    <ComingSoon
      setPage={setPage}
      eyebrow={t("crumb.smartfarming")}
      title={t("sf.title")}
      blurb={t("sf.blurb")} />
  );
}

window.SmartFarmingPage = SmartFarmingPage;
