feat: update for agent

This commit is contained in:
2026-06-18 21:38:39 +03:00
parent 443fd7c727
commit 1e2fd40c9f
7 changed files with 56 additions and 9 deletions

View File

@@ -4,10 +4,9 @@ import { useState, useEffect } from "react";
import { cn } from "@/shared/lib/utils";
import { Button } from "@/shared/ui/button";
import { Sheet, SheetContent, SheetTrigger } from "@/shared/ui/sheet";
import { Menu, X } from "lucide-react";
import { Menu, Moon, Sun, X } from "lucide-react";
import Link from "next/link";
import { useTheme } from "next-themes";
import { Moon, Sun } from "lucide-react";
const navigation = [
{ name: "Возможности", href: "#features" },