Skip to content

Commit

Permalink
Remove PricingSection from home page (#484)
Browse files Browse the repository at this point in the history
* Comment PricingSection component until it's relevant to have it on home page

* Also comment the import
  • Loading branch information
GabLeRoux authored Nov 18, 2024
1 parent a884e36 commit 0b60b05
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0b60b05

Please sign in to comment.