From 5d5a04cd5b3ecfe8e0b433e168f53c58e889f6e0 Mon Sep 17 00:00:00 2001 From: kdiffin <110340508+kdiffin@users.noreply.github.com> Date: Fri, 29 Sep 2023 18:33:54 +0000 Subject: [PATCH] optimized prism --- src/app/page.tsx | 4 +- src/components/interactivePrism/Flare.tsx | 16 ++++--- src/components/interactivePrism/Prism.tsx | 8 ++-- src/components/interactivePrism/Rainbow.tsx | 15 ++++--- src/components/interactivePrism/index.tsx | 47 ++++++++++++--------- 5 files changed, 53 insertions(+), 37 deletions(-) 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} */} - {/* */}