'use client'; import React from 'react'; import { FileSearch, ArrowRight } from 'lucide-react'; import Link from 'next/link'; import { SiCTACard } from '@/features/modals/siModal/page'; import { useTranslations } from 'next-intl'; export const CtaCards = () => { const t = useTranslations('Cabinet'); return ( <>
{/* Plagiat */}

{t('plagiatCheck')}

{t('checkDesc')}

{t('submit')} {/* SI */}
); };