File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ const Home: NextPage = () => {
115115 </ div >
116116
117117 < div
118- className = { `flex flex w-full items-center justify-center border-t pt-6` }
118+ className = { `flex w-full items-center justify-center border-t pt-6` }
119119 >
120120 < div className = "flex max-w-2xl flex-1 flex-col items-center justify-between gap-y-10 py-4 lg:h-[140px] lg:flex-row" >
121121 { [
@@ -376,10 +376,9 @@ const Home: NextPage = () => {
376376 < div className = "flex w-full items-center justify-center border-y border-[#eaeaea] bg-[#fafafa]" >
377377 < div className = "flex max-w-7xl flex-1 flex-col items-center justify-center py-4 lg:h-[140px] lg:flex-row" >
378378 { [
379- { stat : "data served" , value : "16GB" } ,
380- { stat : "videos viewed" , value : "650" } ,
381- { stat : "videos created" , value : "260" } ,
382- { stat : "uptime" , value : "99.9%" } ,
379+ { stat : "videos viewed" , value : "20.000+" } ,
380+ { stat : "videos created" , value : "10.000+" } ,
381+ { stat : "uptime" , value : "99.99%" } ,
383382 ] . map ( ( { stat, value } ) => (
384383 < div
385384 key = { stat }
You can’t perform that action at this time.
0 commit comments