diff --git a/pages/index.jsx b/pages/index.jsx index df02d9e7..7da33cf0 100644 --- a/pages/index.jsx +++ b/pages/index.jsx @@ -177,7 +177,7 @@ const IndexPage = () => { -
+
{page.users.map((item) => (
diff --git a/pages/index.module.scss b/pages/index.module.scss index bff03010..febec6c5 100644 --- a/pages/index.module.scss +++ b/pages/index.module.scss @@ -60,6 +60,7 @@ } } &-services { + padding: var(--page-padding-y) 0 0 0; .action-button { margin-top: 4rem; } @@ -213,6 +214,9 @@ background: #f5f5f5; padding: var(--page-padding-y) var(--page-padding-x); margin: 34px 0; + &:first-child { + margin-top: 4px; + } .testimonial-wrapper { display: flex; justify-content: space-between; @@ -226,7 +230,7 @@ color: #212121; font-size: 32px; font-style: normal; - font-weight: 500; + font-weight: 700; line-height: 130%; cursor: unset; a { @@ -270,3 +274,7 @@ } } } + +.partners-wrapper { + padding: 0; +}