diff --git a/src/app/page.tsx b/src/app/page.tsx index 117d8cc..6c7473f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { AlertTriangle, CheckCircle, Clock, Code, Headphones, Layout, Rocket, Search, ShieldCheck, TrendingUp, Zap } from "lucide-react"; +import { AlertTriangle, Brain, CheckCircle, Clock, Code, Headphones, Layout, Rocket, Search, ShieldCheck, TrendingUp, X, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -32,65 +32,28 @@ export default function LandingPage() {
@@ -101,21 +64,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Результаты внедрения" metrics={[ - { - icon: Clock, - label: "Экономия времени", - value: "20 ч/нед", - }, - { - icon: TrendingUp, - label: "Рост прибыли", - value: "35%", - }, - { - icon: ShieldCheck, - label: "Снижение ошибок", - value: "99%", - }, + { icon: Clock, label: "Экономия времени", value: "20 ч/нед" }, + { icon: TrendingUp, label: "Рост прибыли", value: "35%" }, + { icon: ShieldCheck, label: "Снижение ошибок", value: "99%" } ]} metricsAnimation="slide-up" /> @@ -123,30 +74,18 @@ export default function LandingPage() {
@@ -408,41 +206,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-abstract-neon-led-light-effect_53876-126467.jpg" logoText="AI Flow" columns={[ - { - title: "Компания", - items: [ - { - label: "О нас", - href: "#", - }, - { - label: "Кейсы", - href: "#cases", - }, - ], - }, - { - title: "Решения", - items: [ - { - label: "Аудит", - href: "#", - }, - { - label: "Тарифы", - href: "#pricing", - }, - ], - }, - { - title: "Контакты", - items: [ - { - label: "Telegram", - href: "https://t.me/your_link", - }, - ], - }, + { title: "Компания", items: [{ label: "О нас", href: "#" }, { label: "Кейсы", href: "#cases" }] }, + { title: "Решения", items: [{ label: "Аудит", href: "#" }, { label: "Тарифы", href: "#pricing" }] }, + { title: "Контакты", items: [{ label: "Telegram", href: "https://t.me/your_link" }] } ]} />