Compare commits
5 Commits
version_16
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 51a37c2544 | |||
| 20d6b96590 | |||
| 54f82eb0e0 | |||
| 53f805a44a | |||
| d4d3a3f2ca |
@@ -1,19 +1,18 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
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 FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, CheckCircle, HelpCircle, Sparkles, Star, Zap } from 'lucide-react';
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
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() {
|
||||
return (
|
||||
@@ -47,7 +46,8 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
title="ИИ-инфлюенсер, который работает на ваш бренд"
|
||||
description="Создаём цифровых инфлюенсеров под ключ. Мгновенное масштабирование контента и полная независимость от традиционных фото/видеопродакшенов."
|
||||
description="Создаём цифровых инфлюенсеров под ключ. Мгновенное масштабирование контента
|
||||
и полная независимость от традиционных фото/видеопродакшенов."
|
||||
tag="Премиум решение"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -222,26 +222,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Доверяют лидеры индустрии и инноваторы"
|
||||
description="Мы гордимся партнерством с компаниями, которые формируют будущее. Присоединяйтесь к элите, выбирающей AI-революцию в маркетинге."
|
||||
tag="Наши партнеры"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="blur-reveal"
|
||||
names={["Fashion Brand Group", "Beauty Retail Co.", "Digital Agency Pro", "E-commerce Platform", "Luxury Goods Inc.", "SaaS Solutions", "Premium Jewelry"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/logo-or-brand-mark-for-a-major-russian-e-1774194910089-a8df7bbf.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/logo-for-a-premium-beauty-or-cosmetics-b-1774194911583-21ee01c9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/logo-for-a-contemporary-fashion-or-lifes-1774194909169-084f23d0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/logo-for-a-digital-marketing-or-creative-1774194908733-cb8bc44e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/logo-for-a-luxury-lifestyle-or-premium-c-1774194913225-aedfb538.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/logo-for-a-saas-or-technology-company-mo-1774194910188-f9173489.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJ5dWgRXPkFHxu1a8nQ1RJCGs2/logo-for-a-premium-jewelry-or-luxury-acc-1774194908887-914e3f12.jpg"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
buttons={[{ text: "Получить ранний доступ", href: "#contact" }]
|
||||
}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Все, что вы хотели знать об AI-инфлюенсерах"
|
||||
|
||||
Reference in New Issue
Block a user