mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 15:29:11 +00:00
feat: reworked page and components
This commit is contained in:
parent
23bdd5aa94
commit
62656fa963
8 changed files with 175 additions and 113 deletions
8
config/navigation.ts
Normal file
8
config/navigation.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
export const navigationConfig = {
|
||||
mainNav: [
|
||||
{
|
||||
title: "Projects",
|
||||
href: "/#projects",
|
||||
},
|
||||
],
|
||||
};
|
14
config/site.ts
Normal file
14
config/site.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
export const siteConfig = {
|
||||
name: "Taxonomy",
|
||||
description:
|
||||
"An open source application built using the new router, server components and everything new in Next.js 13.",
|
||||
url: "https://hellob.art",
|
||||
ogImage: "https://hellob.art/og.jpg",
|
||||
links: {
|
||||
linkedIn: "https://linkedin.com/bartvdbraak",
|
||||
github: {
|
||||
project: "https://github.com/bartvdbraak/hellob.art",
|
||||
profile: "https://github.com/bartvdbraak",
|
||||
},
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue