feat: add content layer

Add blog pages

Add privacy page
This commit is contained in:
David Nguyen
2023-07-27 18:29:22 +10:00
parent 889ad1c49f
commit 97efcf3d62
23 changed files with 6372 additions and 2024 deletions

View File

@ -15,6 +15,10 @@ export const Header = ({ className, ...props }: HeaderProps) => {
</Link>
<div className="flex items-center gap-x-6">
<Link href="/blog" className="text-sm font-semibold text-[#8D8D8D] hover:text-[#6D6D6D]">
Blog
</Link>
<Link href="/pricing" className="text-sm font-semibold text-[#8D8D8D] hover:text-[#6D6D6D]">
Pricing
</Link>