diff --git a/packages/console/app/src/routes/enterprise/index.css b/packages/console/app/src/routes/enterprise/index.css index 40f49093..44c6f861 100644 --- a/packages/console/app/src/routes/enterprise/index.css +++ b/packages/console/app/src/routes/enterprise/index.css @@ -309,29 +309,21 @@ color: var(--color-text); } - ul { - list-style: none; - padding: 0; - margin-bottom: 2rem; + [data-component="testimonial"] { + margin-top: 4rem; + font-weight: 500; + color: var(--color-text-strong); - li { - margin-bottom: 0.75rem; - padding-left: 1.5rem; - position: relative; - line-height: 1.5; - color: var(--color-text); - - &::before { - content: "•"; - position: absolute; - left: 0; - color: var(--color-background-interactive); - font-weight: bold; + [data-component="quotation"] { + svg { + margin-bottom: 1rem; + opacity: 20%; } + } - strong { - color: var(--color-text-strong); - font-weight: 500; + [data-component="testimonial-logo"] { + svg { + margin-top: 1.5rem; } } } diff --git a/packages/console/app/src/routes/enterprise/index.tsx b/packages/console/app/src/routes/enterprise/index.tsx index d8cfc812..a3e2da99 100644 --- a/packages/console/app/src/routes/enterprise/index.tsx +++ b/packages/console/app/src/routes/enterprise/index.tsx @@ -69,6 +69,48 @@ export default function Enterprise() {

Let us know and how we can help.

+ +
+
+ + + + +
+ + The OpenCode team have been super helpful and responsive to + our needs. + +
+ + + + + + + + + + + + + +
+ +
@@ -111,7 +153,8 @@ export default function Enterprise() {
- +