diff --git a/README.md b/README.md index fa07428118..77ae9c4fa4 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@

+ Pro featuresInstallationConfigurationHosted version @@ -36,6 +37,12 @@ hosted tracker you will ever need! If you were using `v5.*` of Ryot, please read the [migration guide](https://docs.ryot.io/migration#from-v5-to-v6) for instructions. +## Pro version + +Ryot is available in two versions - community and pro. The pro version has additional +features like recommendations, supercharged collections etc. Learn more about the pro +version [here](https://ryot.io/features). + ## 💻 Demo You can use the demo account on the Ryot website. Login with the username `demo` and diff --git a/apps/landing/src/data/landing.json b/apps/landing/src/data/landing.json index 12d2825b9c..70d8064b3a 100644 --- a/apps/landing/src/data/landing.json +++ b/apps/landing/src/data/landing.json @@ -29,8 +29,7 @@ { "label": "Prices", "href": "/#pricing-section" }, { "label": "Features", "href": "/features" }, { "label": "Contact", "href": "/#contact-section" }, - { "label": "Documentation", "href": "https://docs.ryot.io" }, - { "label": "Terms of Service", "href": "/terms" } + { "label": "Documentation", "href": "https://docs.ryot.io" } ] }, "heroData": { diff --git a/apps/landing/src/pages/features.astro b/apps/landing/src/pages/features.astro index fe5e3a7ddc..7cbb955dad 100644 --- a/apps/landing/src/pages/features.astro +++ b/apps/landing/src/pages/features.astro @@ -30,7 +30,7 @@ const data = await getLandingData(); media consumption. They are refreshed every hour.

@@ -43,7 +43,7 @@ const data = await getLandingData(); class="gap-y-5 flex flex-col items-center justify-between md:gap-x-10 md:flex-row" >