import Meta from '../components/meta' import Link from 'next/link' import Computer from '../components/computer' import Image from "next/image"; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin, faMastodon, faPaypal } from '@fortawesome/free-brands-svg-icons' const iconSize = "3x" const iconProperties = "hover:text-gray-700 transition-all ease-in-out" const isDev = process.env.NODE_ENV === 'development' export default function Home() { return ( <>
You are using the development version of this site! Certain features are hidden from the public...
© Copyright 2018-2023 Andrew Lee
Created using Next.js, and Tailwind CSS. Hosted on Vercel.
Using FontAwesome as the main icon style for this site.
This website is licensed under the GNU General Public License v3