9
9
import {
10
10
Bars3Icon ,
11
11
PlayCircleIcon ,
12
- RocketLaunchIcon ,
12
+ ArrowTrendingUpIcon ,
13
13
PresentationChartLineIcon ,
14
14
ArrowDownTrayIcon ,
15
15
} from "@heroicons/react/24/outline"
@@ -22,7 +22,6 @@ import { usePluginData } from "@docusaurus/useGlobalData"
22
22
23
23
import InfluxSVG from "../../../../static/images/logos/influxdb.svg"
24
24
import TimescaleSVG from "../../../../static/images/logos/timescale.svg"
25
- import MongoDBSVG from "../../../../static/images/logos/mongodb.svg"
26
25
27
26
import styles from "./styles.module.css"
28
27
@@ -51,14 +50,13 @@ const features = [
51
50
description :
52
51
"Explore QuestDB use cases across Capital Markets." ,
53
52
href : "/market-data/" ,
54
- icon : RocketLaunchIcon ,
53
+ icon : ArrowTrendingUpIcon ,
55
54
} ,
56
55
{
57
- name : "vs. MongoDB" ,
58
- description :
59
- "Can MongoDB keep up with a specialized time-series database? Read our comparison." ,
60
- href : "/blog/mongodb-time-series-benchmark-review/" ,
61
- svg : MongoDBSVG ,
56
+ name : "Live Crypto Price Charts" ,
57
+ description : "Tick-by-tick data ingested into QuestDB: Trade Blotter · OHLC · VWAP · RSI · Bollinger Bands" ,
58
+ href : "/dashboards/crypto/" ,
59
+ svg : PresentationChartLineIcon ,
62
60
} ,
63
61
{
64
62
name : "vs. InfluxDB" ,
@@ -87,11 +85,6 @@ const callsToAction = [
87
85
href : "/download/" ,
88
86
icon : ArrowDownTrayIcon ,
89
87
} ,
90
- {
91
- name : "View real-time crypto dashboards" ,
92
- href : "/dashboards/crypto/" ,
93
- icon : PresentationChartLineIcon ,
94
- } ,
95
88
]
96
89
97
90
export default function WideNav ( ) {
@@ -235,7 +228,7 @@ export default function WideNav() {
235
228
) ) }
236
229
</ div >
237
230
< div className = "mx-auto px-6 lg:px-8 pb-4" >
238
- < div className = "grid grid-cols-3 divide-x divide-gray-900/5 border-solid border-[1px] border-primary rounded-lg group-hover:bg-gray-700" >
231
+ < div className = "grid grid-cols-2 divide-x divide-gray-900/5 border-solid border-[1px] border-primary rounded-lg group-hover:bg-gray-700" >
239
232
{ callsToAction . map ( ( item ) => (
240
233
< a
241
234
key = { item . name }
0 commit comments