diff --git a/assets/apps/dashboard/src/Components/Content/FreePro.js b/assets/apps/dashboard/src/Components/Content/FreePro.js
index 33c7226692..e664e548a8 100644
--- a/assets/apps/dashboard/src/Components/Content/FreePro.js
+++ b/assets/apps/dashboard/src/Components/Content/FreePro.js
@@ -2,17 +2,10 @@
import { __ } from '@wordpress/i18n';
-import {
- CheckCircle2,
- XCircle,
- HelpCircle,
- ArrowRight,
- BookOpen,
-} from 'lucide-react';
+import { CheckCircle2, XCircle, HelpCircle } from 'lucide-react';
import Card from '../../Layout/Card';
import Tooltip from '../Common/Tooltip';
-import Button from '../Common/Button';
import TransitionWrapper from '../Common/TransitionWrapper';
const FreeProCard = () => (
@@ -80,63 +73,12 @@ const FreeProCard = () => (
);
-const UpsellCard = () => {
- return (
-
- {__(
- 'Our support team is happy to answer your questions about specific Pro features and help you determine if they match your needs.',
- 'neve'
- )}
-
- {__('Need help deciding?', 'neve')}
-
-
+ {__( + 'Our support team is happy to answer your questions about specific Pro features and help you determine if they match your needs.', + 'neve' + )} +
+