Update title name

This commit is contained in:
Jip J. Dekker 2023-06-26 13:17:02 +10:00
parent 5192bebec1
commit e6ea9d06dd
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ export function ArticleLayout({
return (
<>
<Head>
<title>{`${meta.title} - Spencer Sharp`}</title>
<title>{`${meta.title} - Jip J. Dekker`}</title>
<meta name="description" content={meta.description} />
</Head>
<Container className="mt-16 lg:mt-32">

View File

@ -27,7 +27,7 @@ export function Footer() {
<NavLink href="/uses">Uses</NavLink>
</div>
<p className="text-sm text-zinc-400 dark:text-zinc-500">
&copy; {new Date().getFullYear()} Spencer Sharp. All rights
&copy; {new Date().getFullYear()} Jip J. Dekker. All rights
reserved.
</p>
</div>

View File

@ -42,7 +42,7 @@ export default function About() {
return (
<>
<Head>
<title>About - Spencer Sharp</title>
<title>About - Jip J. Dekker</title>
<meta
name="description"
content="Im Spencer Sharp. I live in New York City, where I design the future."

View File

@ -52,7 +52,7 @@ export default function Projects() {
return (
<>
<Head>
<title>Projects - Spencer Sharp</title>
<title>Projects - Jip J. Dekker</title>
<meta
name="description"
content="Things Ive made trying to put my dent in the universe."