File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,12 +106,7 @@ const FEATURES = [
106106 } ,
107107]
108108
109- const STATS = [
110- { value : '8' , label : 'On-Chain Instructions' } ,
111- { value : '<50ms' , label : 'ER Bid Latency' } ,
112- { value : '0' , label : 'Gas for Workers' } ,
113- { value : '∞' , label : 'Scalable Tasks' } ,
114- ]
109+
115110
116111function Landing ( ) {
117112 return (
@@ -171,16 +166,6 @@ function Landing() {
171166 </ div >
172167 </ section >
173168
174- { /* Stats */ }
175- < section className = "stats-bar" >
176- { STATS . map ( s => (
177- < div key = { s . label } className = "stat" >
178- < span className = "stat-value" > { s . value } </ span >
179- < span className = "stat-label" > { s . label } </ span >
180- </ div >
181- ) ) }
182- </ section >
183-
184169 { /* How It Works */ }
185170 < section id = "how-it-works" className = "section flow-section" >
186171 < div className = "section-inner" >
You can’t perform that action at this time.
0 commit comments