From 3d328192d5f9efa39922dd226d9b681492302c4e Mon Sep 17 00:00:00 2001 From: Darginec05 Date: Mon, 8 Jul 2024 22:29:12 +0200 Subject: [PATCH] update landing --- web/next-example/src/pages/index.tsx | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/web/next-example/src/pages/index.tsx b/web/next-example/src/pages/index.tsx index 7fd69e83e..4c710a012 100644 --- a/web/next-example/src/pages/index.tsx +++ b/web/next-example/src/pages/index.tsx @@ -1,20 +1,6 @@ -import { createYooptaEditor } from '@yoopta/editor'; - -import { useMemo, useRef } from 'react'; import NextLink from 'next/link'; -import { - ExpandIcon, - CodeIcon, - StarIcon, - Send, - Code2Icon, - FileHeart, - PlusIcon, - ExternalLinkIcon, - LucideGithub, -} from 'lucide-react'; +import { StarIcon, Send, Code2Icon, FileHeart, PlusIcon, ExternalLinkIcon } from 'lucide-react'; import { Head } from '@/components/Head/Head'; -import { LandingEditor } from '@/components/LandingEditor/LandingEditor'; // Card component with title and description const Card = ({ title, description }) => { @@ -29,7 +15,7 @@ const Card = ({ title, description }) => { const GithubButton = ({ repo }) => { return ( @@ -158,7 +144,7 @@ export default function Home({ repoData }) {

Meet Yoopta-Editor 🚀

-
+
{repoData && }