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 { Button } from '../../components/Button'
import { Button } from '@/components/Button'
import { CircleBackground } from '../../components/CircleBackground'
import { Container } from '../../components/Container'
import { Container } from '@/components/Container'
export function About() {
return (

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 { useId } from 'react'
import { Container } from '../../components/Container'
import { Button } from '../../components/Button'
import { Container } from '@/components/Container'
import { Button } from '@/components/Button'
import phoneFrame from '../../images/phoneframe.png'
function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) {

View File

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

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

View File

@@ -1,5 +1,5 @@
import { useId } from 'react'
import { Container } from '../../components/Container'
import { Container } from '@/components/Container'
const features = [
{