From d5f46f080fc24d0f63578eca0426ebe165c0affc Mon Sep 17 00:00:00 2001 From: Walidoux Date: Wed, 13 Apr 2022 00:16:51 +0000 Subject: [PATCH] refactor(pages): add content for index.tsx --- pages/index.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 58237d8..2d2f65d 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,4 +1,6 @@ import type { NextPage } from 'next' +import { GitHub } from 'react-feather' +import Link from 'next/link' import Head from 'components/Head/NextHead' @@ -9,8 +11,23 @@ const Home: NextPage = () => {
-

Hello Beautiful World of Coding !

- Some sort of tests +

+ You feel a calming tranquility.
+ + You're filled with determination... + +

+ + + + Walidoux's Github + + + +
) }