diff --git a/public/images/iot-gdb6f0c390_1280-1024x706.webp b/public/images/iot-gdb6f0c390_1280-1024x706.webp new file mode 100644 index 0000000..f66c75b Binary files /dev/null and b/public/images/iot-gdb6f0c390_1280-1024x706.webp differ diff --git a/public/images/kubernetes.webp b/public/images/kubernetes.webp new file mode 100644 index 0000000..f0d0a21 Binary files /dev/null and b/public/images/kubernetes.webp differ diff --git a/public/images/linux.png b/public/images/linux.png new file mode 100644 index 0000000..7e07f02 Binary files /dev/null and b/public/images/linux.png differ diff --git a/public/images/logo/1_eVqphQ2aNKxqHPMPxjRzAA (1).png b/public/images/logo/1_eVqphQ2aNKxqHPMPxjRzAA (1).png new file mode 100644 index 0000000..2788f9f Binary files /dev/null and b/public/images/logo/1_eVqphQ2aNKxqHPMPxjRzAA (1).png differ diff --git a/public/images/logo/1_eVqphQ2aNKxqHPMPxjRzAA.png b/public/images/logo/1_eVqphQ2aNKxqHPMPxjRzAA.png new file mode 100644 index 0000000..2788f9f Binary files /dev/null and b/public/images/logo/1_eVqphQ2aNKxqHPMPxjRzAA.png differ diff --git a/public/images/logo/images.png b/public/images/logo/images.png new file mode 100644 index 0000000..05012da Binary files /dev/null and b/public/images/logo/images.png differ diff --git a/public/images/vm.webp b/public/images/vm.webp new file mode 100644 index 0000000..3ac0a5e Binary files /dev/null and b/public/images/vm.webp differ diff --git a/src/pages/cloud/CloudArchitecture.tsx b/src/pages/cloud/CloudArchitecture.tsx index ed43f31..122ad71 100644 --- a/src/pages/cloud/CloudArchitecture.tsx +++ b/src/pages/cloud/CloudArchitecture.tsx @@ -75,7 +75,7 @@ export function CloudArchitecture() { - diff --git a/src/pages/compute/ComputeCapabilities.tsx b/src/pages/compute/ComputeCapabilities.tsx index 7885710..ef4de49 100644 --- a/src/pages/compute/ComputeCapabilities.tsx +++ b/src/pages/compute/ComputeCapabilities.tsx @@ -1,58 +1,95 @@ -import { - CpuChipIcon, - CubeIcon, - ServerIcon, -} from '@heroicons/react/24/solid' -import { Eyebrow, H3, P, CT, CP } from '@/components/Texts' +'use client'; + import { Container } from '@/components/Container' +import { Eyebrow, H3, P } from '@/components/Texts' +import { Button } from '@/components/Button' const capabilities = [ { - name: 'Containers', - description: 'Services, web apps, APIs. Fully compatible with Kubernetes.', - icon: CubeIcon, + title: 'Containers & K3s', + description: + 'Deploy services, web apps, and APIs with full Kubernetes compatibility.', + icon: ( +
+ Kubernetes +
+ ), }, { - name: 'Virtual Machines', + title: 'Virtual Machines', description: - 'Legacy apps and specialized runtime stacks. Secure boot + attestation included.', - icon: ServerIcon, + 'Run legacy apps and specialized stacks with secure boot and attestation.', + icon: ( +
+ Virtual Machines +
+ ), }, { - name: 'Native Linux Workloads', + title: 'Native Linux Workloads', description: - 'Agents, batch jobs, tooling. Runs statelessly anywhere.', - icon: CpuChipIcon, + 'Execute agents, batch jobs, and custom tooling statelessly across the grid.', + icon: ( +
+ Linux +
+ ), }, ] export function ComputeCapabilities() { return ( -
- -
- CAPABILITIES -

What You Can Run

-

- Mycelium Compute supports multiple workload types on a single - execution fabric. -

-
+
+ {/* Top horizontal spacer */} +
+
-
-
- {capabilities.map((feature) => ( -
-
-
- {feature.name} - {feature.description} -
+ {/* Boxed container */} +
+ +
+ CAPABILITIES +

+ What You Can Run +

+

+ Mycelium Compute supports multiple workload types on a single execution + fabric, from legacy VMs to modern Kubernetes clusters. +

+
+ + {/* Card layout */} +
    + {capabilities.map((capability) => ( +
  • + {capability.icon} +

    {capability.title}

    +

    {capability.description}

    +
  • ))} -
-
- + + + {/* Button section */} +
+ + +
+ +
+ + {/* Bottom border + spacer */} +
+
) } diff --git a/src/pages/home/archive/HomeHero.tsx b/src/pages/home/archive/HomeHero.tsx index 05e88cd..16b6539 100644 --- a/src/pages/home/archive/HomeHero.tsx +++ b/src/pages/home/archive/HomeHero.tsx @@ -19,7 +19,7 @@ export function HomeHero() { Start Hosting -