diff --git a/src/app/(main)/page.tsx b/src/app/(main)/page.tsx index 14dd795..1f12f98 100644 --- a/src/app/(main)/page.tsx +++ b/src/app/(main)/page.tsx @@ -10,6 +10,7 @@ import { Companies } from '@/components/Companies' import { CallTo } from '@/components/CallTo' import { ScrollDown } from '@/components/ui/ScrollDown' import { ScrollUp } from '@/components/ui/ScrollUp' +import { GridStats } from '@/components/GridStats' export default function Home() { return ( @@ -20,6 +21,9 @@ export default function Home() {
+
+ +
diff --git a/src/components/About.tsx b/src/components/About.tsx deleted file mode 100644 index 8641491..0000000 --- a/src/components/About.tsx +++ /dev/null @@ -1,32 +0,0 @@ -import { AppStoreLink } from '@/components/AppStoreLink' -import { CircleBackground } from '@/components/CircleBackground' -import { Container } from '@/components/Container' - -export function About() { - return ( -
-
- -
- -
-

- Discover Mycelium -

-

- Mycelium is an unbreakable network, always finding the shortest path and providing 100% secure, peer-to-peer communication. But this is just the beginning. -

-

- Our mission is to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds. -

-
- -
-
-
-
- ) -} diff --git a/src/components/GridStats.tsx b/src/components/GridStats.tsx index b7bfc97..41abc18 100644 --- a/src/components/GridStats.tsx +++ b/src/components/GridStats.tsx @@ -22,7 +22,6 @@ export function GridStats() { - {/* Column 2: CORES (staggered) + SSD */} @@ -32,7 +31,6 @@ export function GridStats() { description="A globally distributed mesh of CPU cores powering decentralized applications, AI workloads, and edge computing — without central bottlenecks." value={} note="Total Central Processing Unit Cores available on the grid." - className="mt-24" />