From c7dd88f94ab52ecba10aed0f7ac41264f967e59a Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 19 Apr 2021 15:36:44 +0200 Subject: [PATCH] Update personal profile picture and page name --- pages/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/index.js b/pages/index.js index 8a75a75..52f062b 100644 --- a/pages/index.js +++ b/pages/index.js @@ -17,8 +17,8 @@ export default function Home({ person, caseStudies }) { return (
- Create Next App - + Tanguy Herbron + @@ -35,6 +35,7 @@ export async function getStaticProps() { firstName: "Tanguy", lastName: "Herbron", description: "Full Stack Developer", + profilePicture: "/images/profile-picture.png", infos: { location: { value: "Copenhagen, Denmark",