diff --git a/docusaurus/src/components/HomepageFastkafkaChat/index.js b/docusaurus/src/components/HomepageFastkafkaChat/index.js index c31d945..de6f7cd 100644 --- a/docusaurus/src/components/HomepageFastkafkaChat/index.js +++ b/docusaurus/src/components/HomepageFastkafkaChat/index.js @@ -1,7 +1,5 @@ import React from 'react'; import clsx from 'clsx'; -import Iframe from 'react-iframe' -import BrowserWindow from '../BrowserWindow'; import styles from './styles.module.css'; @@ -50,25 +48,3 @@ function Feature({Svg, title, description}) { ); } - -export default function HomepageFastkafkaChat() { - return ( - - - - Check out our code-generation feature! - Let us know what you need solved and we’ll generate the FastKafka code for you! - - - - - - - - - - - - - ); -} diff --git a/docusaurus/src/pages/index.js b/docusaurus/src/pages/index.js index 7ec26ee..7086280 100644 --- a/docusaurus/src/pages/index.js +++ b/docusaurus/src/pages/index.js @@ -7,7 +7,6 @@ import HomepageFeatures from '@site/src/components/HomepageFeatures'; import HomepageWhatYouGet from '@site/src/components/HomepageWhatYouGet'; import HomepageCommunity from '@site/src/components/HomepageCommunity'; import HomepageFAQ from '@site/src/components/HomepageFAQ'; -import HomepageFastkafkaChat from '@site/src/components/HomepageFastkafkaChat'; import RobotFooterIcon from '@site/src/components/RobotFooterIcon'; import styles from './index.module.css'; @@ -41,7 +40,6 @@ export default function Home() { -
Let us know what you need solved and we’ll generate the FastKafka code for you!