feat: Add About page with team information

Add a new About page to provide information about the Zen Browser project and the team behind it. This page includes details about the main developer team and other contributors. The About page also displays a list of contributors with their respective GitHub profiles. This change enhances the user experience by providing transparency and recognition to the project contributors.
This commit is contained in:
mauro-balades
2024-09-04 19:58:26 +02:00
parent 06f0dfa945
commit 35de666833
2 changed files with 39 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ export const components: { title: string; href: string; description: string }[]
href: "/branding-assets",
description: "Download our branding assets to use in your projects."
},
{
title: "About",
href: "/about",
description: "Learn more about the Zen Browser project and the team behind it."
},
{
title: "Documentation",
href: "https://docs.zen-browser.app/",