Update frontend/src/components/ocr/UpgradeModal.jsx
Browse files
frontend/src/components/ocr/UpgradeModal.jsx
CHANGED
|
@@ -24,7 +24,7 @@ const features = [
|
|
| 24 |
title: "Production-Scale Processing",
|
| 25 |
description: "Remove trial limits and run live AP and operations workflows",
|
| 26 |
color: "amber",
|
| 27 |
-
cta: "
|
| 28 |
gradient: "from-amber-500 to-orange-500"
|
| 29 |
},
|
| 30 |
{
|
|
@@ -117,7 +117,7 @@ export default function UpgradeModal({ open, onClose }) {
|
|
| 117 |
<div className="flex-1 overflow-auto px-8 py-8">
|
| 118 |
<div className="text-center mb-8">
|
| 119 |
<h3 className="text-2xl font-bold text-slate-900 mb-2">
|
| 120 |
-
|
| 121 |
</h3>
|
| 122 |
|
| 123 |
</div>
|
|
@@ -200,7 +200,7 @@ export default function UpgradeModal({ open, onClose }) {
|
|
| 200 |
className="h-11 bg-gradient-to-r from-indigo-600 to-violet-600 hover:from-indigo-700 hover:to-violet-700 shadow-lg shadow-indigo-500/25 hover:shadow-xl hover:shadow-indigo-500/30"
|
| 201 |
>
|
| 202 |
<Rocket className="h-4 w-4 mr-2" />
|
| 203 |
-
|
| 204 |
<Sparkles className="h-4 w-4 ml-2" />
|
| 205 |
</Button>
|
| 206 |
</div>
|
|
|
|
| 24 |
title: "Production-Scale Processing",
|
| 25 |
description: "Remove trial limits and run live AP and operations workflows",
|
| 26 |
color: "amber",
|
| 27 |
+
cta: "Explore with a demo",
|
| 28 |
gradient: "from-amber-500 to-orange-500"
|
| 29 |
},
|
| 30 |
{
|
|
|
|
| 117 |
<div className="flex-1 overflow-auto px-8 py-8">
|
| 118 |
<div className="text-center mb-8">
|
| 119 |
<h3 className="text-2xl font-bold text-slate-900 mb-2">
|
| 120 |
+
Continue to Production Use
|
| 121 |
</h3>
|
| 122 |
|
| 123 |
</div>
|
|
|
|
| 200 |
className="h-11 bg-gradient-to-r from-indigo-600 to-violet-600 hover:from-indigo-700 hover:to-violet-700 shadow-lg shadow-indigo-500/25 hover:shadow-xl hover:shadow-indigo-500/30"
|
| 201 |
>
|
| 202 |
<Rocket className="h-4 w-4 mr-2" />
|
| 203 |
+
Start a production evaluation
|
| 204 |
<Sparkles className="h-4 w-4 ml-2" />
|
| 205 |
</Button>
|
| 206 |
</div>
|