Seth0330 commited on
Commit
ec22160
·
verified ·
1 Parent(s): c141b95

Update frontend/src/components/auth/LoginForm.jsx

Browse files
frontend/src/components/auth/LoginForm.jsx CHANGED
@@ -229,8 +229,8 @@ export default function LoginForm() {
229
  <Upload className="w-5 h-5 text-slate-400" />
230
  </div>
231
  <p className="text-slate-700 font-medium mb-1 text-sm">Drop a document to extract data</p>
232
- <p className="text-xs text-slate-400">PDF, Images, Scanned Docs</p>
233
- <p className="text-xs text-slate-400">“Invoices, purchase orders, delivery notes, receipts, and operational documents.”</p>
234
  <div className="flex items-center justify-center gap-2 mt-3">
235
  {supportedFormats.map((format, i) => (
236
  <span key={i} className={`${format.color} text-white text-xs font-bold px-2 py-1 rounded`}>
@@ -318,7 +318,7 @@ export default function LoginForm() {
318
  <div className="bg-white rounded-3xl border border-slate-200/80 shadow-2xl shadow-slate-200/50 p-8 sm:p-10">
319
  <div className="text-center mb-8">
320
  <h2 className="text-2xl font-bold text-slate-900 mb-2">
321
- {showOtp ? "Enter verification code" : "Welcome back"}
322
  </h2>
323
  <p className="text-slate-500">
324
  {showOtp ? `We sent a code to ${email}` : "Access your document intelligence workspace"}
 
229
  <Upload className="w-5 h-5 text-slate-400" />
230
  </div>
231
  <p className="text-slate-700 font-medium mb-1 text-sm">Drop a document to extract data</p>
232
+ <p className="text-xs text-slate-400">Invoices, purchase orders, delivery notes, receipts, and operational documents</p>
233
+
234
  <div className="flex items-center justify-center gap-2 mt-3">
235
  {supportedFormats.map((format, i) => (
236
  <span key={i} className={`${format.color} text-white text-xs font-bold px-2 py-1 rounded`}>
 
318
  <div className="bg-white rounded-3xl border border-slate-200/80 shadow-2xl shadow-slate-200/50 p-8 sm:p-10">
319
  <div className="text-center mb-8">
320
  <h2 className="text-2xl font-bold text-slate-900 mb-2">
321
+ {showOtp ? "Enter verification code" : "Secure Access"}
322
  </h2>
323
  <p className="text-slate-500">
324
  {showOtp ? `We sent a code to ${email}` : "Access your document intelligence workspace"}