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 5983784 commit eea4ab4Copy full SHA for eea4ab4
frontend/src/app/home/page.tsx
@@ -1,6 +1,5 @@
1
import type { Metadata } from "next";
2
3
-import IntegrateSection from "@/components/IntegrateSection";
4
import { getPageMetadata } from "@/utils/seo";
5
6
import CaseStudies from "./components/CaseStudies";
@@ -27,7 +26,6 @@ const Home: React.FC = async () => {
27
26
<Web3 />
28
<Enterprise />
29
<CaseStudies />
30
- <IntegrateSection listMode />
31
<StartEarning />
32
<GetInTouch />
33
</>
0 commit comments