Update src/app/page.tsx

This commit is contained in:
2026-03-20 07:45:18 +00:00
parent 7d00e9aa34
commit c94ec59d74

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroBillboard <HeroBillboard
title="Видео, которое продаёт и цепляет внимание" title="Видео, которое продаёт и цепляет внимание"
description="Создаём контент под ключ: идея, съёмка, монтаж, рост" description="Создаём контент под ключ: идея, съёмка, монтаж, рост"
background="radial-gradient" background={{ variant: "radial-gradient" }}
tag="Профессиональный видео-продакшн" tag="Профессиональный видео-продакшн"
tagIcon={Zap} tagIcon={Zap}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -51,8 +51,8 @@ export default function LandingPage() {
{ text: "Смотреть портфолио", href: "#portfolio" } { text: "Смотреть портфолио", href: "#portfolio" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/cinematic-dark-video-production-setup-wi-1773992654746-ed4505c2.png?_wi=1" videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/cinematic-dark-video-production-setup-wi-1773992654746-ed4505c2.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/cinematic-dark-video-production-setup-wi-1773992654746-ed4505c2.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/cinematic-dark-video-production-setup-wi-1773992654746-ed4505c2.png"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
ariaLabel="LFT Prod - видео продакшн герой" ariaLabel="LFT Prod - видео продакшн герой"
/> />
@@ -67,7 +67,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[{ text: "Узнать больше", href: "#process" }]} buttons={[{ text: "Узнать больше", href: "#process" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/professional-video-production-team-worki-1773992654689-68e02dfd.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/professional-video-production-team-worki-1773992654689-68e02dfd.png"
imageAlt="Профессиональная видео-съёмка" imageAlt="Профессиональная видео-съёмка"
useInvertedBackground={true} useInvertedBackground={true}
/> />
@@ -83,7 +83,7 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Полный продакшн", description: "От идеи и сценария до финального монтажа. Мы закрываем весь процесс и отвечаем за результат.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/professional-video-production-team-worki-1773992654689-68e02dfd.png?_wi=2", imageAlt: "Полный видео продакшн" title: "Полный продакшн", description: "От идеи и сценария до финального монтажа. Мы закрываем весь процесс и отвечаем за результат.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/professional-video-production-team-worki-1773992654689-68e02dfd.png", imageAlt: "Полный видео продакшн"
}, },
{ {
id: 2, id: 2,
@@ -209,7 +209,7 @@ export default function LandingPage() {
{ text: "WhatsApp консультация", href: "https://wa.me/79999999999" } { text: "WhatsApp консультация", href: "https://wa.me/79999999999" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/cinematic-dark-video-production-setup-wi-1773992654746-ed4505c2.png?_wi=3" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCUH9NSEep7VTInMxzgwzshzpa/cinematic-dark-video-production-setup-wi-1773992654746-ed4505c2.png"
imageAlt="Контакт с LFT Prod" imageAlt="Контакт с LFT Prod"
useInvertedBackground={true} useInvertedBackground={true}
/> />