diff --git a/pages/index.tsx b/pages/index.tsx
index 784a7b8..7e5ccd6 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -28,7 +28,7 @@ export default function() {
                     <h1 className='text-4xl font-bold -mt-1'>albert</h1>
 
                     <p className='text-[#9ca3af] text-xl flex flex-wrap items-center justify-center whitespace-pre-wrap'>
-                        { Math.floor((new Date().getTime() - new Date('2004.07.22').getTime()) / (1000 * 60 * 60 * 24 * 365.25)) } 
+                        { Math.floor((new Date().getTime() - new Date('2004, 07, 22').getTime()) / (1000 * 60 * 60 * 24 * 365.25)) } 
                             yrs old <b className='font-semibold'>system administrator</b> and student from Hungary
                     </p>
                 </div>