diff --git a/src/common/FloatingOrbs/index.tsx b/src/common/FloatingOrbs/index.tsx index 1513e5b..7b7f459 100644 --- a/src/common/FloatingOrbs/index.tsx +++ b/src/common/FloatingOrbs/index.tsx @@ -1,5 +1,5 @@ import { useLayoutEffect, useRef } from 'react'; -import { FloatingOrbContainer, FloatingOrbBlurContainer, FloatingOrbBlurContainerWithoutBackdrop } from './types'; +import { FloatingOrbContainer, FloatingOrbBlurContainer, FloatingOrbBlurContainerWithoutBackdrop, Orb } from './types'; import { gsap, Sine } from 'gsap'; import "twin.macro" // interface FloatingOrbsProps {} @@ -25,54 +25,17 @@ export const FloatingOrbs: React.FC & Re
-
-
-
+ + +
) :
-
-
-
+ + +
{children}
diff --git a/src/common/HoveringOrbs/index.tsx b/src/common/HoveringOrbs/index.tsx index cc6ed4e..c2eb54d 100644 --- a/src/common/HoveringOrbs/index.tsx +++ b/src/common/HoveringOrbs/index.tsx @@ -30,14 +30,16 @@ const HoveringOrbs: React.FC = ({ children, isHovering, ...pr
- + + + {/*
*/} -
+ translate-x-[15rem] translate-y-[-2.5rem] z-[-25]">
*/}
) : diff --git a/src/components/LandingPageOwnTheYardSectionMobile/index.tsx b/src/components/LandingPageOwnTheYardSectionMobile/index.tsx index e69ca76..484d993 100644 --- a/src/components/LandingPageOwnTheYardSectionMobile/index.tsx +++ b/src/components/LandingPageOwnTheYardSectionMobile/index.tsx @@ -5,7 +5,7 @@ import { SectionHeaderTitle, SectionHeaderSubtitle } from "../../common/Section/types"; -import { HoveringOrbs } from '../../common/FloatingOrbs'; +import { FloatingOrbs } from '../../common/FloatingOrbs'; import { NormalText, LargeText, @@ -36,7 +36,7 @@ const LandingPageOwnTheYardSectionMobile = () => { {/* gradient banner */}
- +
Powered by Wega Protocol @@ -49,7 +49,7 @@ const LandingPageOwnTheYardSectionMobile = () => {
-
+
)