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,6 +1,6 @@
import { Container } from '../../components/Container'
import { Eyebrow, H3, P } from '../../components/Texts'
import { Button } from '../../components/Button'
import { Container } from '@/components/Container'
import { Eyebrow, H3, P } from '@/components/Texts'
import { Button } from '@/components/Button'
const architecture = [
{

View File

@@ -1,4 +1,4 @@
import { H3, P, Eyebrow } from '../../components/Texts'
import { H3, P, Eyebrow } from '@/components/Texts'
export function CloudBluePrint() {

View File

@@ -1,5 +1,5 @@
import { H3, H5, Eyebrow } from "../../components/Texts"
import { Button } from "../../components/Button"
import { H3, H5, Eyebrow } from "@/components/Texts"
import { Button } from "@/components/Button"
export function CloudHeroNew() {

View File

@@ -4,7 +4,7 @@ import {
ServerIcon,
ShieldCheckIcon,
} from '@heroicons/react/24/outline'
import { CP, CT, Eyebrow, H3 } from '../../components/Texts'
import { CP, CT, Eyebrow, H3 } from '@/components/Texts'
const features = [
{

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 useCases = [
{

View File

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

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'
type Step = {
number: string

View File

@@ -1,8 +1,8 @@
import { useId } from 'react'
import { Button } from '../../components/Button'
import { Container } from '../../components/Container'
import { Eyebrow, H2, P, H5 } from '../../components/Texts'
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import { Eyebrow, H2, P, H5 } from '@/components/Texts'
function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) {
const id = useId()

View File

@@ -1,6 +1,6 @@
'use client'
import { Button } from '../../components/Button'
import { Button } from '@/components/Button'
export function CloudHeroAlt() {
return (

View File

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

View File

@@ -1,4 +1,4 @@
import { Container } from '../../components/Container'
import { Container } from '@/components/Container'
const computeFeatures = [
{

View File

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