diff --git a/src/pages/cloud/CloudFeaturesLight.tsx b/src/pages/cloud/CloudFeaturesLight.tsx index e5c095c..e20c6a6 100644 --- a/src/pages/cloud/CloudFeaturesLight.tsx +++ b/src/pages/cloud/CloudFeaturesLight.tsx @@ -1,6 +1,6 @@ 'use client' -import { Fragment, useEffect, useId, useRef, useState } from 'react' +import { Fragment, useEffect, useRef, useState } from 'react' import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react' import clsx from 'clsx' import { @@ -26,67 +26,6 @@ import billingImg from '/images/cloud/billing.png' import kubeconfigImg from '/images/cloud/kubeconfig.png' -/* ICONS */ -function DeviceUserIcon(props: React.ComponentPropsWithoutRef<'svg'>) { - return ( - - - - - - ) -} - -function DeviceNotificationIcon(props: React.ComponentPropsWithoutRef<'svg'>) { - return ( - - - - - - ) -} - -function DeviceTouchIcon(props: React.ComponentPropsWithoutRef<'svg'>) { - let id = useId() - return ( - - - - - - - - - - - - - ) -} /* Feature Data */ @@ -95,7 +34,6 @@ const features = [ name: 'Decentralized Kubernetes', description: "Reserve a node and deploy sovereign Kubernetes clusters on decentralized infrastructure.", - icon: DeviceUserIcon, screen: () => ( ( ( - + {features.map((feature, featureIndex) => ( )} - - + {feature.name} @@ -287,8 +222,7 @@ function CloudFeaturesMobile() { - - + {feature.name}