update discord bot pricing page
This commit is contained in:
parent
538b2c92a1
commit
115ec06c82
8
package-lock.json
generated
8
package-lock.json
generated
@ -34,7 +34,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk-sv": "^0.0.18",
|
||||
"compression": "^1.7.4",
|
||||
"daisyui": "^5.0.16",
|
||||
"daisyui": "^5.0.22",
|
||||
"date-fns": "^3.6.0",
|
||||
"date-fns-tz": "^3.1.3",
|
||||
"date-picker-svelte": "^2.12.0",
|
||||
@ -4043,9 +4043,9 @@
|
||||
"license": "BSD-3-Clause"
|
||||
},
|
||||
"node_modules/daisyui": {
|
||||
"version": "5.0.16",
|
||||
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.16.tgz",
|
||||
"integrity": "sha512-MQiZQ21+r91zrKv3fxDOF56dzkfrr2FyXOaR/1T4f9AIeI/ilkc0i+UqOIE/VqjIfkWyq+wBPmBcyIf6iPJpYQ==",
|
||||
"version": "5.0.22",
|
||||
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.22.tgz",
|
||||
"integrity": "sha512-tcqbCp0nzCmIzR4GfLtPcaNEhDCKO+yw4W3REF3Aw1rNwk0/8fa2fvbnVDq5tUqglnKTesAlmlc2Ze45ZIomMg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk-sv": "^0.0.18",
|
||||
"compression": "^1.7.4",
|
||||
"daisyui": "^5.0.16",
|
||||
"daisyui": "^5.0.22",
|
||||
"date-fns": "^3.6.0",
|
||||
"date-fns-tz": "^3.1.3",
|
||||
"date-picker-svelte": "^2.12.0",
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { openLemonSqueezyUrl } from "$lib/lemonsqueezy";
|
||||
|
||||
import { onMount } from "svelte";
|
||||
|
||||
import SEO from "$lib/components/SEO.svelte";
|
||||
@ -15,23 +16,12 @@
|
||||
}
|
||||
|
||||
let LoginPopup;
|
||||
let discordURL = import.meta.env.VITE_DISCORD_URL;
|
||||
|
||||
onMount(async () => {
|
||||
if (!data?.user) {
|
||||
LoginPopup = (await import("$lib/components/LoginPopup.svelte")).default;
|
||||
}
|
||||
|
||||
/*
|
||||
if(data?.subscribeToPro === 'monthly') {
|
||||
mode = false;
|
||||
const closePopup = document.getElementById("becomePro");
|
||||
closePopup?.dispatchEvent(new MouseEvent('click'))
|
||||
} else if (data?.subscribeToPro === 'annually') {
|
||||
mode = true;
|
||||
const closePopup = document.getElementById("becomePro");
|
||||
closePopup?.dispatchEvent(new MouseEvent('click'))
|
||||
}
|
||||
*/
|
||||
});
|
||||
|
||||
async function purchasePlan(subscriptionType: string = "") {
|
||||
@ -93,13 +83,13 @@
|
||||
<div class="px-3">
|
||||
<div class="mx-auto text-center mb-8 mt-10">
|
||||
<h1 class="text-4xl sm:text-5xl font-bold pb-4">
|
||||
Instantly 10x Your Discord Server's Value & Engagement
|
||||
Power up your Discord Server
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<!--<Discount/>-->
|
||||
|
||||
<div class="flex flex-row items-center justify-center mb-5 sm:mb-0">
|
||||
<div class="flex flex-row items-center justify-center">
|
||||
<div class="flex flex-row items-center ml-auto">
|
||||
<span class="text-[1rem] font-semibold mr-3"> Monthly </span>
|
||||
|
||||
@ -123,469 +113,385 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="grid max-w-md grid-cols-1 gap-6 mx-auto text-center lg:max-w-full lg:grid-cols-2"
|
||||
>
|
||||
<div>
|
||||
<h3 class="text-4xl font-bold text-start pb-6">
|
||||
Stocknear Discord Bot
|
||||
</h3>
|
||||
<p class=" text-xl text-start">
|
||||
Our bots are designed to help you and your community stay ahead of the
|
||||
curve by providing data on significant stock data, options and dark
|
||||
pool trades.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div
|
||||
style="opacity: 1; transform: translateY(20px);"
|
||||
class="flex flex-col relative bg-zinc-300 dark:bg-zinc-900 bg-opacity-80 backdrop-filter backdrop-blur-lg rounded overflow-visible border border-zinc-300 dark:border-zinc-600 p-6 isolate"
|
||||
<div class="">
|
||||
<section
|
||||
class="relative overflow-hidden card card-side mt-5 bg-[#18181B] to-black rounded-lg p-5 flex flex-col lg:flex-row items-center justify-between"
|
||||
>
|
||||
<h3 class="text-3xl font-bold">Pro</h3>
|
||||
<p class="text-muted dark:text-zinc-300 text-sm mt-1">
|
||||
Best for Professional Traders
|
||||
</p>
|
||||
<div class="mt-4">
|
||||
<span class="text-4xl font-bold">{mode ? "$15" : "$20"}</span><span
|
||||
class=" text-xl ml-1">/Month</span
|
||||
<div class="card-body relative z-10 min-h-[300px] sm:min-h-0">
|
||||
<h2 class="card-title text-4xl font-bold mb-6 text-start">
|
||||
All-in-one Bot
|
||||
</h2>
|
||||
<p
|
||||
class="text-[1rem] sm:text-lg mb-6 w-full sm:max-w-[450px] text-start"
|
||||
>
|
||||
</div>
|
||||
<p
|
||||
class="text-muted dark:text-gray-400 text-sm mt-1 mx-4 {!mode
|
||||
? 'hidden'
|
||||
: ''}"
|
||||
>
|
||||
(Billed Annually)
|
||||
</p>
|
||||
We provide real-time options flow from large institutional players,
|
||||
live dark pool activity, instant earnings reports, market-moving
|
||||
news, and so much more.
|
||||
</p>
|
||||
|
||||
<ul class="mt-6 mb-6 space-y-2">
|
||||
<li class="flex items-start">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path></svg
|
||||
><span class="">Everything in Plus and ...</span>
|
||||
</li>
|
||||
|
||||
<li class="flex items-start">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path></svg
|
||||
><span class="">Watchlist with up to 300 stocks</span>
|
||||
</li>
|
||||
|
||||
<li class="flex items-start">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path></svg
|
||||
><span class="">1,000 Bulk Download Credits</span>
|
||||
</li>
|
||||
|
||||
<li class="flex items-start">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path></svg
|
||||
>
|
||||
|
||||
<span class="">Realtime Options Activity</span>
|
||||
</li>
|
||||
<li class="flex items-start">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path></svg
|
||||
>
|
||||
|
||||
<span class="">Realtime Dark Pool Trades</span>
|
||||
</li>
|
||||
</ul>
|
||||
<!--
|
||||
{#if !["Pro", "Plus"]?.includes(data?.user?.tier) || data?.user?.freeTrial === true}
|
||||
<div class="mt-3 items-center text-[1rem] font-medium mb-5">
|
||||
Promo Code: <strong>SPRINGSALE</strong>
|
||||
<br class="mb-2" />
|
||||
Get <strong>50% OFF</strong> on Pro Annual Membership!
|
||||
</div>
|
||||
{/if}
|
||||
-->
|
||||
<div class="mt-auto pt-6 border-t border-zinc-700 mx-4">
|
||||
<label
|
||||
for={!data?.user ? "userLogin" : ""}
|
||||
on:click={() => purchasePlan("pro")}
|
||||
class="text-white cursor-pointer w-full py-3 px-4 bg-blue-600 rounded font-semibold sm:hover:bg-blue-700 transition duration-100 flex items-center justify-center"
|
||||
>Unlock Pro Access Now<svg
|
||||
class="w-5 h-5 ml-2"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
><path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M9 5l7 7-7 7"
|
||||
></path></svg
|
||||
></label
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Feature Table-->
|
||||
<section class="py-8 md:py-12 mt-8 md:mt-10">
|
||||
<div class="max-w-6xl mx-auto">
|
||||
<h2 class="text-3xl md:text-4xl font-bold mb-6 md:mb-10 text-center">
|
||||
Compare plans & features
|
||||
</h2>
|
||||
<!-- Make sure the table can scroll horizontally on small screens -->
|
||||
<div class="overflow-x-auto">
|
||||
<table class="min-w-full border-collapse text-left">
|
||||
<colgroup>
|
||||
<col class="w-1/3" />
|
||||
<col class="w-1/6" />
|
||||
<col class="w-1/6" />
|
||||
<col class="w-1/6" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="py-2 md:py-3 pt-8 font-semibold text-sm sm:text-lg">
|
||||
Research company stocks
|
||||
</th>
|
||||
<th
|
||||
class="py-2 md:py-3 font-semibold text-center text-sm sm:text-lg"
|
||||
>
|
||||
Free
|
||||
</th>
|
||||
<th
|
||||
class="py-2 md:py-3 font-semibold text-center text-sm sm:text-lg"
|
||||
>
|
||||
Plus
|
||||
</th>
|
||||
<th
|
||||
class="py-2 md:py-3 font-semibold text-center text-sm sm:text-lg"
|
||||
>
|
||||
Pro
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="text-sm md:text-[1rem]">
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">Full Market Access</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">Hedge Fund Portfolio</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">US Congress Portfolio</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">Stock Screener</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">Unlimited</td>
|
||||
<td class="py-2 md:py-3 text-center">Unlimited</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td
|
||||
colspan="4"
|
||||
class="py-2 md:py-3 pt-8 font-semibold text-sm sm:text-lg"
|
||||
>
|
||||
Unusual Activity
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">Realtime Options Data from OPRA</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">Realtime Dark Pool Data</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td
|
||||
colspan="4"
|
||||
class="py-2 md:py-3 pt-8 font-semibold text-sm sm:text-lg"
|
||||
>
|
||||
Trade Ideas
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">No. of Watchlists</td>
|
||||
<td class="py-2 md:py-3 text-center">1</td>
|
||||
<td class="py-2 md:py-3 text-center">Unlimited</td>
|
||||
<td class="py-2 md:py-3 text-center">Unlimited</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">No. of Bulk Downloads</td><td
|
||||
class="py-2 md:py-3 text-center">10</td
|
||||
>
|
||||
<td class="py-2 md:py-3 text-center">500</td>
|
||||
<td class="py-2 md:py-3 text-center">1,000</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">No. of Price Alerts</td>
|
||||
<td class="py-2 md:py-3 text-center">3</td>
|
||||
<td class="py-2 md:py-3 text-center">Unlimited</td>
|
||||
<td class="py-2 md:py-3 text-center">Unlimited</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">Wallstreet Analyst Rating</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="py-2 md:py-3">AI Model Forecasts</td>
|
||||
<td class="py-2 md:py-3 text-center">❌</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
<td class="py-2 md:py-3 text-center">✅</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--Feature Table -->
|
||||
|
||||
<!--Start FAQ-->
|
||||
|
||||
<section class="">
|
||||
<div class="mx-auto">
|
||||
<div class="py-12 md:py-10">
|
||||
<!-- Section header -->
|
||||
<div class="max-w-3xl mx-auto text-center pb-12 md:pb-14">
|
||||
<h2 class="text-4xl font-bold">Frequently Asked Questions</h2>
|
||||
</div>
|
||||
|
||||
<!-- Faqs -->
|
||||
<ul class="mx-auto divide-y divide-gray-800">
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>What are the advantages of Stocknear Service?</summary
|
||||
>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
Stocknear Service provides simplified, actionable trading
|
||||
data and an extensive tool suite for every trader, featuring
|
||||
exclusive, high-quality Wall Street data at an unmatched
|
||||
price. We also offer proprietary AI models for accurate
|
||||
forecasting and timely alerts, all within a single, unified
|
||||
platform.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
<ul class="space-y-3 grid grid-cols-2 sm:grid-cols-3 mt-4 sm:mt-8">
|
||||
<li class="flex items-start text-[1rem]">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 text-green-500 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path>
|
||||
</svg>
|
||||
<span>Unusual Options Flow</span>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
What is a Credit and How Can I Use It?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 transition-all duration-300 ease-in-out"
|
||||
>
|
||||
Your monthly credit allows you to download historical price
|
||||
data in bulk for all the companies in your watchlist. In the
|
||||
future, you’ll be able to download a wide range of financial
|
||||
data in bulk as well. Each company download costs one
|
||||
credit. For example, in the Plus Tier you can download data
|
||||
for up to 500 companies per month, while the Pro Tier lets
|
||||
you download data for up to 1,000 companies.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
<li class="flex items-start text-[1rem]">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 text-green-500 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path>
|
||||
</svg>
|
||||
<span>Unusual Dark Pool Orders</span>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Can I change my plan at any time?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 transition-all duration-300 ease-in-out"
|
||||
>
|
||||
Yes! Simply reach out to us via email, and we’ll take care
|
||||
of it for you.
|
||||
<a
|
||||
href={`mailto:${emailAddress}`}
|
||||
class="text-blue-700 dark:text-blue-400 underline"
|
||||
>
|
||||
{emailAddress}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
<li class="flex items-start text-[1rem]">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 text-green-500 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path>
|
||||
</svg>
|
||||
<span>Earnings Release</span>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Are there any commissions in addition to the subscription
|
||||
plans?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
No, we do not charge any additional commissions or hidden
|
||||
fees beyond our subscription plans.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Can I request a refund?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
We offer a 30 day money back guarantee, no questions asked.
|
||||
Just send an email to <a
|
||||
href={`mailto:${emailAddress}`}
|
||||
class="text-blue-700 dark:text-blue-400 underline"
|
||||
>{emailAddress}</a
|
||||
> and you will get a full refund.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
<li class="flex items-start text-[1rem]">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 text-green-500 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path>
|
||||
</svg>
|
||||
<span>Latest Executive Orders</span>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
What are my payment options?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
We support Credit Card & Paypal payments.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
<li class="flex items-start text-[1rem]">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 text-green-500 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path>
|
||||
</svg>
|
||||
<span>Congress Trading</span>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Can I cancel at any time?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
Of course. There is a "Cancel Subscription" button in your
|
||||
account area that you get access to after signing up. You
|
||||
can also send us a message and we will cancel for you.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
<li class="flex items-start text-[1rem]">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 text-green-500 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path>
|
||||
</svg>
|
||||
<span>Analyst Ratings</span>
|
||||
</li>
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Why is Stocknear so much cheaper than other platforms?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
Stocknear is a solo project, which means I handle everything
|
||||
myself—eliminating the need for a large team and costly
|
||||
overhead. This allows me to keep prices low while still
|
||||
delivering a high-quality service. Unlike many financial
|
||||
platforms that prioritize high profit margins, my goal is to
|
||||
make market data accessible to everyone.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
<li class="flex items-start text-[1rem]">
|
||||
<svg
|
||||
class="w-5 h-5 mr-2 text-green-500 flex-shrink-0 mt-0.5"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
viewBox="0 0 24 24"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
stroke-width="2"
|
||||
d="M5 13l4 4L19 7"
|
||||
></path>
|
||||
</svg>
|
||||
<span>Market News</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--End FAQ-->
|
||||
<div class="card-actions mt-4 sm:mt-13">
|
||||
<div
|
||||
class="flex flex-col sm:flex-row items-center justify-between w-full"
|
||||
>
|
||||
<button
|
||||
on:click={() => purchasePlan("lifeTime")}
|
||||
class=" text-lg text-white cursor-pointer w-full lg:w-auto py-3 lg:mt-2 px-4 bg-blue-600 rounded font-semibold sm:hover:bg-blue-700 transition duration-100 flex items-center justify-center lg:justify-end"
|
||||
>
|
||||
Unlock Discord Bot
|
||||
</button>
|
||||
<div
|
||||
class="hidden lg:flex flex-col justify-center lg:justify-end lg:ml-auto items-center mb-1"
|
||||
>
|
||||
<div>
|
||||
<span class="text-3xl md:text-4xl font-bold"
|
||||
>{mode ? "$20" : "$30"}</span
|
||||
><span class=" text-xl ml-1">/Month</span>
|
||||
</div>
|
||||
|
||||
<p class="ml-2 text-sm text-gray-500 dark:text-gray-400">
|
||||
{!mode ? "" : "(Billed Annually)"}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<figure
|
||||
class="mt-10 lg:mt-0 lg:absolute lg:-bottom-20 lg:top-5 lg:-right-0 z-2"
|
||||
>
|
||||
<div class="flex-shrink-0">
|
||||
<img
|
||||
class="rounded-xl w-full sm:w-[600px]"
|
||||
src="/img/discord-dark-pool-order.png"
|
||||
alt="Dark Pool Card"
|
||||
/>
|
||||
</div>
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section
|
||||
class="relative overflow-hidden mt-4 card card-side mt-10 mb-10 bg-[#18181B] to-black rounded-lg p-5 flex flex-col lg:flex-row items-center justify-between"
|
||||
>
|
||||
<div class="card-body relative z-10 min-h-96 sm:min-h-0">
|
||||
<h2 class="card-title text-4xl font-bold mb-6 text-start">
|
||||
See Our Discord Bots In Action!
|
||||
</h2>
|
||||
<p
|
||||
class="text-[1rem] sm:text-lg mb-6 w-full sm:max-w-[450px] text-start"
|
||||
>
|
||||
Connect like-minded traders, share insights and stay ahead of market
|
||||
movements with the support of our cutting-edge tools and community
|
||||
members.
|
||||
</p>
|
||||
<div class="card-actions justify-start">
|
||||
<a
|
||||
href={discordURL}
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
class="btn btn-ghost bg-blue-600 text-lg font-bold px-5 py-2.5 rounded"
|
||||
>
|
||||
Join Discord
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<figure class="absolute -bottom-48 sm:top-5 sm:-right-20 z-2">
|
||||
<div class="flex-shrink-0">
|
||||
<img
|
||||
class="rounded-xl w-full sm:w-[600px] opacity-60 sm:opacity-100"
|
||||
src="/img/discord-server.png"
|
||||
alt="Dark Pool Card"
|
||||
/>
|
||||
</div>
|
||||
</figure>
|
||||
</section>
|
||||
|
||||
<!--Start FAQ-->
|
||||
<section class="">
|
||||
<div class="mx-auto">
|
||||
<div class="py-12 md:py-10">
|
||||
<!-- Section header -->
|
||||
<div class="max-w-3xl mx-auto text-center pb-12 md:pb-14">
|
||||
<h2 class="text-4xl font-bold">Frequently Asked Questions</h2>
|
||||
</div>
|
||||
|
||||
<!-- Faqs -->
|
||||
<ul class="mx-auto divide-y divide-gray-800">
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
How do I integrate the Bot to my Discord Server?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
After purchasing our Bot, we will contact you via email to
|
||||
set everything up. You can also reach out to us, and we'll
|
||||
respond as soon as possible to get you started.
|
||||
<a
|
||||
href={`mailto:${emailAddress}`}
|
||||
class="text-blue-700 dark:text-blue-400 underline"
|
||||
>
|
||||
{emailAddress}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Is the data real time?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
Options Flow Orders are delayed by 5 minutes, and Dark
|
||||
Pool Data is delayed by 15 minutes. All other data is
|
||||
provided in real time.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Is the data filtered in any way?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 transition-all duration-300 ease-in-out"
|
||||
>
|
||||
Yes, the data is filtered to reduce the amount of data
|
||||
being sent over to your discord channel. This is not the
|
||||
same amount of data you would find in the general
|
||||
Stocknear application.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
How do I cancel my subscription?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 transition-all duration-300 ease-in-out"
|
||||
>
|
||||
You can cancel anytime. Just send us an email and we will
|
||||
do it asap for you.
|
||||
<a
|
||||
href={`mailto:${emailAddress}`}
|
||||
class="text-blue-700 dark:text-blue-400 underline"
|
||||
>
|
||||
{emailAddress}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Are there any commissions in addition to the subscription
|
||||
plans?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
No, we do not charge any additional commissions or hidden
|
||||
fees beyond our subscription plans.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
Can I request a refund?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
We offer a 30 day money back guarantee, no questions
|
||||
asked. Just send an email to <a
|
||||
href={`mailto:${emailAddress}`}
|
||||
class="text-blue-700 dark:text-blue-400 underline"
|
||||
>{emailAddress}</a
|
||||
> and you will get a full refund.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
|
||||
<li class="border-b border-gray-400 dark:border-gray-800">
|
||||
<details class="collapse collapse-arrow">
|
||||
<summary
|
||||
class="font-semibold collapse-title text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5"
|
||||
>
|
||||
What are my payment options?
|
||||
</summary>
|
||||
<div class="collapse-content">
|
||||
<p
|
||||
class="text-sm sm:text-[1rem] pb-5 dark:text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||
>
|
||||
We support Credit Card & Paypal payments.
|
||||
</p>
|
||||
</div>
|
||||
</details>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--End FAQ-->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@ -593,5 +499,3 @@
|
||||
{#if LoginPopup}
|
||||
<LoginPopup {form} />
|
||||
{/if}
|
||||
|
||||
<!--End Login Modal-->
|
||||
|
||||
@ -177,7 +177,7 @@
|
||||
>
|
||||
<div
|
||||
style="opacity: 1; transform: translateY(20px);"
|
||||
class="hidden lg:flex flex-col relative bg-zinc-300 dark:bg-zinc-900 bg-opacity-80 backdrop-filter backdrop-blur-lg rounded overflow-visible border border-zinc-300 dark:border-zinc-600 p-6 isolate"
|
||||
class="transform transition-all duration-300 sm:hover:-translate-y-1 hidden lg:flex flex-col relative bg-zinc-300 dark:bg-zinc-900 bg-opacity-80 backdrop-filter backdrop-blur-lg rounded overflow-visible border border-zinc-300 dark:border-zinc-600 p-6 isolate"
|
||||
>
|
||||
<h3 class="text-3xl font-bold">Basic</h3>
|
||||
<p class="text-muted dark:text-zinc-300 text-sm mt-1">
|
||||
@ -714,7 +714,7 @@
|
||||
</div>
|
||||
<div
|
||||
style="opacity: 1; transform: translateY(20px);"
|
||||
class="relative flex flex-col relative bg-zinc-300 dark:bg-zinc-900 bg-opacity-80 backdrop-filter backdrop-blur-lg rounded overflow-visible border border-zinc-300 dark:border-zinc-600 p-6 isolate"
|
||||
class="transform transition-all duration-300 sm:hover:-translate-y-1 relative flex flex-col relative bg-zinc-300 dark:bg-zinc-900 bg-opacity-80 backdrop-filter backdrop-blur-lg rounded overflow-visible border border-zinc-300 dark:border-zinc-600 p-6 isolate"
|
||||
>
|
||||
<div
|
||||
class="w-fit absolute -top-[20px] left-1/2 transform -translate-x-1/2 whitespace-nowrap m-auto px-4 py-1.5 rounded-md text-sm font-medium backdrop-blur-xl
|
||||
@ -1044,7 +1044,7 @@
|
||||
</div>
|
||||
<div
|
||||
style="opacity: 1; transform: translateY(20px);"
|
||||
class="flex flex-col relative bg-zinc-300 dark:bg-zinc-900 bg-opacity-80 backdrop-filter backdrop-blur-lg rounded overflow-visible border border-zinc-300 dark:border-zinc-600 p-6 isolate"
|
||||
class="transform transition-all duration-300 sm:hover:-translate-y-1 flex flex-col relative bg-zinc-300 dark:bg-zinc-900 bg-opacity-80 backdrop-filter backdrop-blur-lg rounded overflow-visible border border-zinc-300 dark:border-zinc-600 p-6 isolate"
|
||||
>
|
||||
<h3 class="text-3xl font-bold">Pro</h3>
|
||||
<p class="text-muted dark:text-zinc-300 text-sm mt-1">
|
||||
|
||||
BIN
static/img/discord-server.png
Normal file
BIN
static/img/discord-server.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Loading…
x
Reference in New Issue
Block a user