diff --git a/src/components/HomeHero.tsx b/src/components/HomeHero.tsx index 206f2b4..0a325aa 100644 --- a/src/components/HomeHero.tsx +++ b/src/components/HomeHero.tsx @@ -5,7 +5,7 @@ import { motion } from 'framer-motion' import { TypeAnimation } from 'react-type-animation' import { Dialog, DialogPanel } from '@headlessui/react' import { Bars3Icon, XMarkIcon, ChevronDoubleDownIcon } from '@heroicons/react/24/outline' -import { H1, PL } from '@/components/Texts' +import { H1, H2, PL } from '@/components/Texts' const navigation = [ { name: 'Product', href: '#' }, @@ -32,9 +32,9 @@ export function HomeHero() {
-
+
-
+

- + + Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you. + + + + {/* Desktop-only PL */} + + Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you.

- - {/* Desktop-only PL */} - - - Mycelium's advancements in Agentic infrastructure supports private, secure and autonomous Agents that connect, learn and grow with you. - -
diff --git a/src/components/StackSection.tsx b/src/components/StackSection.tsx index 356dbc0..24cbc39 100644 --- a/src/components/StackSection.tsx +++ b/src/components/StackSection.tsx @@ -1,7 +1,7 @@ "use client"; import { StackedCubes } from "@/components/ui/StackedCubes"; -import { H2, P } from '@/components/Texts'; +import { H1, H2, P } from '@/components/Texts'; import { FadeIn } from "./FadeIn"; export function StackSectionPreview() {