compare.vue 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. <script setup lang="ts">
  2. useHead({
  3. title: `Compare Privacy Solutions — Hush Your Money`,
  4. meta: [
  5. { name: 'description', content: `Hush Your Money makes spending safu.` }
  6. ],
  7. })
  8. /* Initialize stores. */
  9. import { useSystemStore } from '@/stores/system'
  10. const System = useSystemStore()
  11. // onMounted(() => {
  12. // console.log('Mounted!')
  13. // // Now it's safe to perform setup operations.
  14. // })
  15. // onBeforeUnmount(() => {
  16. // console.log('Before Unmount!')
  17. // // Now is the time to perform all cleanup operations.
  18. // })
  19. </script>
  20. <template>
  21. <main class="">
  22. <div class="mx-auto max-w-7xl px-6 lg:px-8">
  23. <div class="mx-auto max-w-4xl text-center">
  24. <p class="mt-2 text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl">
  25. Compare Privacy Solutions
  26. </p>
  27. </div>
  28. <p class="mx-auto mt-6 max-w-2xl text-center text-lg leading-8 text-gray-600">
  29. We take a detailed look, below the surface of 5 alternative Privacy Solutions, to learn how <span class="font-bold">Hush Network</span> measures up.
  30. </p>
  31. <section>
  32. <ol>
  33. <li>Monero</li>
  34. <NuxtLink to="https://piratechain.com/" target="_blank" class="text-blue-500 hover:underline">
  35. Pirate Chain
  36. </NuxtLink>
  37. <li>Firo</li>
  38. <li>Zano</li>
  39. <li>Zcash</li>
  40. </ol>
  41. </section>
  42. <!-- xs to lg -->
  43. <div class="mx-auto mt-12 max-w-md space-y-8 sm:mt-16 lg:hidden">
  44. <section class="rounded-xl bg-gray-400/5 p-8 ring-1 ring-inset ring-gray-200">
  45. <h3 id="tier-essential" class="text-sm font-semibold leading-6 text-gray-900">
  46. Hush Network
  47. </h3>
  48. <p class="mt-2 flex items-baseline gap-x-1 text-gray-900">
  49. <span class="text-4xl font-bold">$29</span>
  50. <span class="text-sm font-semibold">/month</span>
  51. </p>
  52. <a
  53. href="#"
  54. aria-describedby="tier-essential"
  55. class="mt-8 block rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold leading-6 text-white hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
  56. >
  57. Buy plan
  58. </a>
  59. <ul role="list" class="mt-10 space-y-4 text-sm leading-6 text-gray-900">
  60. <li>
  61. <ul role="list" class="space-y-4">
  62. <li class="flex gap-x-3">
  63. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  64. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  65. </svg>
  66. <span> Integrations </span>
  67. </li>
  68. <li class="flex gap-x-3">
  69. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  70. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  71. </svg>
  72. <span> Shared links </span>
  73. </li>
  74. <li class="flex gap-x-3">
  75. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  76. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  77. </svg>
  78. <span> Importing and exporting </span>
  79. </li>
  80. <li class="flex gap-x-3">
  81. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  82. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  83. </svg>
  84. <span>
  85. Team members
  86. <span class="text-sm leading-6 text-gray-500">(Up to 20 users)</span>
  87. </span>
  88. </li>
  89. </ul>
  90. </li>
  91. <li>
  92. <ul role="list" class="space-y-4">
  93. <li class="flex gap-x-3">
  94. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  95. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  96. </svg>
  97. <span> Advanced analytics </span>
  98. </li>
  99. <li class="flex gap-x-3">
  100. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  101. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  102. </svg>
  103. <span> Basic reports </span>
  104. </li>
  105. </ul>
  106. </li>
  107. <li>
  108. <ul role="list" class="space-y-4">
  109. <li class="flex gap-x-3">
  110. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  111. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  112. </svg>
  113. <span> 24/7 online support </span>
  114. </li>
  115. <li class="flex gap-x-3">
  116. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  117. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  118. </svg>
  119. <span> Quarterly product workshops </span>
  120. </li>
  121. <li class="flex gap-x-3">
  122. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  123. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  124. </svg>
  125. <span> Priority phone support </span>
  126. </li>
  127. </ul>
  128. </li>
  129. </ul>
  130. </section>
  131. <section class="p-8">
  132. <h3 id="tier-basic" class="text-sm font-semibold leading-6 text-gray-900">Zcash</h3>
  133. <p class="mt-2 flex items-baseline gap-x-1 text-gray-900">
  134. <span class="text-4xl font-bold">$9</span>
  135. <span class="text-sm font-semibold">/month</span>
  136. </p>
  137. <a
  138. href="#"
  139. aria-describedby="tier-basic"
  140. class="mt-8 block rounded-md px-3 py-2 text-center text-sm font-semibold leading-6 text-indigo-600 ring-1 ring-inset ring-indigo-200 hover:ring-indigo-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
  141. >
  142. Buy plan
  143. </a>
  144. <ul role="list" class="mt-10 space-y-4 text-sm leading-6 text-gray-900">
  145. <li>
  146. <ul role="list" class="space-y-4">
  147. <li class="flex gap-x-3">
  148. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  149. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  150. </svg>
  151. <span> Integrations </span>
  152. </li>
  153. <li class="flex gap-x-3">
  154. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  155. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  156. </svg>
  157. <span> Shared links </span>
  158. </li>
  159. </ul>
  160. </li>
  161. <li>
  162. <ul role="list" class="space-y-4">
  163. <li class="flex gap-x-3">
  164. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  165. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  166. </svg>
  167. <span> Advanced analytics </span>
  168. </li>
  169. </ul>
  170. </li>
  171. <li>
  172. <ul role="list" class="space-y-4">
  173. <li class="flex gap-x-3">
  174. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  175. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  176. </svg>
  177. <span> 24/7 online support </span>
  178. </li>
  179. </ul>
  180. </li>
  181. </ul>
  182. </section>
  183. <section class="p-8">
  184. <h3 id="tier-premium" class="text-sm font-semibold leading-6 text-gray-900">Zano</h3>
  185. <p class="mt-2 flex items-baseline gap-x-1 text-gray-900">
  186. <span class="text-4xl font-bold">$59</span>
  187. <span class="text-sm font-semibold">/month</span>
  188. </p>
  189. <a
  190. href="#"
  191. aria-describedby="tier-premium"
  192. class="mt-8 block rounded-md px-3 py-2 text-center text-sm font-semibold leading-6 text-indigo-600 ring-1 ring-inset ring-indigo-200 hover:ring-indigo-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
  193. >
  194. Buy plan
  195. </a>
  196. <ul role="list" class="mt-10 space-y-4 text-sm leading-6 text-gray-900">
  197. <li>
  198. <ul role="list" class="space-y-4">
  199. <li class="flex gap-x-3">
  200. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  201. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  202. </svg>
  203. <span> Integrations </span>
  204. </li>
  205. <li class="flex gap-x-3">
  206. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  207. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  208. </svg>
  209. <span> Shared links </span>
  210. </li>
  211. <li class="flex gap-x-3">
  212. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  213. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  214. </svg>
  215. <span> Importing and exporting </span>
  216. </li>
  217. <li class="flex gap-x-3">
  218. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  219. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  220. </svg>
  221. <span>
  222. Team members
  223. <span class="text-sm leading-6 text-gray-500">(Up to 50 users)</span>
  224. </span>
  225. </li>
  226. </ul>
  227. </li>
  228. <li>
  229. <ul role="list" class="space-y-4">
  230. <li class="flex gap-x-3">
  231. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  232. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  233. </svg>
  234. <span> Advanced analytics </span>
  235. </li>
  236. <li class="flex gap-x-3">
  237. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  238. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  239. </svg>
  240. <span> Basic reports </span>
  241. </li>
  242. <li class="flex gap-x-3">
  243. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  244. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  245. </svg>
  246. <span> Professional reports </span>
  247. </li>
  248. <li class="flex gap-x-3">
  249. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  250. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  251. </svg>
  252. <span> Custom report builder </span>
  253. </li>
  254. </ul>
  255. </li>
  256. <li>
  257. <ul role="list" class="space-y-4">
  258. <li class="flex gap-x-3">
  259. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  260. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  261. </svg>
  262. <span> 24/7 online support </span>
  263. </li>
  264. <li class="flex gap-x-3">
  265. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  266. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  267. </svg>
  268. <span> Quarterly product workshops </span>
  269. </li>
  270. <li class="flex gap-x-3">
  271. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  272. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  273. </svg>
  274. <span> Priority phone support </span>
  275. </li>
  276. <li class="flex gap-x-3">
  277. <svg class="h-6 w-5 flex-none text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  278. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  279. </svg>
  280. <span> 1:1 onboarding tour </span>
  281. </li>
  282. </ul>
  283. </li>
  284. </ul>
  285. </section>
  286. </div>
  287. <!-- lg+ -->
  288. <div class="isolate mt-20 hidden lg:block">
  289. <div class="relative -mx-8">
  290. <div class="absolute inset-x-4 inset-y-0 -z-10 flex">
  291. <div class="flex w-1/3 px-4" style="margin-left: 50%;" aria-hidden="true">
  292. <div class="w-full rounded-t-xl border-x border-t border-gray-900/10 bg-gray-400/5"></div>
  293. </div>
  294. </div>
  295. <table class="w-full table-fixed border-separate border-spacing-x-8 text-left">
  296. <caption class="sr-only">
  297. Pricing plan comparison
  298. </caption>
  299. <colgroup>
  300. <col class="w-1/3" />
  301. <col class="w-1/3" />
  302. <col class="w-1/3" />
  303. </colgroup>
  304. <thead>
  305. <tr>
  306. <td></td>
  307. <th scope="col" class="px-6 pt-6 xl:px-8 xl:pt-8">
  308. <div class="text-sm font-semibold leading-7 text-gray-900">Hush Network</div>
  309. </th>
  310. <th scope="col" class="px-6 pt-6 xl:px-8 xl:pt-8">
  311. <div class="text-sm font-semibold leading-7 text-gray-900">Zcash</div>
  312. </th>
  313. </tr>
  314. </thead>
  315. <tbody>
  316. <tr>
  317. <th scope="row"><span class="sr-only">Price</span></th>
  318. <td class="px-6 pt-2 xl:px-8">
  319. <div class="flex items-baseline gap-x-1 text-gray-900">
  320. <span class="text-4xl font-bold">$9</span>
  321. <span class="text-sm font-semibold leading-6">/month</span>
  322. </div>
  323. <a
  324. href="#"
  325. class="mt-8 block rounded-md px-3 py-2 text-center text-sm font-semibold leading-6 text-indigo-600 ring-1 ring-inset ring-indigo-200 hover:ring-indigo-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
  326. >
  327. Buy plan
  328. </a>
  329. </td>
  330. <td class="px-6 pt-2 xl:px-8">
  331. <div class="flex items-baseline gap-x-1 text-gray-900">
  332. <span class="text-4xl font-bold">$29</span>
  333. <span class="text-sm font-semibold leading-6">/month</span>
  334. </div>
  335. <a
  336. href="#"
  337. class="mt-8 block rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold leading-6 text-white hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
  338. >
  339. Buy plan
  340. </a>
  341. </td>
  342. </tr>
  343. <tr>
  344. <th scope="colgroup" colspan="3" class="pb-4 pt-8 text-sm font-semibold leading-6 text-gray-900">
  345. Features
  346. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/10"></div>
  347. </th>
  348. </tr>
  349. <tr>
  350. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  351. Integrations
  352. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  353. </th>
  354. <td class="px-6 py-4 xl:px-8">
  355. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  356. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  357. </svg>
  358. <span class="sr-only">Included in Basic</span>
  359. </td>
  360. <td class="px-6 py-4 xl:px-8">
  361. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  362. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  363. </svg>
  364. <span class="sr-only">Included in Essential</span>
  365. </td>
  366. </tr>
  367. <tr>
  368. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  369. Shared links
  370. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  371. </th>
  372. <td class="px-6 py-4 xl:px-8">
  373. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  374. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  375. </svg>
  376. <span class="sr-only">Included in Basic</span>
  377. </td>
  378. <td class="px-6 py-4 xl:px-8">
  379. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  380. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  381. </svg>
  382. <span class="sr-only">Included in Essential</span>
  383. </td>
  384. </tr>
  385. <tr>
  386. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  387. Importing and exporting
  388. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  389. </th>
  390. <td class="px-6 py-4 xl:px-8">
  391. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  392. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  393. </svg>
  394. <span class="sr-only">Not included in Basic</span>
  395. </td>
  396. <td class="px-6 py-4 xl:px-8">
  397. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  398. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  399. </svg>
  400. <span class="sr-only">Included in Essential</span>
  401. </td>
  402. </tr>
  403. <tr>
  404. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  405. Team members
  406. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  407. </th>
  408. <td class="px-6 py-4 xl:px-8">
  409. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  410. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  411. </svg>
  412. <span class="sr-only">Not included in Basic</span>
  413. </td>
  414. <td class="px-6 py-4 xl:px-8">
  415. <div class="text-center text-sm leading-6 text-gray-500">Up to 20 users</div>
  416. </td>
  417. </tr>
  418. <tr>
  419. <th scope="colgroup" colspan="3" class="pb-4 pt-16 text-sm font-semibold leading-6 text-gray-900">
  420. Reporting
  421. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/10"></div>
  422. </th>
  423. </tr>
  424. <tr>
  425. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  426. Advanced analytics
  427. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  428. </th>
  429. <td class="px-6 py-4 xl:px-8">
  430. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  431. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  432. </svg>
  433. <span class="sr-only">Included in Basic</span>
  434. </td>
  435. <td class="px-6 py-4 xl:px-8">
  436. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  437. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  438. </svg>
  439. <span class="sr-only">Included in Essential</span>
  440. </td>
  441. </tr>
  442. <tr>
  443. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  444. Basic reports
  445. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  446. </th>
  447. <td class="px-6 py-4 xl:px-8">
  448. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  449. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  450. </svg>
  451. <span class="sr-only">Not included in Basic</span>
  452. </td>
  453. <td class="px-6 py-4 xl:px-8">
  454. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  455. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  456. </svg>
  457. <span class="sr-only">Included in Essential</span>
  458. </td>
  459. </tr>
  460. <tr>
  461. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  462. Professional reports
  463. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  464. </th>
  465. <td class="px-6 py-4 xl:px-8">
  466. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  467. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  468. </svg>
  469. <span class="sr-only">Not included in Basic</span>
  470. </td>
  471. <td class="px-6 py-4 xl:px-8">
  472. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  473. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  474. </svg>
  475. <span class="sr-only">Not included in Essential</span>
  476. </td>
  477. </tr>
  478. <tr>
  479. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  480. Custom report builder
  481. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  482. </th>
  483. <td class="px-6 py-4 xl:px-8">
  484. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  485. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  486. </svg>
  487. <span class="sr-only">Not included in Basic</span>
  488. </td>
  489. <td class="px-6 py-4 xl:px-8">
  490. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  491. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  492. </svg>
  493. <span class="sr-only">Not included in Essential</span>
  494. </td>
  495. </tr>
  496. <tr>
  497. <th scope="colgroup" colspan="3" class="pb-4 pt-16 text-sm font-semibold leading-6 text-gray-900">
  498. Support
  499. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/10"></div>
  500. </th>
  501. </tr>
  502. <tr>
  503. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  504. 24/7 online support
  505. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  506. </th>
  507. <td class="px-6 py-4 xl:px-8">
  508. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  509. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  510. </svg>
  511. <span class="sr-only">Included in Basic</span>
  512. </td>
  513. <td class="px-6 py-4 xl:px-8">
  514. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  515. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  516. </svg>
  517. <span class="sr-only">Included in Essential</span>
  518. </td>
  519. </tr>
  520. <tr>
  521. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  522. Quarterly product workshops
  523. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  524. </th>
  525. <td class="px-6 py-4 xl:px-8">
  526. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  527. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  528. </svg>
  529. <span class="sr-only">Not included in Basic</span>
  530. </td>
  531. <td class="px-6 py-4 xl:px-8">
  532. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  533. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  534. </svg>
  535. <span class="sr-only">Included in Essential</span>
  536. </td>
  537. </tr>
  538. <tr>
  539. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  540. Priority phone support
  541. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  542. </th>
  543. <td class="px-6 py-4 xl:px-8">
  544. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  545. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  546. </svg>
  547. <span class="sr-only">Not included in Basic</span>
  548. </td>
  549. <td class="px-6 py-4 xl:px-8">
  550. <svg class="mx-auto h-5 w-5 text-indigo-600" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  551. <path fill-rule="evenodd" d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" />
  552. </svg>
  553. <span class="sr-only">Included in Essential</span>
  554. </td>
  555. </tr>
  556. <tr>
  557. <th scope="row" class="py-4 text-sm font-normal leading-6 text-gray-900">
  558. 1:1 onboarding tour
  559. <div class="absolute inset-x-8 mt-4 h-px bg-gray-900/5"></div>
  560. </th>
  561. <td class="px-6 py-4 xl:px-8">
  562. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  563. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  564. </svg>
  565. <span class="sr-only">Not included in Basic</span>
  566. </td>
  567. <td class="px-6 py-4 xl:px-8">
  568. <svg class="mx-auto h-5 w-5 text-gray-400" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
  569. <path fill-rule="evenodd" d="M4 10a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H4.75A.75.75 0 014 10z" clip-rule="evenodd" />
  570. </svg>
  571. <span class="sr-only">Not included in Essential</span>
  572. </td>
  573. </tr>
  574. </tbody>
  575. </table>
  576. </div>
  577. </div>
  578. </div>
  579. </main>
  580. </template>