99import {
1010 Bars3Icon ,
1111 PlayCircleIcon ,
12- RocketLaunchIcon ,
12+ ArrowTrendingUpIcon ,
1313 PresentationChartLineIcon ,
1414 ArrowDownTrayIcon ,
1515} from "@heroicons/react/24/outline"
@@ -22,7 +22,6 @@ import { usePluginData } from "@docusaurus/useGlobalData"
2222
2323import InfluxSVG from "../../../../static/images/logos/influxdb.svg"
2424import TimescaleSVG from "../../../../static/images/logos/timescale.svg"
25- import MongoDBSVG from "../../../../static/images/logos/mongodb.svg"
2625
2726import styles from "./styles.module.css"
2827
@@ -51,14 +50,13 @@ const features = [
5150 description :
5251 "Explore QuestDB use cases across Capital Markets." ,
5352 href : "/market-data/" ,
54- icon : RocketLaunchIcon ,
53+ icon : ArrowTrendingUpIcon ,
5554 } ,
5655 {
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 ,
6260 } ,
6361 {
6462 name : "vs. InfluxDB" ,
@@ -87,11 +85,6 @@ const callsToAction = [
8785 href : "/download/" ,
8886 icon : ArrowDownTrayIcon ,
8987 } ,
90- {
91- name : "View real-time crypto dashboards" ,
92- href : "/dashboards/crypto/" ,
93- icon : PresentationChartLineIcon ,
94- } ,
9588]
9689
9790export default function WideNav ( ) {
@@ -235,7 +228,7 @@ export default function WideNav() {
235228 ) ) }
236229 </ div >
237230 < 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" >
239232 { callsToAction . map ( ( item ) => (
240233 < a
241234 key = { item . name }
0 commit comments