From 9f524d8230bf67a28a2d9ae23489666f367d3a83 Mon Sep 17 00:00:00 2001 From: Archaon Date: Thu, 7 Nov 2024 15:01:03 +0700 Subject: [PATCH] update sapcing --- .../landingV3/Componets/UserReviews/index.tsx | 26 +++++++++---------- src/modules/landingV3/styles.module.scss | 9 +------ 2 files changed, 13 insertions(+), 22 deletions(-) diff --git a/src/modules/landingV3/Componets/UserReviews/index.tsx b/src/modules/landingV3/Componets/UserReviews/index.tsx index 288d9b52c..e765c813e 100644 --- a/src/modules/landingV3/Componets/UserReviews/index.tsx +++ b/src/modules/landingV3/Componets/UserReviews/index.tsx @@ -1,7 +1,7 @@ import React from 'react'; import Slider from 'react-slick'; import s from './UserReviews.module.scss'; -import { Flex, Image } from '@chakra-ui/react'; +import { Flex, Image, Text } from '@chakra-ui/react'; type Props = {}; @@ -17,9 +17,8 @@ const CONTENT = [ avatarSrc: '/landing-v6/avt-stonecoldpat0.png', content: () => ( <> - Rollups are the new server. -
-
Rollup as a service providers are the new Wordpress. + Rollups are the new server. + Rollup as a service providers are the new Wordpress. ), name: 'Patrick McCorry', @@ -48,11 +47,8 @@ provability, etc`, // eoracle is the verifiable real-world connection.`, content: () => ( <> - @ethereum is the verifiable internet -
-
- Rollups are the verifiable web server -
+ @ethereum is the verifiable internet + Rollups are the verifiable web server {/* @eigenlayer is the verifiable cloud
eoracle is the verifiable real-world */} @@ -73,10 +69,10 @@ provability, etc`, avatarSrc: '/landing-v6/avt-Polymer_Labs.png', content: () => ( <> - The future of Ethereum interop will resemble the cloud today -
-
- Rollups = on-chain web servers + + The future of Ethereum interop will resemble the cloud today + + Rollups = on-chain web servers ), @@ -130,7 +126,9 @@ const Item = (props: ItemProps) => { -

{typeof content === 'function' ? content() : content}

+ + {typeof content === 'function' ? content() : content} + diff --git a/src/modules/landingV3/styles.module.scss b/src/modules/landingV3/styles.module.scss index 6caca6721..dbc3d34e2 100644 --- a/src/modules/landingV3/styles.module.scss +++ b/src/modules/landingV3/styles.module.scss @@ -6,22 +6,15 @@ background-color: #fff; padding: 80px 0; - //padding-bottom: 0; - //background-color: #f4f4f4; @include is-min-table { padding: 120px 0; - //padding-bottom: 0; } } .bottom { background-color: rgb(250, 250, 250); - //margin-top: 80px; - //@include is-min-table { - // padding-top: 80px; - // padding-bottom: 80px; - //} + &_top { text-align: center;