File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ import type {ReactNode} from 'react';
33// import Link from '@docusaurus/Link';
44import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
55import Layout from '@theme/Layout' ;
6- import { Community } from '@site/src/components/Community' ;
6+ // import {Community } from '@site/src/components/Community';
77import { Hero } from '@site/src/components/layout-1/Hero' ;
88// import Heading from '@theme/Heading';
99
1010// import styles from './index.module.css';
1111// import { HeroSection } from '../components/sections/HeroSection';
12- import { FeaturesSection } from '../components/sections/FeaturesSection' ;
12+ // import { FeaturesSection } from '../components/sections/FeaturesSection';
1313// import { StatsSection } from '../components/sections/StatsSection';
14- import { EcosystemMap } from '../components/sections/EcosystemMap' ;
14+ // import { EcosystemMap } from '../components/sections/EcosystemMap';
1515
1616// function HomepageHeader() {
1717// const {siteConfig} = useDocusaurusContext();
@@ -43,9 +43,9 @@ export default function Home(): ReactNode {
4343 { /* <HomepageHeader /> */ }
4444 < main >
4545 < Hero />
46- < FeaturesSection />
46+ { /* <FeaturesSection />
4747 <EcosystemMap />
48- < Community />
48+ <Community /> */ }
4949 </ main >
5050 </ Layout >
5151 ) ;
You can’t perform that action at this time.
0 commit comments