diff --git a/src/revamp/ui/GetDemoSection/index.js b/src/revamp/ui/GetDemoSection/index.js
index c2394a33d..66c559887 100644
--- a/src/revamp/ui/GetDemoSection/index.js
+++ b/src/revamp/ui/GetDemoSection/index.js
@@ -118,7 +118,7 @@ const GetDemoSection = ({
})}
>
@@ -138,13 +138,13 @@ const GetDemoSection = ({
p: {
component: Typography,
props: {
- mt: 1,
+ mt: 2,
component: 'p',
variant: 'h6',
whiteSpace: 'pre-line',
color: 'grey.300',
fontSize: '18px',
- lineHeight: '28px',
+ lineHeight: '24px',
},
},
},
@@ -282,6 +282,9 @@ const GetDemoSection = ({
)}
+
+
+
@@ -294,7 +297,7 @@ export default GetDemoSection;
function Testimonial({ review }) {
return (
-
+
{review?.review}
@@ -320,9 +323,6 @@ function TrustLogos() {
return (
-
-
-
);
}