Update personal profile picture and page name
This commit is contained in:
parent
161793e76c
commit
c7dd88f94a
@ -17,8 +17,8 @@ export default function Home({ person, caseStudies }) {
|
||||
return (
|
||||
<div className="container">
|
||||
<Head>
|
||||
<title>Create Next App</title>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<title>Tanguy Herbron</title>
|
||||
<link rel="icon" href="/favicon.svg" />
|
||||
</Head>
|
||||
|
||||
<HomeSection scrollFunction={scrollToRef.bind(this)} person={person} />
|
||||
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user