mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
fix stuff
Signed-off-by: annon <annon@annon.me>
This commit is contained in:
parent
b5c2ddf606
commit
61f33eeeb8
1 changed files with 0 additions and 26 deletions
|
@ -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 (
|
|
||||||
<>
|
|
||||||
<ThemeSwitcher />
|
|
||||||
<FadeIn>
|
|
||||||
<div className='ml-[10%] mr-[10%]'>
|
|
||||||
<div className='flex flex-col max-w-3xl mx-auto mb-16 mt-32'>
|
|
||||||
<h1 className='text-7xl font-bold'>albert</h1>
|
|
||||||
<p className='text-2xl text-gray-600 mt-2 font-semibold'>
|
|
||||||
{age()}-year-old sysadmin
|
|
||||||
</p>
|
|
||||||
<SocialLayout />
|
|
||||||
<NowPlayingCard />
|
|
||||||
<Toaster position='top-left' />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</FadeIn>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue