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

@@ -6,7 +6,6 @@ import { Button } from "@/shared/ui/button";
import { Input } from "@/shared/ui/input";
import { motion } from "framer-motion";
import { ArrowRight, Sparkles } from "lucide-react";
import Link from "next/link";
/**
* CTA Section - финальный призыв к действию

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" },

View File

@@ -3,7 +3,6 @@
import { SectionContainer } from "@/features/section-container";
import { SectionHeader } from "@/features/section-header";
import { StepCard } from "@/features/step-card";
import { motion } from "framer-motion";
import { UserPlus, FolderPlus, Users as UsersIcon, Rocket } from "lucide-react";
const steps = [

View File

@@ -41,7 +41,7 @@ const pricingPlans = [
},
{
name: "Enterprise",
price: "custom",
price: "custom" as const,
description: "Для крупного бизнеса",
features: [
{ text: "Неограниченные участники", included: true },