forked from emre/www_projectmycelium_com
feat: update cloud and product page content and visuals
- Simplified cloud messaging to focus on sovereignty and self-healing capabilities - Updated hero section copy across Cloud, Compute, GPU and Storage pages for clearer value proposition - Added new CloudHosting component to Cloud page layout - Changed hero images for GPU and Storage pages to improve visual consistency - Adjusted layout spacing and typography in Compute hero section - Streamlined cloud features description to be more concise an
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
'use client'
|
||||
|
||||
import { Button } from '../../components/Button'
|
||||
import { Eyebrow, SectionHeader, P, H3 } from '../../components/Texts'
|
||||
|
||||
export function ComputeHero() {
|
||||
return (
|
||||
@@ -8,22 +9,24 @@ export function ComputeHero() {
|
||||
<div className="relative h-80 overflow-hidden bg-transparent md:absolute md:right-0 md:h-full md:w-1/3 lg:w-1/2">
|
||||
<img
|
||||
alt=""
|
||||
src="/images/cloudhero.webp"
|
||||
className="size-full object-cover"
|
||||
src="/images/computehero.webp"
|
||||
className="size-full object-contain"
|
||||
/>
|
||||
|
||||
</div>
|
||||
<div className="relative mx-auto max-w-7xl py-24 sm:py-32 lg:px-8 lg:py-40">
|
||||
<div className="pr-6 pl-6 md:mr-auto md:w-2/3 md:pr-16 lg:w-1/2 lg:pl-0 lg:pr-24 xl:pr-32">
|
||||
<h2 className="text-base/7 font-semibold text-cyan-500">COMPUTE</h2>
|
||||
<p className="mt-2 text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl">The pulse of intelligence runs here.</p>
|
||||
<p className="mt-6 text-base/7 text-gray-600">
|
||||
<div className="relative mx-auto max-w-7xl py-12 lg:py-24 lg:px-8">
|
||||
<div className="max-w-2xl pr-6 pl-6 md:mr-auto md:w-2/3 md:pr-16 lg:w-1/2 lg:pl-0 lg:pr-24">
|
||||
<Eyebrow className="text-base/7 font-semibold text-cyan-500">COMPUTE</Eyebrow>
|
||||
<H3 className="mt-2 text-gray-900">The pulse of Intelligence Runs Here.</H3>
|
||||
<P className="mt-6 text-gray-600">
|
||||
Mycelium Compute brings predictable, sovereign performance — free from lock-in, free from drift.
|
||||
Deploy any workload, anywhere, with cryptographic precision and zero compromise.
|
||||
</P>
|
||||
<P className="mt-6 text-gray-600">
|
||||
From micro-VMs to full clusters, every operation is deterministic, self-managing, and stateless by design.
|
||||
Compute that verifies itself. Expands itself. Heals itself.
|
||||
</p>
|
||||
<div className="mt-8">
|
||||
</P>
|
||||
<div className="mt-12">
|
||||
<Button href="#" variant="solid" color="cyan">
|
||||
Experience Deterministic Compute
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user