diff --git a/src/components/AboutMe.astro b/src/components/AboutMe.astro
index f22e1e1..b90f03d 100644
--- a/src/components/AboutMe.astro
+++ b/src/components/AboutMe.astro
@@ -4,10 +4,10 @@ import Section from './Section.astro';
 
 <Section title="About Me">
   <p class="text-important">
-    I am Anthony and I am a junior at Stuyvesant High School.
+    I am Anthony and I am a rising freshman at the Massachusetts Institute of Technology.
   </p>
   <br />
   <p class="text-important">
-    I am an avid learner. As of now, I mostly do web development.
+    I am an avid learner. As of now, I mostly do Leetcode and web development.
   </p>
 </Section>
diff --git a/src/components/Skills.astro b/src/components/Skills.astro
index 411068e..f3d8a21 100644
--- a/src/components/Skills.astro
+++ b/src/components/Skills.astro
@@ -48,6 +48,11 @@ const languages: SkillType[] = [
     name: 'Dart',
     icon: 'vscode-icons:file-type-dartlang',
     year: 2023
+  },
+  {
+    name: 'Go',
+    icon: 'vscode-icons:file-type-go',
+    year: 2024
   }
 ];