diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6e6ef92..254251a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,5 @@ import { type Metadata } from 'next' +import { Footer } from '@/components/Footer' import { Mulish } from 'next/font/google' import clsx from 'clsx' @@ -26,7 +27,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children} ) } diff --git a/src/components/CallTo.tsx b/src/components/CallTo.tsx index 4ec30f2..e9b9bdd 100644 --- a/src/components/CallTo.tsx +++ b/src/components/CallTo.tsx @@ -6,7 +6,7 @@ export function CallTo() {Why hand out your intelligence to centralized giants when you can build your own? diff --git a/src/components/ClickableGallery.tsx b/src/components/ClickableGallery.tsx index b37159f..cd2728b 100644 --- a/src/components/ClickableGallery.tsx +++ b/src/components/ClickableGallery.tsx @@ -52,14 +52,15 @@ export function ClickableGallery() {
- The future isn’t about more tools. It’s about one intelligent partner that can do it all. This is your gateway to creativity, automation, and discovery. + Your private agent coordinates a team of specialists that spin up on demand, collaborate across your world, and deliver end-to-end results. + Many agents, one intelligence—yours.
+
Mycelium Cloud allows you to deploy and scale AI agents from top global providers on a decentralized, privacy-first infrastructure.
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 98d3e6e..878babf 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,7 +6,6 @@ import { Container } from '@/components/Container' import { TextField } from '@/components/Fields' import { Logomark } from '@/components/Logo' import { NavLinks } from '@/components/NavLinks' -import { FadeIn } from '@/components/FadeIn' import qrCode from '@/images/qr-code.svg' function QrCodeBorder(props: React.ComponentPropsWithoutRef<'svg'>) { @@ -24,61 +23,13 @@ function QrCodeBorder(props: React.ComponentPropsWithoutRef<'svg'>) { export function Footer() { return (