File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import OpeningSection from '@site/src/components/pages/home/section/opening-sect
55import SponsorsSection from '@site/src/components/pages/home/section/sponsors-section' ;
66// import VisualRepresentationOfWhatWeDoSection from '@site/src/components/pages/home/section/visual-representation-of-what-we-do';
77// import OurVisionSection from '@site/src/components/pages/home/section/our-vision-section';
8- import PricingSection from '@site/src/components/pages/home/section/pricing-section' ;
8+ // import PricingSection from '@site/src/components/pages/home/section/pricing-section';
99// import CodeExamplesSection from '@site/src/components/pages/home/section/code-examples-section';
1010import WhoIsUsingGameCiSection from '@site/src/components/pages/home/section/who-is-using-game-ci-section' ;
1111// import GallerySection from '@site/src/components/pages/home/section/gallery-section';
@@ -20,7 +20,7 @@ export default function Home(): React.JSX.Element {
2020 < SponsorsSection />
2121 < WhoIsUsingGameCiSection />
2222 { /* <CodeExamplesSection /> */ }
23- < PricingSection />
23+ { /* <PricingSection /> */ }
2424 { /* <GallerySection /> */ }
2525 </ Layout >
2626 ) ;
You can’t perform that action at this time.
0 commit comments