telegram free connection

This commit is contained in:
2026-05-02 18:11:05 +07:00
parent f836da06d5
commit 6de8968f11
20 changed files with 428 additions and 114 deletions
+8
View File
@@ -33,6 +33,14 @@ export function BurgerMenu({ isOpen, onClose }: BurgerMenuProps) {
{t("settings")}
</Link>
<Link
to="/telegram"
className="text-lg font-medium hover:text-primary transition-colors flex items-center gap-2"
>
<span className="w-2 h-2 rounded-full bg-primary/80 animate-pulse" />
{t("tg_menu")}
</Link>
<Link
to="/about"
className="text-lg font-medium hover:text-primary transition-colors"
+6 -7
View File
@@ -21,18 +21,16 @@ export function SplashScreen({ onComplete }: SplashScreenProps) {
return (
<div
className={`fixed inset-0 transition-opacity duration-1000 flex items-center justify-center ${
isFadingOut ? "opacity-0" : "opacity-100"
className={`fixed inset-0 transition-opacity duration-1000 flex flex-col items-center justify-end pb-24 ${
isFadingOut ? "opacity-50" : "opacity-100"
}`}
// Вместо bg-[#0a0a0c] используем радиальный градиент, который
// слегка притеняет края, но оставляет центр прозрачным для матрицы
style={{
background:
"radial-gradient(circle, transparent 20%, rgba(10, 10, 12, 0.8) 100%)",
}}
>
<motion.div
initial={{ opacity: 0, y: 50 }}
initial={{ opacity: 0, y: 30 }}
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 1.2, ease: "easeOut" }}
className="flex flex-col items-center text-center"
@@ -42,8 +40,9 @@ export function SplashScreen({ onComplete }: SplashScreenProps) {
NETRUNNER
</h1>
{/* Разделитель */}
<div className="flex items-center gap-4 my-10">
{/* Разделитель — немного уменьшил отступы (my-6 вместо my-10),
чтобы композиция снизу была компактнее */}
<div className="flex items-center gap-4 my-6">
<div className="w-24 h-[1px] bg-primary/50" />
<div className="w-2 h-2 rotate-45 bg-[#00E5F2] shadow-[0_0_15px_#00E5F2]" />
<div className="w-24 h-[1px] bg-primary/50" />