This commit is contained in:
2025-09-13 18:51:15 +02:00
parent 298fefd0f4
commit 9ae2f3bbcb
7 changed files with 102 additions and 251 deletions

View File

@@ -28,15 +28,7 @@ export function StackSectionPreview() {
The Mycelium Stack
</H2>
</motion.div>
<motion.div
initial={{ opacity: 0, y: 30 }}
animate={isInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 30 }}
transition={{ duration: 0.8, delay: 0.4 }}
>
<P className="mt-6 max-w-3xl ">
Mycelium is a fully integrated, vertical stack for sovereign and decentralized AI. It provides the foundation for a new generation of agentic applications, giving you full control over your data and intelligence.
</P>
</motion.div>
<motion.div
initial={{ opacity: 0, y: 30 }}
animate={isInView ? { opacity: 1, y: 0 } : { opacity: 0, y: 30 }}