Added april fools text
diff --git a/pages/index.js b/pages/index.js
index cd06ddb..944e91d 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -14,8 +14,13 @@
       subtext = "Happy Halloween!"
       break;
     }
+    case "aprilFools": {
+      subtext = "Professional programmers since 1970"
+      break;
+    }
     default: {
       subtext = "Creating projects that click"
+      break;
     }
   }
   const aprilFoolsStyle = props.season.season === "aprilFools" ? {