From c494a8bec3e46114fdb1664fc30e3ee78bb7bdc1 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr l3wdfut4pwr Date: Thu, 22 Jan 2026 09:04:23 +0200 Subject: update footer --- src/components/footer/Footer.tsx | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'src/components/footer/Footer.tsx') diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index 9b2a3f2..d33a66f 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -1,4 +1,9 @@ +import Link from 'next/link'; +import Discord from '@icons/discord.svg'; +import Premium from '@icons/premium.svg'; +import Faq from '@icons/faq.svg'; import Logo from '@icons/logo.svg'; +import Download from '@icons/download.svg'; import ArtberryIcon from '@icons/artberry.svg'; export function Footer() { @@ -19,6 +24,47 @@ export function Footer() { © 2025 artberry.xyz +
+
+
+ + + Загрузить контент + + + + FAQ + + + + Премиум + + + + Сообщество + +
+
+ Теги + Персонажи + Категории + Коллекции + Рандом +
+
+
+
); } -- cgit v1.3-3-g829e