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,5 @@
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,7 +1,7 @@
"use client";
import { Container } from '../../components/Container'
import { Eyebrow, H3, P } from '../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, H3, P } from '@/components/Texts'
/* ✅ Custom Icons (unchanged) */

View File

@@ -3,7 +3,6 @@ import { useRef } from 'react'
import { AnimatedSection } from '../../components/AnimatedSection'
import { StackSectionDark } from './StackSectionDark'
import { WorldMap } from './HomeGlobe'
import { HomeBenefits } from './HomeBenefits'
import { CallToAction } from './CallToAction'
import { HomeHosting } from './HomeHosting'
import { HomeAurora } from './HomeAurora'

View File

@@ -1,5 +1,5 @@
import { CheckIcon, XMarkIcon } from '@heroicons/react/24/outline'
import { Eyebrow, H3, P, CT } from '../../../components/Texts'
import { Eyebrow, H3, P, CT } from '@/components/Texts'
const features = [
{ name: 'Infrastructure Ownership', cloud: <XMarkIcon className="h-6 w-6 text-red-500" />, mycelium: <CheckIcon className="h-6 w-6 text-green-500" /> },

View File

@@ -4,8 +4,8 @@ import {
CircleStackIcon,
LockClosedIcon,
} from '@heroicons/react/24/outline'
import { CP, CT, Eyebrow, H3, P } from '../../components/Texts'
import { DarkCard } from '../../components/ui/cards'
import { CP, CT, Eyebrow, H3, P } from '@/components/Texts'
import { DarkCard } from '@/components/ui/cards'
const features = [
{