Skip to content

Commit eea4ab4

Browse files
committed
fix(frontend): remove app list from home page
1 parent 5983784 commit eea4ab4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/app/home/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { Metadata } from "next";
22

3-
import IntegrateSection from "@/components/IntegrateSection";
43
import { getPageMetadata } from "@/utils/seo";
54

65
import CaseStudies from "./components/CaseStudies";
@@ -27,7 +26,6 @@ const Home: React.FC = async () => {
2726
<Web3 />
2827
<Enterprise />
2928
<CaseStudies />
30-
<IntegrateSection listMode />
3129
<StartEarning />
3230
<GetInTouch />
3331
</>

0 commit comments

Comments
 (0)