forked from emre/www_projectmycelium_com
chore: remove saved HTML file from images directory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
import { Container } from '../../components/Container'
|
||||
import { Eyebrow, SectionHeader } from '../../components/Texts'
|
||||
import { Container } from '@/components/Container'
|
||||
import { Eyebrow, SectionHeader } from '@/components/Texts'
|
||||
|
||||
const components = [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
'use client'
|
||||
|
||||
import { Button } from '../../components/Button'
|
||||
import { Eyebrow, P, H3 } from '../../components/Texts'
|
||||
import { Button } from '@/components/Button'
|
||||
import { Eyebrow, P, H3 } from '@/components/Texts'
|
||||
|
||||
export function AgentHeroAlt() {
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { motion } from 'framer-motion'
|
||||
import { Container } from '../../components/Container'
|
||||
import { Eyebrow, SectionHeader, P, CT, CP } from '../../components/Texts'
|
||||
import { Container } from '@/components/Container'
|
||||
import { Eyebrow, SectionHeader, P, CT, CP } from '@/components/Texts'
|
||||
|
||||
const items = [
|
||||
{
|
||||
@@ -19,7 +19,7 @@ const items = [
|
||||
title: 'MOS Sandboxes',
|
||||
subtitle: 'Secure Agent Workspaces',
|
||||
description: 'Attested, signed workspaces spin up ≈5s worldwide—ready to execute. Hardware isolation and scoped egress: run hard, tear down clean, zero residue.',
|
||||
video: '/videos/sandbox.mp4',
|
||||
video: '/videos/herodb.mp4',
|
||||
},
|
||||
{
|
||||
title: 'Mycelium Mesh',
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
import { useId, useState } from 'react'
|
||||
|
||||
import { Button } from '../../../components/Button'
|
||||
import { Container } from '../../../components/Container'
|
||||
import { Button } from '@/components/Button'
|
||||
import { Container } from '@/components/Container'
|
||||
import ContactForm from '../../../components/ContactForm'
|
||||
|
||||
function BackgroundIllustration(props: React.ComponentPropsWithoutRef<'div'>) {
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { H3, P, Eyebrow } from '../../components/Texts'
|
||||
import { H3, P, Eyebrow } from '@/components/Texts'
|
||||
|
||||
|
||||
export function CloudBluePrint() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
'use client'
|
||||
|
||||
import { Button } from '../../components/Button'
|
||||
import { Button } from '@/components/Button'
|
||||
|
||||
export function CloudHeroAlt() {
|
||||
return (
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Container } from '../../components/Container'
|
||||
import { Container } from '@/components/Container'
|
||||
|
||||
const computeFeatures = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -3,8 +3,8 @@ import {
|
||||
CpuChipIcon,
|
||||
AdjustmentsHorizontalIcon,
|
||||
} from '@heroicons/react/24/solid'
|
||||
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'
|
||||
|
||||
const architecture = [
|
||||
{
|
||||
|
||||
@@ -3,8 +3,8 @@ import {
|
||||
CubeIcon,
|
||||
ServerIcon,
|
||||
} from '@heroicons/react/24/solid'
|
||||
import { Eyebrow, H3, P, CT, CP } from '../../components/Texts'
|
||||
import { Container } from '../../components/Container'
|
||||
import { Eyebrow, H3, P, CT, CP } from '@/components/Texts'
|
||||
import { Container } from '@/components/Container'
|
||||
|
||||
const capabilities = [
|
||||
{
|
||||
|
||||
@@ -3,8 +3,8 @@ import {
|
||||
ArrowPathIcon,
|
||||
RocketLaunchIcon,
|
||||
} 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 features = [
|
||||
{
|
||||
|
||||
@@ -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 featureGroups = [
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
'use client'
|
||||
|
||||
import { Button } from '../../components/Button'
|
||||
import { Eyebrow, P, H3 } from '../../components/Texts'
|
||||
import { Button } from '@/components/Button'
|
||||
import { Eyebrow, P, H3 } from '@/components/Texts'
|
||||
|
||||
export function ComputeHero() {
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { CircleBackground } from '../../components/CircleBackground'
|
||||
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 overviewCards = [
|
||||
{
|
||||
|
||||
@@ -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 useCases = [
|
||||
{
|
||||
|
||||
@@ -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 codeSamples = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 primaryUseCases = [
|
||||
{
|
||||
|
||||
@@ -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 zeroImageBenefits = [
|
||||
'Metadata-only artifacts replace heavy images for ultra-fast delivery.',
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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.',
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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) */
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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" /> },
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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'>) {
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useId } from 'react'
|
||||
import { Container } from '../../components/Container'
|
||||
import { Container } from '@/components/Container'
|
||||
|
||||
const features = [
|
||||
{
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user