improvements

This commit is contained in:
Emre
2025-10-24 15:11:28 +03:00
parent 26fbea3ec4
commit 45b1c43b97
7 changed files with 10 additions and 11 deletions

View File

@@ -13,7 +13,11 @@ export default function AgentsPage() {
</AnimatedSection>
<AnimatedSection>
<BentoSection />
<DeploySection />
</AnimatedSection>
<AnimatedSection>
<Companies />
</AnimatedSection>
<AnimatedSection>
@@ -21,11 +25,7 @@ export default function AgentsPage() {
</AnimatedSection>
<AnimatedSection>
<DeploySection />
</AnimatedSection>
<AnimatedSection>
<Companies />
<BentoSection />
</AnimatedSection>
</div>
)

View File

@@ -16,8 +16,6 @@ export function HomeAurora() {
<div className="text-center">
<H1>
<span className="text-bold lg:text-8xl">
Project Mycelium.
<br className="hidden lg:block" />
Full Sovereignty for<br />Cloud, Network & AI.
</span>
</H1>

View File

@@ -35,7 +35,7 @@ export function WorldMap() {
<Eyebrow color="accent">Decentralized Network</Eyebrow>
<SectionHeader color="light">Project Mycelium is Live.</SectionHeader>
<P className=" mt-4 text-base leading-relaxed" color="light">
Project Mycelium's technology enables anyone to deploy
Project Mycelium enables anyone to deploy
their own Internet infrastructure, anywhere.
</P>
</motion.div>

View File

@@ -40,7 +40,7 @@ export function StackSectionLight() {
<P color="dark" className="mt-6 text-lg leading-relaxed text-gray-600">
Project Mycelium unifies compute, storage, networking, and AI into a resilient
ecosystem that preserves data sovereignty, powers seamless collaboration,
and keeps every layer of your infrastructure secure end to end.
and keeps every layer of your infrastructure secure end to end on decentralized infrastructure.
</P>
</FadeIn>
</div>