diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f412ba..f4f1ae8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import GradientPlatform from "../components/GradientPlatform"; import LandingHero from "../components/LandingHero"; import AiInCLI from "../components/AiInCLI"; import Navbar from "../components/Navbar"; +import Customize from "../components/Customize"; export default function LandingPage() { // const isMobile = useMediaQuery("(max-width: 768px)"); @@ -16,10 +17,9 @@ export default function LandingPage() { - {/*{!isMobile ? : null}*/} + {/* {!isMobile ? : null} */} - {/* */}