forked from emre/www_projectmycelium_com
feat: enhance UI components and layout styling
- Updated FeatureDescription text size to be larger on desktop (lg:text-base) - Added rounded corners (rounded-3xl) to DarkCard component - Modified CloudArchitecture section with wider container (max-w-5xl) and updated heading styles - Adjusted mobile feature navigation indicators with darker colors (bg-gray-600/700) - Improved hero section typography using H2 and H5 components for better hierarchy - Refined padding and background styling in CloudFeatures mobile
This commit is contained in:
@@ -2,7 +2,7 @@ import { useId } from 'react'
|
||||
|
||||
import { Button } from '../../components/Button'
|
||||
import { Container } from '../../components/Container'
|
||||
import { Eyebrow, SectionHeader, P } from '../../components/Texts'
|
||||
import { Eyebrow, H2, P, H5 } from '../../components/Texts'
|
||||
|
||||
function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) {
|
||||
const id = useId()
|
||||
@@ -82,16 +82,16 @@ export function CloudHero() {
|
||||
<Eyebrow className="tracking-[0.35em] uppercase text-cyan-500">
|
||||
Mycelium Cloud
|
||||
</Eyebrow>
|
||||
<SectionHeader as="h1" className="mt-6 text-gray-900">
|
||||
<H2 as="h1" className="mt-6 text-gray-900">
|
||||
Deploy sovereign Kubernetes clusters on decentralized
|
||||
infrastructure.
|
||||
</SectionHeader>
|
||||
<P className="mt-6 text-gray-600">
|
||||
</H2>
|
||||
<H5 className="mt-6 text-gray-600">
|
||||
Mycelium Cloud turns the ThreeFold Grid into a programmable
|
||||
substrate for K3s. Launch verifiable clusters with nature-inspired
|
||||
networking, quantum-safe storage, and zero-image delivery that
|
||||
keeps every workload deterministic.
|
||||
</P>
|
||||
</H5>
|
||||
<P className="mt-6 text-gray-500">
|
||||
Developer guide to decentralized cloud computing.
|
||||
</P>
|
||||
|
||||
Reference in New Issue
Block a user