migrate from fontawesome to lucide-react (i hate fontawesome now), add manifesto from old website (w/ edits), improve function names

This commit is contained in:
Aidan 2025-01-28 23:59:18 -05:00
parent ab191ac1fc
commit f45a452225
8 changed files with 105 additions and 25 deletions

View file

@ -1,11 +1,12 @@
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faLink } from '@fortawesome/free-solid-svg-icons'
import { Link } from 'lucide-react'
import domains from '../../../public/data/domains.json'
export default function About() {
return (
<div className="max-w-2xl mx-auto text-center">
<FontAwesomeIcon icon={faLink} className="text-6xl mb-6" />
<div className='mb-6 flex justify-center'>
<Link size={60} />
</div>
<h1 className="text-4xl font-bold my-2 text-center text-gray-200" style={{ textShadow: '0 0 10px rgba(255, 255, 255, 0.5)' }}>
My Domains
</h1>