Skip to content

Commit 0b60b05

Browse files
authored
Remove PricingSection from home page (#484)
* Comment PricingSection component until it's relevant to have it on home page * Also comment the import
1 parent a884e36 commit 0b60b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import OpeningSection from '@site/src/components/pages/home/section/opening-sect
55
import 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';
1010
import 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
);

0 commit comments

Comments
 (0)