diff --git a/src/app/page.tsx b/src/app/page.tsx
index cd9d4eb..ff29d79 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,17 +3,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
-import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import MediaAbout from '@/components/sections/about/MediaAbout';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
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 TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, CheckCircle, HelpCircle, Sparkles, Star, Zap } from 'lucide-react';
export default function LandingPage() {
@@ -72,7 +72,7 @@ export default function LandingPage() {
-
@@ -131,7 +127,8 @@ 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" }]}
+ buttons={[{ text: "Начать проект", href: "#contact" }]
+ }
buttonAnimation="blur-reveal"
/>
@@ -142,7 +139,8 @@ export default function LandingPage() {
description={[
"Мы создаем не просто изображения, а полноценные цифровые личности, способные эффективно взаимодействовать с вашей аудиторией. Это позволяет вашему бренду масштабировать контент, сохраняя при этом уникальность и консистентность.", "Забудьте о сложностях традиционных фотосессий и видеосъемок. С нами вы получаете качественный контент для любых платформ, быстро и с полным контролем над каждым аспектом. Мы делаем технологии доступными для вашего креатива."
]}
- buttons={[{ text: "Узнать больше", href: "#features" }]}
+ buttons={[{ text: "Узнать больше", href: "#features" }]
+ }
buttonAnimation="slide-up"
showBorder={true}
useInvertedBackground={true}
@@ -182,7 +180,8 @@ 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" }]
+ }
/>
@@ -223,7 +222,8 @@ 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" }]
+ }
/>
@@ -242,7 +242,8 @@ export default function LandingPage() {
useInvertedBackground={true}
speed={40}
showCard={true}
- buttons={[{ text: "Присоединиться к партнерам", href: "#contact" }]}
+ buttons={[{ text: "Присоединиться к партнерам", href: "#contact" }]
+ }
/>
@@ -300,7 +301,8 @@ export default function LandingPage() {
id: "6", title: "Можно ли получить белый лейбл (white-label) решение?", content: "Да, для агентств и крупных компаний мы предоставляем white-label решение с вашим брендингом. Свяжитесь с нами для обсуждения условий и интеграции API."
}
]}
- buttons={[{ text: "Остались вопросы?", href: "#contact" }]}
+ buttons={[{ text: "Остались вопросы?", href: "#contact" }]
+ }
/>