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 (
|
return (
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<Head>
|
<Head>
|
||||||
<title>Create Next App</title>
|
<title>Tanguy Herbron</title>
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.svg" />
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
<HomeSection scrollFunction={scrollToRef.bind(this)} person={person} />
|
<HomeSection scrollFunction={scrollToRef.bind(this)} person={person} />
|
||||||
@ -35,6 +35,7 @@ export async function getStaticProps() {
|
|||||||
firstName: "Tanguy",
|
firstName: "Tanguy",
|
||||||
lastName: "Herbron",
|
lastName: "Herbron",
|
||||||
description: "Full Stack Developer",
|
description: "Full Stack Developer",
|
||||||
|
profilePicture: "/images/profile-picture.png",
|
||||||
infos: {
|
infos: {
|
||||||
location: {
|
location: {
|
||||||
value: "Copenhagen, Denmark",
|
value: "Copenhagen, Denmark",
|
||||||
|
Loading…
Reference in New Issue
Block a user