Seth0330 commited on
Commit
a360593
·
verified ·
1 Parent(s): 53fd305

Update frontend/src/pages/Dashboard.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Dashboard.jsx +4 -4
frontend/src/pages/Dashboard.jsx CHANGED
@@ -116,7 +116,7 @@ export default function Dashboard() {
116
  className="h-14 px-8 rounded-2xl font-semibold text-base bg-gradient-to-r from-indigo-600 to-violet-600 hover:from-indigo-700 hover:to-violet-700 shadow-xl shadow-indigo-500/25 hover:shadow-2xl hover:shadow-indigo-500/30 transition-all duration-300 hover:-translate-y-0.5"
117
  >
118
  <Sparkles className="h-5 w-5 mr-2" />
119
- Start AI Extraction
120
  <Zap className="h-4 w-4 ml-2 opacity-70" />
121
  </Button>
122
  </motion.div>
@@ -188,7 +188,7 @@ export default function Dashboard() {
188
  Powered by Advanced AI
189
  </h2>
190
  <p className="text-slate-500">
191
- Extract structured data from any document in seconds
192
  </p>
193
  </div>
194
 
@@ -198,14 +198,14 @@ export default function Dashboard() {
198
  icon: Zap,
199
  title: "Lightning Fast",
200
  description:
201
- "Process documents in under 3 seconds with our optimized AI pipeline",
202
  color: "amber",
203
  },
204
  {
205
  icon: Sparkles,
206
  title: "98.5% Accuracy",
207
  description:
208
- "Industry-leading extraction accuracy powered by GPT-4 Vision",
209
  color: "indigo",
210
  },
211
  {
 
116
  className="h-14 px-8 rounded-2xl font-semibold text-base bg-gradient-to-r from-indigo-600 to-violet-600 hover:from-indigo-700 hover:to-violet-700 shadow-xl shadow-indigo-500/25 hover:shadow-2xl hover:shadow-indigo-500/30 transition-all duration-300 hover:-translate-y-0.5"
117
  >
118
  <Sparkles className="h-5 w-5 mr-2" />
119
+ Start Extraction
120
  <Zap className="h-4 w-4 ml-2 opacity-70" />
121
  </Button>
122
  </motion.div>
 
188
  Powered by Advanced AI
189
  </h2>
190
  <p className="text-slate-500">
191
+ Extract structured data from any document
192
  </p>
193
  </div>
194
 
 
198
  icon: Zap,
199
  title: "Lightning Fast",
200
  description:
201
+ "Process documents faster with our optimized AI pipeline",
202
  color: "amber",
203
  },
204
  {
205
  icon: Sparkles,
206
  title: "98.5% Accuracy",
207
  description:
208
+ "Industry-leading extraction accuracy",
209
  color: "indigo",
210
  },
211
  {