feat: Add themes marketplace page and components

This commit is contained in:
Mauro Balades
2024-08-14 23:12:22 +02:00
parent ca1540a6c5
commit f16a46a290
8 changed files with 268 additions and 2 deletions

View File

@@ -29,6 +29,11 @@ export const components: { title: string; href: string; description: string }[]
href: "https://discord.gg/nnShMQzR4b",
description: "Join our Discord server to chat with the community."
},
{
title: "Source Code",
href: "https://github.com/zen-browser",
description: "Check out our source code on GitHub and leave a star!"
},
]
export function Navigation() {
@@ -66,8 +71,8 @@ export function Navigation() {
<ListItem href="/download" title="Download">
Start using Zen Browser today with just a few clicks.
</ListItem>
<ListItem href="https://github.com/zen-browser" title="Source Code" target="_blank">
View the source code on GitHub and maybe leave a star!
<ListItem href="/themes" title="Themes Marketplace">
Customize your browser with a variety of themes!
</ListItem>
<ListItem href="/release-notes" title="Release Notes">
Stay up to date with the latest changes.