From a63409224b37ecd27c505059d88417e328184d4a Mon Sep 17 00:00:00 2001 From: Vukasin Date: Sun, 6 Jul 2025 20:29:33 +0200 Subject: [PATCH] fix: landing video position --- frontend/src/app/(home)/page.tsx | 4 ++++ frontend/src/components/home/sections/cta-section.tsx | 8 +------- frontend/src/components/home/sections/hero-section.tsx | 4 +--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/frontend/src/app/(home)/page.tsx b/frontend/src/app/(home)/page.tsx index 2c1e96d2..2d4c59e3 100644 --- a/frontend/src/app/(home)/page.tsx +++ b/frontend/src/app/(home)/page.tsx @@ -9,6 +9,7 @@ import { OpenSourceSection } from '@/components/home/sections/open-source-sectio import { PricingSection } from '@/components/home/sections/pricing-section'; import { UseCasesSection } from '@/components/home/sections/use-cases-section'; import { ModalProviders } from '@/providers/modal-providers'; +import { HeroVideoSection } from '@/components/home/sections/hero-video-section'; export default function Home() { return ( @@ -27,6 +28,9 @@ export default function Home() {
+
+ +
{/* */} {/* */} diff --git a/frontend/src/components/home/sections/cta-section.tsx b/frontend/src/components/home/sections/cta-section.tsx index 32d894f5..c60a886a 100644 --- a/frontend/src/components/home/sections/cta-section.tsx +++ b/frontend/src/components/home/sections/cta-section.tsx @@ -1,6 +1,7 @@ import Image from 'next/image'; import { siteConfig } from '@/lib/home'; import Link from 'next/link'; +import { HeroVideoSection } from './hero-video-section'; export function CTASection() { const { ctaSection } = siteConfig; @@ -12,13 +13,6 @@ export function CTASection() { >
- {/* Agent CTA Background */}

{ctaSection.title} diff --git a/frontend/src/components/home/sections/hero-section.tsx b/frontend/src/components/home/sections/hero-section.tsx index 68769bd5..3fe62e4e 100644 --- a/frontend/src/components/home/sections/hero-section.tsx +++ b/frontend/src/components/home/sections/hero-section.tsx @@ -364,9 +364,7 @@ export function HeroSection() {

-
- -
+
{/* Auth Dialog */}