diff --git a/front/components/home/content/Product/BlogSection.tsx b/front/components/home/content/Product/BlogSection.tsx index b60d2612c708..5b1c896cc053 100644 --- a/front/components/home/content/Product/BlogSection.tsx +++ b/front/components/home/content/Product/BlogSection.tsx @@ -26,8 +26,6 @@ export function BlogSection({
diff --git a/front/components/home/content/Product/IntroSection.tsx b/front/components/home/content/Product/IntroSection.tsx index 36a0cd7d8e98..5370215c9542 100644 --- a/front/components/home/content/Product/IntroSection.tsx +++ b/front/components/home/content/Product/IntroSection.tsx @@ -1,111 +1,31 @@ -import { - Button, - Div3D, - Hover3D, - PlayIcon, - RocketIcon, - Spinner, -} from "@dust-tt/sparkle"; +import { Button, Hover3D, RocketIcon } from "@dust-tt/sparkle"; import Link from "next/link"; -import React, { useEffect, useState } from "react"; +import React from "react"; import { H1, P, Strong } from "@app/components/home/ContentComponents"; import TrustedBy from "@app/components/home/TrustedBy"; -const ResponsiveIframe = () => { +const VideoPlayer = () => { return ( -
Amplify your team's performance with personalized assistants connected to your proprietary knowledge and data. @@ -132,11 +54,11 @@ export function IntroSection() {
Connect your team's data and{" "} diff --git a/front/components/home/content/Product/VerticalSection.tsx b/front/components/home/content/Product/VerticalSection.tsx index bc54902da037..f3717a86d266 100644 --- a/front/components/home/content/Product/VerticalSection.tsx +++ b/front/components/home/content/Product/VerticalSection.tsx @@ -21,7 +21,7 @@ export function VerticalSection() {