File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import Logo from "@/public/img/logo-foxeddev.png";
66import Card from "@/components/Card" ;
77
88import { SiGithub , SiDiscord } from "react-icons/si" ;
9- import { FaHeart } from "react-icons/fa" ;
109
1110export default function Home ( ) {
1211 const now = new Date ( ) ;
@@ -26,8 +25,8 @@ export default function Home() {
2625 < p className = "font-mono text-gray-500 text-4xl" > Hi, I'm</ p >
2726 < h1 className = "font-extrabold text-gray-800 text-9xl" > FOXED</ h1 >
2827 < p className = "font-mono text-gray-500 text-xl" >
29- I'm a { now . getFullYear ( ) - 2010 } year old developer and designer
30- from Germany.
28+ I'm a { now . getFullYear ( ) - 2010 } year old developer and
29+ designer from Germany.
3130 </ p >
3231 </ div >
3332 </ section >
@@ -59,10 +58,9 @@ export default function Home() {
5958 </ h3 >
6059 </ Card >
6160 < Card cols = { 2 } align = "left" >
62- < FaHeart size = { 32 } className = "fill-pink-400" />
6361 < div >
6462 < h3 className = "font-medium text-2xl" > Tech Stack or something</ h3 >
65- < p >
63+ < p className = "font-mono text-gray-500" >
6664 OS:{ " " }
6765 < Link
6866 href = "https://archlinux.org/"
You can’t perform that action at this time.
0 commit comments