diff --git a/website/components/AnimatedBackground.tsx b/website/components/AnimatedBackground.tsx new file mode 100644 index 0000000..e08e60a --- /dev/null +++ b/website/components/AnimatedBackground.tsx @@ -0,0 +1,38 @@ +import { motion, useAnimation, useInView } from 'motion/react' + +export const AnimatedBackground = () => { + return ( +