improvements
This commit is contained in:
BIN
public/videos/chip_vid.mp4
Normal file
BIN
public/videos/chip_vid.mp4
Normal file
Binary file not shown.
@@ -1,6 +1,7 @@
|
||||
import { Link } from 'react-router-dom'
|
||||
import { Container } from './Container'
|
||||
import { Button } from './Button'
|
||||
import pmyceliumLogo from '../images/logos/pmyceliumlogo.png'
|
||||
|
||||
export function Header() {
|
||||
return (
|
||||
@@ -9,7 +10,7 @@ export function Header() {
|
||||
<Container className="relative z-50 flex justify-between py-4">
|
||||
<div className="relative z-10 flex items-center gap-16">
|
||||
<Link to="/" aria-label="Home">
|
||||
<img src="/src/images/logomark.svg" alt="Mycelium" className="h-10 w-auto" />
|
||||
<img src={pmyceliumLogo} alt="Mycelium" className="h-8 w-auto" />
|
||||
</Link>
|
||||
<div className="hidden lg:flex lg:gap-10">
|
||||
<Link
|
||||
|
||||
BIN
src/images/logos/pmyceliumlogo.png
Normal file
BIN
src/images/logos/pmyceliumlogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
@@ -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>
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user