1
1
import React from "react" ;
2
- import clsx from "clsx" ;
3
- import Link from "@docusaurus/Link" ;
4
2
import Layout from "@theme/Layout" ;
5
- import HomepageFeatures from "@site/src/components/HomepageFeatures" ;
6
3
import styles from "./index.module.css" ;
7
4
8
5
import landingCyclops from "/static/img/landing_cyclops.png" ;
9
6
import title from "/static/img/cyclops-title.png" ;
10
7
11
8
import yaml from "/static/img/yaml_background.png" ;
12
9
13
- import devhunt from "/static/img/devhunt.png" ;
14
-
15
10
import Comparison from "../components/Comparison" ;
16
11
import Install from "../components/Install" ;
17
12
import Features from "../components/Features" ;
18
13
import Blogs from "../components/Blogs" ;
19
14
import Testimonials from "../components/Testimonials" ;
20
15
import Newsletter from "../components/Newsletter" ;
21
- import { Button , Col , ConfigProvider , Row } from "antd" ;
16
+ import { Button , ConfigProvider , Row } from "antd" ;
22
17
23
18
export default function Home ( ) {
24
19
return (
@@ -103,8 +98,7 @@ export default function Home() {
103
98
/>
104
99
105
100
< img className = { styles . cyclopsTitle } src = { title } />
106
- < img className = { styles . devhunt } src = { devhunt } />
107
- { /*<h2 className={styles.cyclopsDesc}>Developer friendly Kubernetes</h2>*/ }
101
+ < h2 className = { styles . cyclopsDesc } > Developer friendly Kubernetes</ h2 >
108
102
< img className = { styles . landingCyclops } src = { landingCyclops } />
109
103
< Row >
110
104
< ConfigProvider
@@ -131,7 +125,7 @@ export default function Home() {
131
125
</ ConfigProvider >
132
126
</ Row >
133
127
</ div >
134
- < Comparison />
128
+ < Comparison />
135
129
< div className = { styles . backgroundcolor } >
136
130
< Features />
137
131
< Testimonials />
0 commit comments