diff --git a/src/pages/home/HomeHero.tsx b/src/pages/home/HomeHero.tsx
index 6cead4e..907aebe 100644
--- a/src/pages/home/HomeHero.tsx
+++ b/src/pages/home/HomeHero.tsx
@@ -1,36 +1,37 @@
-import { motion } from 'framer-motion'
-import { TypeAnimation } from 'react-type-animation'
-import { Container } from '../../components/Container'
+'use client'
+
+import { H1, P } from '@/components/Texts'
+import { FadeIn } from '@/components/FadeIn'
+import { Button } from '@/components/Button'
export function HomeHero() {
return (
-
-
-
-
-
-
-
-
-
- Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you.
-
-
+
+
+
+
+ Decentralized Autonomous Agentic Cloud.
+
+
+ Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you.
+
+
-
-
+
+
)
}