diff --git a/src/modules/landing/Componets/Hero/Content/styles.module.scss b/src/modules/landing/Componets/Hero/Content/styles.module.scss
index 7dc1f7b6b..e2b33014d 100644
--- a/src/modules/landing/Componets/Hero/Content/styles.module.scss
+++ b/src/modules/landing/Componets/Hero/Content/styles.module.scss
@@ -3,7 +3,7 @@
left: 50%;
transform: translateX(-50%);
z-index: 2;
- max-width: 1200px;
+ max-width: 1000px;
width: 100%;
top: 180px;
padding-left: 16px;
@@ -63,7 +63,7 @@
justify-content: center;
list-style: none !important;
margin-top: rem(16px);
- margin-bottom: 16px;
+ margin-bottom: 24px;
position: relative;
z-index: 2;
flex-wrap: wrap;
diff --git a/src/modules/landing/Componets/PreLoader/index.tsx b/src/modules/landing/Componets/PreLoader/index.tsx
index aedce1689..a8a36f607 100644
--- a/src/modules/landing/Componets/PreLoader/index.tsx
+++ b/src/modules/landing/Componets/PreLoader/index.tsx
@@ -11,5 +11,5 @@ export default function PreLoader() {
}
}, []);
- return <>{true ? : }>;
+ return <>{isHadLoaded ? : }>;
}
diff --git a/src/modules/landingV5/components/SectionBlock/Item/App/SectionItemApp.module.scss b/src/modules/landingV5/components/SectionBlock/Item/App/SectionItemApp.module.scss
index f2fd2a984..37528bb21 100644
--- a/src/modules/landingV5/components/SectionBlock/Item/App/SectionItemApp.module.scss
+++ b/src/modules/landingV5/components/SectionBlock/Item/App/SectionItemApp.module.scss
@@ -17,6 +17,10 @@
}
+ &.games {
+ width: 440px;
+ }
+
&:not(.popular) {
// margin-top: 40px;
// margin-bottom: 18px;
diff --git a/src/modules/landingV5/components/SectionBlock/Item/App/index.tsx b/src/modules/landingV5/components/SectionBlock/Item/App/index.tsx
index 00866836f..defc60ec5 100644
--- a/src/modules/landingV5/components/SectionBlock/Item/App/index.tsx
+++ b/src/modules/landingV5/components/SectionBlock/Item/App/index.tsx
@@ -67,6 +67,7 @@ const SectionItemApp = ({ item, sectionId, idx }: Props) => {
['pointer-none']: !item.link?.url,
},
{ [s.eternal]: item.link?.url === ETERNAL_URL },
+ { [s.games]: sectionId === 'games' },
)}
href={item.link?.url}
target="_blank"
diff --git a/src/modules/landingV5/components/SectionBlock/SectionBlock.module.scss b/src/modules/landingV5/components/SectionBlock/SectionBlock.module.scss
index e3a6f447c..fdd89ae6d 100644
--- a/src/modules/landingV5/components/SectionBlock/SectionBlock.module.scss
+++ b/src/modules/landingV5/components/SectionBlock/SectionBlock.module.scss
@@ -30,7 +30,7 @@ $text-max-width: 85ch;
.title {
color: rgba(255, 255, 255, 0.60);
- font-family: "JetBrains Mono";
+ font-family: "SF Pro Display";
font-size: 28px;
font-style: normal;
font-weight: 700;
@@ -39,7 +39,7 @@ $text-max-width: 85ch;
p {
// max-width: 37ch;
color: #2E2E2E;
- letter-spacing: -1.8px;
+ // letter-spacing: -1.8px;
}
}
diff --git a/src/modules/landingV5/styles.module.scss b/src/modules/landingV5/styles.module.scss
index 0efb3a57e..e0b6d2f37 100644
--- a/src/modules/landingV5/styles.module.scss
+++ b/src/modules/landingV5/styles.module.scss
@@ -15,13 +15,14 @@
.introduction_title {
color: #000;
- font-family: "JetBrains Mono";
+ font-family: "SF Pro Display";
+
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.8px;
- max-width: 13ch;
+ max-width: 10ch;
}
.introduction_desc {