diff --git a/system-contract-dapp-playground/src/app/page.tsx b/system-contract-dapp-playground/src/app/page.tsx index 5598fe49f..b6a0f9c0f 100644 --- a/system-contract-dapp-playground/src/app/page.tsx +++ b/system-contract-dapp-playground/src/app/page.tsx @@ -19,6 +19,7 @@ */ import Footer from '@/components/footer'; import Navbar from '@/components/navbar'; +import LandingPage from '@/sections/landing'; export default function Home() { return (