-
+
Net Call
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index b7e9f012..9ad2927d 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -811,9 +811,8 @@ $: {
diff --git a/src/routes/blog/+page.svelte b/src/routes/blog/+page.svelte
index f5abfa29..4caa9184 100644
--- a/src/routes/blog/+page.svelte
+++ b/src/routes/blog/+page.svelte
@@ -3,6 +3,7 @@
import { articleId, numberOfUnreadNotification } from '$lib/store';
import { goto } from '$app/navigation';
import {getImageURL} from '$lib/utils';
+ import ArrowLogo from "lucide-svelte/icons/move-up-right";
export let data;
@@ -81,18 +82,25 @@ let allBlogPosts = data?.getAllBlogPost;
-
-
-
-
+
+
+
- Home
- All Blog Post
+ Home
+ Top Shorted Stocks
-
+
+
+
+
+
+
-
-
+
+
+
+
+
@@ -157,9 +165,9 @@ let allBlogPosts = data?.getAllBlogPost;
blogSelector(item?.id)} class="cursor-pointer">
+ alt="Wallpaper" loading="lazy"/>
@@ -209,7 +217,64 @@ let allBlogPosts = data?.getAllBlogPost;
+
+
+
+ {#if data?.user?.tier !== 'Pro' || data?.user?.freeTrial}
+ goto('/pricing')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer">
+
+
+
+ Pro Subscription 🔥
+
+
+
+
+ Upgrade now for unlimited access to all data and tools
+
+
+
+ {/if}
+
+ goto('/analysts')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer">
+
+
+
+ Get the latest top Wall Street analyst ratings
+
+
+
+
+ goto('/analysts/top-stocks')} class="w-full bg-[#141417] duration-100 ease-out sm:hover:text-white text-gray-400 sm:hover:border-gray-700 border border-gray-800 rounded-lg h-fit pb-4 mt-4 cursor-pointer">
+
+
+
+ Top Stocks Picks ⭐
+
+
+
+
+ Get the latest top Wall Street analyst ratings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/src/routes/blog/article/[slug]/+page.svelte b/src/routes/blog/article/[slug]/+page.svelte
index 8775d3cb..c8ea51d2 100644
--- a/src/routes/blog/article/[slug]/+page.svelte
+++ b/src/routes/blog/article/[slug]/+page.svelte
@@ -22,7 +22,6 @@ const article = data?.getArticle;
-
@@ -30,14 +29,13 @@ const article = data?.getArticle;
-