diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f90ad10..f7c5a1a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -4,8 +4,6 @@ import Sidebar from "@/components/Sidebar"; import index from "@/styles/Index.module.sass" import Lanyard from "@/components/Lanyard" import Head from "next/head" -import Link from "@/components/Link"; - const Hello = ["Ahoy!", "Ahoy there!", "Hey there!", "Howdy howdy!", "Howdy, friend!", "Howdy!", "Hey!", "Hey there!", "Hi!", "Hello!", "Hello there!", "Hi there!"]; function randomHello() { return Hello[Math.floor(Math.random() * Hello.length)]; @@ -27,14 +25,12 @@ const IndexPage = () => { {randomHello()}

- my name's lio. i'm a 21y/o software dev student and ui designer from germany. + welcome to my corner of the internet. +
+ i'm lio, 21 y/o, from Germany. they/them pronouns.
software dev and ui designer

- {/*

- you might know me from Projects like -

*/} - {/* */} );