diff --git a/apps/docs/src/components/docs/hero.tsx b/apps/docs/src/components/docs/hero.tsx index b2f9d7d..93bf3a7 100644 --- a/apps/docs/src/components/docs/hero.tsx +++ b/apps/docs/src/components/docs/hero.tsx @@ -6,7 +6,6 @@ import { useEffect, useRef } from "react"; export function Hero() { const containerRef = useRef(null); const headingRef = useRef(null); - const taglineRef = useRef(null); useEffect(() => { const ctx = gsap.context(() => { @@ -22,11 +21,6 @@ export function Hero() { stagger: 0.08, }); } - - if (taglineRef.current) { - gsap.set(taglineRef.current, { y: 20, opacity: 0 }); - tl.to(taglineRef.current, { y: 0, opacity: 1, duration: 0.7 }, "-=0.5"); - } }, containerRef); return () => ctx.revert(); @@ -67,13 +61,6 @@ export function Hero() { > Ghost -

- tooling for decentralized design -