added support page

This commit is contained in:
Samandar Turgunboyev
2025-12-16 14:29:04 +05:00
parent f3e0432465
commit 8813d50a81
12 changed files with 880 additions and 636 deletions

View File

@@ -107,17 +107,16 @@ const Navbar = () => {
>
<div className="custom-container h-6 flex justify-between items-center gap-3">
<div
className="p-2 flex gap-2 rounded-xl cursor-pointer"
className="p-2 flex gap-2 rounded-xl cursor-pointer items-center"
onClick={() => router.push('/')}
>
<Image
src="/favicon.png"
src="/logos/logo.png"
alt="logo"
width={40}
height={20}
className="w-6 h-6"
className="w-10 h-10"
/>
<h3>Fias</h3>
</div>
<div className="w-full flex justify-end lg:hidden gap-2">
<Button