We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71bfb7 commit 20619ecCopy full SHA for 20619ec
2 files changed
documentation/src/pages/core/index.tsx
@@ -11,7 +11,6 @@ import { LandingSolidFoundation } from "@site/src/refine-theme/landing-solid-fou
11
import { LandingSweetSpot } from "@site/src/refine-theme/landing-sweet-spot";
12
import { LandingTestimonial } from "@site/src/refine-theme/landing-testimonial";
13
import { LandingTrustedByDevelopers } from "@site/src/refine-theme/landing-trusted-by-developers";
14
-import { LandingTryItSection } from "@site/src/refine-theme/landing-try-it-section";
15
import clsx from "clsx";
16
import React from "react";
17
@@ -82,7 +81,6 @@ function Home() {
82
81
<LandingCommunity />
83
<LandingTestimonial />
84
<LandingSolidFoundation />
85
- <LandingTryItSection />
86
</div>
87
<LandingFooter />
88
0 commit comments