add new pages

This commit is contained in:
2024-06-03 17:49:46 +02:00
parent 3762f6ba26
commit 8a7b481f47
5 changed files with 26 additions and 8 deletions

View File

@@ -22,7 +22,9 @@ export default function RootLayout({
<body>
<div className="flex justify-center gap-5 my-5 font-bold">
<TabItem targetPath="/" text="Home" />
<TabItem targetPath="/blog" text="Blog" />
<TabItem targetPath="/projects" text="Projects" />
<TabItem targetPath="/publications" text="Publications" />
<TabItem targetPath="/certificates" text="Certificates" />
</div>
{children}