chore: remove saved HTML file from images directory

This commit is contained in:
2025-11-06 20:48:43 +01:00
parent 9730129506
commit c14c0e92d4
75 changed files with 121 additions and 8156 deletions

View File

@@ -1,6 +1,6 @@
import { CircleBackground } from '../../components/CircleBackground'
import { Container } from '../../components/Container'
import { Button } from '../../components/Button'
import { Container } from '@/components/Container'
import { Button } from '@/components/Button'
export function CallToAction() {
return (

View File

@@ -1,5 +1,5 @@
import { Container } from '../../components/Container'
import { Eyebrow, SectionHeader } from '../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, SectionHeader } from '@/components/Texts'
const architecture = [
{

View File

@@ -4,8 +4,8 @@ import {
CubeTransparentIcon,
CpuChipIcon,
} from '@heroicons/react/24/solid'
import { Eyebrow, H3, CT, CP } from '../../components/Texts'
import { Container } from '../../components/Container'
import { Eyebrow, H3, CT, CP } from '@/components/Texts'
import { Container } from '@/components/Container'
const capabilities = [
{

View File

@@ -1,5 +1,5 @@
import { Container } from '../../components/Container'
import { Eyebrow, H3, CT } from '../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, H3, CT } from '@/components/Texts'
import {
BoltIcon,
BanknotesIcon,

View File

@@ -1,7 +1,7 @@
'use client'
import { Button } from '../../components/Button'
import { Eyebrow, SectionHeader, P } from '../../components/Texts'
import { Button } from '@/components/Button'
import { Eyebrow, SectionHeader, P } from '@/components/Texts'
export function GpuHero() {
return (

View File

@@ -4,8 +4,8 @@ import {
BanknotesIcon,
} from '@heroicons/react/24/outline'
import { Container } from '../../components/Container'
import { Eyebrow, SectionHeader, P } from '../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, SectionHeader, P } from '@/components/Texts'
const coreFeatures = [
{

View File

@@ -1,5 +1,5 @@
import { Container } from '../../components/Container'
import { Eyebrow, SectionHeader, P } from '../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, SectionHeader, P } from '@/components/Texts'
const gpuUseCases = [
{

View File

@@ -1,5 +1,5 @@
import { Container } from '../../../components/Container'
import { Eyebrow, SectionHeader, P } from '../../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, SectionHeader, P } from '@/components/Texts'
const architectureSections = [
{

View File

@@ -1,5 +1,5 @@
import { Container } from '../../../components/Container'
import { Eyebrow, SectionHeader, P } from '../../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, SectionHeader, P } from '@/components/Texts'
const differentiators = [
{

View File

@@ -1,5 +1,5 @@
import { Container } from '../../../components/Container'
import { Eyebrow, SectionHeader, P, Small } from '../../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, SectionHeader, P, Small } from '@/components/Texts'
const steps = [
{

View File

@@ -1,5 +1,5 @@
import { Container } from '../../../components/Container'
import { Eyebrow, SectionHeader, P } from '../../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, SectionHeader, P } from '@/components/Texts'
const integrationPoints = [
'Unified Mycelium networking provides secure access to GPU nodes.',