diff --git a/src/app/branding-assets/page.tsx b/src/app/branding-assets/page.tsx
new file mode 100644
index 0000000..2399c78
--- /dev/null
+++ b/src/app/branding-assets/page.tsx
@@ -0,0 +1,13 @@
+import { BrandingAssets } from "@/components/branding-assets";
+import Footer from "@/components/footer";
+import { Navigation } from "@/components/navigation";
+
+export default function BrandingAssetsPage() {
+ return (
+
Download Zen Browser branding assets for your website or project.
+
+ {color} -
+ + Download + +
+ All branding assets are licensed under the{" "}
+
+ CC BY-SA 4.0
+
+ . Thanks to Donno (mr. Logos) for the assets.
+
+ You are free to share and adapt the assets for any purpose, even commercially.
+
{theme.description}
{theme.homepage && ( diff --git a/src/lib/logos.ts b/src/lib/logos.ts new file mode 100644 index 0000000..764b931 --- /dev/null +++ b/src/lib/logos.ts @@ -0,0 +1,4 @@ + +export const LOGO_COLORS = [ + "black", "blue", "brown", "buff", "indigo", "mantis", "orchid", "pink", "tangerine", "turquise", "white", "yellow" +]