import { CP, CT } from '@/components/Texts' import { ArrowPathIcon, GlobeAltIcon, ShieldCheckIcon, } from '@heroicons/react/24/solid' const stats = [ { id: 1, name: 'Cryptographically verified deployments', value: 'Signed & Checksummed', icon: ShieldCheckIcon, }, { id: 2, name: 'Stateless execution that scales anywhere', value: 'Global Scaling', icon: GlobeAltIcon, }, { id: 3, name: 'Automatic healing and recovery', value: 'Self-Repairing', icon: ArrowPathIcon, }, ] export function ComputeDesign() { return (