diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 97251e0..8b13789 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,27 +1 @@ -import { ThemeSwitcher } from '@/components/ThemeSwitcher'; -import { NowPlayingCard } from '@/components/SpotifyCard'; -import { SocialLayout } from '@/components/SocialLayout'; -import { Toaster } from 'react-hot-toast'; -import age from '@/utils/age'; -import FadeIn from 'react-fade-in'; -export default function Home () { - return ( - <> - - -
-
-

albert

-

- {age()}-year-old sysadmin -

- - - -
-
-
- - ); -}