diff --git a/public/images/cloud.png b/public/images/cloud.png new file mode 100644 index 0000000..ce6fa52 Binary files /dev/null and b/public/images/cloud.png differ diff --git a/public/images/phone-frame.svg b/public/images/phone-frame.svg index 369d9e8..c11255f 100644 --- a/public/images/phone-frame.svg +++ b/public/images/phone-frame.svg @@ -214,7 +214,7 @@ - + +
diff --git a/src/images/phone-frame.svg b/src/images/phone-frame.svg index 369d9e8..c11255f 100644 --- a/src/images/phone-frame.svg +++ b/src/images/phone-frame.svg @@ -214,7 +214,7 @@ - + setActive((i) => wrap(0, galleryItems.length, i - 1)) return ( -
+
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. +

+
+ + + Learn more + +
- -
+
+
) }