@@ -44,7 +44,7 @@ const LandingPage = () => {
44
44
45
45
{ /* Architecture Overview */ }
46
46
< Typography variant = "h3" component = "h1" gutterBottom align = "center" sx = { { mb : 4 } } >
47
- GenAI-Logic / API Logic Server Architecture
47
+ GenAI-Logic Architecture
48
48
</ Typography >
49
49
50
50
< Typography variant = "h6" paragraph align = "center" sx = { { mb : 4 , color : 'text.secondary' } } >
@@ -125,7 +125,7 @@ const LandingPage = () => {
125
125
</ Typography >
126
126
< Typography variant = "body2" paragraph >
127
127
SQLAlchemy models automatically created from your database schema.
128
- Supports SQLite, PostgreSQL, MySQL, SQL Server, and more.
128
+ Supports SQLite, PostgreSQL, MySQL, SQL Server, Oracle and more.
129
129
</ Typography >
130
130
</ Box >
131
131
@@ -135,7 +135,7 @@ const LandingPage = () => {
135
135
</ Typography >
136
136
< Typography variant = "body2" paragraph >
137
137
Declarative business rules that are 40X more concise than code.
138
- Automatic dependency ordering and optimization.
138
+ Automatic dependency ordering and optimization. Extensible with Python.
139
139
</ Typography >
140
140
</ Box >
141
141
@@ -242,18 +242,6 @@ const LandingPage = () => {
242
242
</ Typography >
243
243
</ Box >
244
244
</ Grid >
245
- < Grid item xs = { 12 } sm = { 6 } md = { 3 } >
246
- < Box sx = { { textAlign : 'center' } } >
247
- < Typography variant = "h6" >
248
- < a href = "http://localhost:5656/dashboard" target = "_blank" rel = "noopener noreferrer" >
249
- Dashboard
250
- </ a >
251
- </ Typography >
252
- < Typography variant = "body2" color = "text.secondary" >
253
- System overview and analytics
254
- </ Typography >
255
- </ Box >
256
- </ Grid >
257
245
< Grid item xs = { 12 } sm = { 6 } md = { 3 } >
258
246
< Box sx = { { textAlign : 'center' } } >
259
247
< Typography variant = "h6" >
0 commit comments