+
+
+
+
+ {t('items.item-1.title')}
+
+
+
+ {t('items.item-1.description')}
+
-
-
-
-
-
+
+
+
+
+ {t('items.item-2.title')}
+
+
+ {t('items.item-2.description')}
+
+
+
+
+
+
+
+ {t('items.item-3.title')}
+
+
+
+ {t('items.item-3.description')}
+
+
+
+
+
+
+
+ {t('items.item-4.title')}
+
+
+
+ {t('items.item-4.description')}
+
+
+
+
+
+
+
+ {t('items.item-5.title')}
+
+
+
+ {t('items.item-5.description')}
+
+
+
+
+
+
+
+ {t('items.item-6.title')}
+
+
+
+ {t('items.item-6.description')}
+
diff --git a/src/components/blocks/features/features4.tsx b/src/components/blocks/features/features4.tsx
deleted file mode 100644
index 543c30a..0000000
--- a/src/components/blocks/features/features4.tsx
+++ /dev/null
@@ -1,71 +0,0 @@
-import {
- ActivityIcon,
- DraftingCompassIcon,
- MailIcon,
- ZapIcon,
-} from 'lucide-react';
-import { useTranslations } from 'next-intl';
-import Image from 'next/image';
-
-/**
- * Features4Section is Features3Section with a different layout
- *
- * https://nsui.irung.me/features
- * pnpm dlx shadcn@canary add https://nsui.irung.me/r/features-5.json
- */
-export default function Features4Section() {
- const t = useTranslations('HomePage.features3');
-
- return (
-
-
-
-
-
-
-
-
{t('title')}
-
{t('description')}
-
-
-
- -
-
- {t('feature-1')}
-
- -
-
- {t('feature-2')}
-
- -
-
- {t('feature-3')}
-
- -
-
- {t('feature-4')}
-
-
-
-
-
-
- );
-}
diff --git a/src/components/blocks/features/features5.tsx b/src/components/blocks/features/features5.tsx
deleted file mode 100644
index 75e0170..0000000
--- a/src/components/blocks/features/features5.tsx
+++ /dev/null
@@ -1,103 +0,0 @@
-import {
- CpuIcon,
- FingerprintIcon,
- PencilIcon,
- Settings2Icon,
- SparklesIcon,
- ZapIcon,
-} from 'lucide-react';
-import { useTranslations } from 'next-intl';
-
-/**
- * https://nsui.irung.me/features
- * pnpm dlx shadcn@canary add https://nsui.irung.me/r/features-4.json
- */
-export default function Features5Section() {
- const t = useTranslations('HomePage.features5');
-
- return (
-
-
-
-
- {t('title')}
-
-
{t('description')}
-
-
-
-
-
-
-
- {t('items.item-1.title')}
-
-
-
- {t('items.item-1.description')}
-
-
-
-
-
-
- {t('items.item-2.title')}
-
-
-
- {t('items.item-2.description')}
-
-
-
-
-
-
-
- {t('items.item-3.title')}
-
-
-
- {t('items.item-3.description')}
-
-
-
-
-
-
-
- {t('items.item-4.title')}
-
-
-
- {t('items.item-4.description')}
-
-
-
-
-
-
-
- {t('items.item-5.title')}
-
-
-
- {t('items.item-5.description')}
-
-
-
-
-
-
-
- {t('items.item-6.title')}
-
-
-
- {t('items.item-6.description')}
-
-
-
-
-
- );
-}
diff --git a/src/components/blocks/integration/integration.tsx b/src/components/blocks/integration/integration.tsx
index c81c104..276de6f 100644
--- a/src/components/blocks/integration/integration.tsx
+++ b/src/components/blocks/integration/integration.tsx
@@ -90,7 +90,7 @@ const IntegrationCard = ({
const t = useTranslations('HomePage.integration');
return (
-
+