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

Update frontend/src/Layout.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/Layout.jsx +18 -18
frontend/src/Layout.jsx CHANGED
@@ -114,6 +114,24 @@ export default function Layout({ children, currentPageName }) {
114
  </button>
115
  )}
116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  {/* User Profile */}
118
  {!collapsed && user && (
119
  <div className="p-3 border-t border-slate-200">
@@ -145,24 +163,6 @@ export default function Layout({ children, currentPageName }) {
145
  </button>
146
  </div>
147
  )}
148
-
149
- {/* Pro Badge */}
150
- {!collapsed && (
151
- <div className="p-3">
152
- <div className="p-4 rounded-2xl bg-gradient-to-br from-slate-900 to-slate-800 text-white">
153
- <div className="flex items-center gap-2 mb-2">
154
- <Sparkles className="h-4 w-4 text-amber-400" />
155
- <span className="text-xs font-semibold tracking-wide">DEPLOY CUSTOM AGENT</span>
156
- </div>
157
- <p className="text-xs text-slate-400 mb-3">
158
- Batch extractions, custom model, field mapping, complex lineitems, tables, workflows, &amp; API access
159
- </p>
160
- <button className="w-full py-2 px-3 rounded-lg bg-white text-slate-900 text-sm font-semibold hover:bg-slate-100 transition-colors">
161
- Book a Custom Demo
162
- </button>
163
- </div>
164
- </div>
165
- )}
166
  </aside>
167
 
168
  {/* Main Content */}
 
114
  </button>
115
  )}
116
 
117
+ {/* Pro Badge */}
118
+ {!collapsed && (
119
+ <div className="p-3 border-t border-slate-200">
120
+ <div className="p-4 rounded-2xl bg-gradient-to-br from-slate-900 to-slate-800 text-white">
121
+ <div className="flex items-center gap-2 mb-2">
122
+ <Sparkles className="h-4 w-4 text-amber-400" />
123
+ <span className="text-xs font-semibold tracking-wide">DEPLOY CUSTOM AGENT</span>
124
+ </div>
125
+ <p className="text-xs text-slate-400 mb-3">
126
+ Batch extractions, custom model, field mapping, complex lineitems, tables, workflows, &amp; API access
127
+ </p>
128
+ <button className="w-full py-2 px-3 rounded-lg bg-white text-slate-900 text-sm font-semibold hover:bg-slate-100 transition-colors">
129
+ Book a Custom Demo
130
+ </button>
131
+ </div>
132
+ </div>
133
+ )}
134
+
135
  {/* User Profile */}
136
  {!collapsed && user && (
137
  <div className="p-3 border-t border-slate-200">
 
163
  </button>
164
  </div>
165
  )}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  </aside>
167
 
168
  {/* Main Content */}