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() {
>
- {/*
*/}
{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 */}