diff --git a/public/images/components/Story2.jsx b/public/images/components/Story2.jsx index fe6f859..9a9c6c9 100644 --- a/public/images/components/Story2.jsx +++ b/public/images/components/Story2.jsx @@ -1,26 +1,25 @@ -import { SparklesIcon } from '@heroicons/react/20/solid' +import { CloudArrowUpIcon, LockClosedIcon, ServerIcon, SparklesIcon } from '@heroicons/react/20/solid' +import { P, H2, H3, H4, PS, PXS, PXXS } from '@/components/text' -const features = [ -] -export default function NewFeatures2() { +export default function Story2() { return (
+
+
+
+
+
diff --git a/src/components/Story.jsx b/src/components/Story.jsx
index 5a7ea7a..10bc275 100644
--- a/src/components/Story.jsx
+++ b/src/components/Story.jsx
@@ -10,25 +10,25 @@ export default function Story() {