diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2f6d950c..209dbf0c 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -5,7 +5,7 @@ import OpeningSection from '@site/src/components/pages/home/section/opening-sect import SponsorsSection from '@site/src/components/pages/home/section/sponsors-section'; // import VisualRepresentationOfWhatWeDoSection from '@site/src/components/pages/home/section/visual-representation-of-what-we-do'; // import OurVisionSection from '@site/src/components/pages/home/section/our-vision-section'; -import PricingSection from '@site/src/components/pages/home/section/pricing-section'; +// import PricingSection from '@site/src/components/pages/home/section/pricing-section'; // import CodeExamplesSection from '@site/src/components/pages/home/section/code-examples-section'; import WhoIsUsingGameCiSection from '@site/src/components/pages/home/section/who-is-using-game-ci-section'; // import GallerySection from '@site/src/components/pages/home/section/gallery-section'; @@ -20,7 +20,7 @@ export default function Home(): React.JSX.Element { {/* */} - + {/* */} {/* */} );