Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -20,7 +20,7 @@ export default function Home(): React.JSX.Element {
<SponsorsSection />
<WhoIsUsingGameCiSection />
{/* <CodeExamplesSection /> */}
<PricingSection />
{/* <PricingSection /> */}
{/* <GallerySection /> */}
</Layout>
);
Expand Down