From de8d403f20f1e2777e9b05e36620d971533e108f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 17:19:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f295234..47a5a2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import { Award, CheckCircle, HelpCircle, Sparkles, Star, Zap } from 'lucide-react'; export default function LandingPage() { @@ -32,6 +33,7 @@ export default function LandingPage() { brandName="AIInfluencer" navItems={[ { name: "О решении", id: "features" }, + { name: "Детали", id: "features-new" }, { name: "Возможности", id: "about" }, { name: "Цены", id: "pricing" }, { name: "Кейсы", id: "testimonials" }, @@ -94,8 +96,23 @@ export default function LandingPage() { phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/tablet-screen-with-content-scheduling-and-1774194910006-21820609.png", imageAlt: "Tablet screen with content scheduling" } } ]} - buttons={[{ text: "Узнать больше", href: "#about" }]} - buttonAnimation="slide-up" + buttons={[{ text: "Узнать больше", href: "#about" }]}n buttonAnimation="slide-up" + /> + + +
+
@@ -109,8 +126,7 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/a-sophisticated-infographic-or-diagram-s-1774194910201-1305e1bb.png" imageAlt="Процесс создания ИИ-инфлюенсера" useInvertedBackground={false} - buttons={[{ text: "Начать проект", href: "#contact" }]} - buttonAnimation="blur-reveal" + buttons={[{ text: "Начать проект", href: "#contact" }]}n buttonAnimation="blur-reveal" /> @@ -147,8 +163,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/enterprise-solution-showcase-unlimited-c-1774194910255-311f8351.png", imageAlt: "Пакет Enterprise" } ]} - buttons={[{ text: "Посмотреть все возможности", href: "#features" }]} - /> + buttons={[{ text: "Посмотреть все возможности", href: "#features" }]}n />
@@ -188,8 +203,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/professional-headshot-of-a-beauty-or-lif-1774194911435-f531bff5.png" } ]} - buttons={[{ text: "Смотреть больше примеров", href: "#contact" }]} - /> + buttons={[{ text: "Смотреть больше примеров", href: "#contact" }]}n />
@@ -207,8 +221,7 @@ export default function LandingPage() { useInvertedBackground={true} speed={40} showCard={true} - buttons={[{ text: "Присоединиться к партнерам", href: "#contact" }]} - /> + buttons={[{ text: "Присоединиться к партнерам", href: "#contact" }]}n />
@@ -241,8 +254,7 @@ export default function LandingPage() { id: "6", title: "Можно ли получить белый лейбл (white-label) решение?", content: "Да, для агентств и крупных компаний мы предоставляем white-label решение с вашим брендингом. Свяжитесь с нами для обсуждения условий и интеграции API." } ]} - buttons={[{ text: "Остались вопросы?", href: "#contact" }]} - /> + buttons={[{ text: "Остались вопросы?", href: "#contact" }]}n />
@@ -304,4 +316,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file