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

View File

@@ -1,5 +1,5 @@
import { Container } from '../../components/Container'
import { Eyebrow, H3, CT, CP } from '../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, H3, CT, CP } from '@/components/Texts'
import {
ServerStackIcon,
GlobeAltIcon,

View File

@@ -1,5 +1,5 @@
import { Container } from '../../components/Container'
import { Eyebrow, H3, P, CT } from '../../components/Texts'
import { Container } from '@/components/Container'
import { Eyebrow, H3, P, CT } from '@/components/Texts'
import {
LockClosedIcon,
ArrowPathIcon,

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 StorageHero() {
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'
const highlights = [
{

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

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'
type Experience = {
title: string

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