Remove @PineaFan's smart punctuation
diff --git a/pages/index.js b/pages/index.js
index d47a5de..d2b689f 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -4,10 +4,10 @@
 
 
 export default function Home(props) {
-  let subtext = “”
+  let subtext = ""
   switch (props.season.season) {
     case "christmas": {
-      subtext = “Merry Christmas!"
+      subtext = "Merry Christmas!"
       break;
     }
     case "halloween": {
@@ -15,7 +15,7 @@
       break;
     }
     default: {
-      subtext = “Creating projects that click"
+      subtext = "Creating projects that click"
     }
   }