change fonts to geist

This commit is contained in:
Aidan 2025-01-06 08:50:32 -05:00
parent c0312888ad
commit 8a3d315e95
4 changed files with 8 additions and 6 deletions

View file

@ -11,7 +11,7 @@ export default function Home() {
height={150}
className="rounded-full mx-auto mb-6 border-4 border-gray-700"
/>
<h1 className="text-4xl font-bold mb-2">Aidan</h1>
<h1 className="text-4xl font-bold mb-2 text-gray-100 glow">Aidan</h1>
<p className="text-gray-400 text-xl">Web Developer & Student</p>
</div>