diff --git a/src/app/[lang]/page.tsx b/src/app/[lang]/page.tsx
index 87d52a45..44da165c 100644
--- a/src/app/[lang]/page.tsx
+++ b/src/app/[lang]/page.tsx
@@ -26,9 +26,11 @@ export default async function Web({ params }: { params: { lang: Locale } }) {
return (
<>
-
-
-
+ {homepage.marketStock?.data && (
+
+
+
+ )}
{homepage.highlightedArticles && (
diff --git a/src/components/LangSelect/LangSelect.tsx b/src/components/LangSelect/LangSelect.tsx
index b78dcad5..11e66969 100644
--- a/src/components/LangSelect/LangSelect.tsx
+++ b/src/components/LangSelect/LangSelect.tsx
@@ -18,8 +18,8 @@ function LangSelect() {
return (