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}
+