From 6f232717417853df38bbd3b3241354bd2aa08e22 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 4 Mar 2026 16:45:34 +0000 Subject: [PATCH] chore(ui): remove quotes --- packages/console/app/src/routes/go/index.css | 91 -------------------- packages/console/app/src/routes/go/index.tsx | 68 --------------- 2 files changed, 159 deletions(-) diff --git a/packages/console/app/src/routes/go/index.css b/packages/console/app/src/routes/go/index.css index dee9011e1..34be47f0d 100644 --- a/packages/console/app/src/routes/go/index.css +++ b/packages/console/app/src/routes/go/index.css @@ -942,97 +942,6 @@ body { } } - [data-component="testimonials"] { - border-top: 1px solid var(--color-border-weak); - padding: var(--vertical-padding) var(--padding); - display: flex; - flex-direction: column; - gap: 20px; - - [data-slot="testimonial"] { - background: var(--color-background-weak); - border-radius: 6px; - border: 1px solid var(--color-border-weak); - padding: 20px; - display: flex; - flex-direction: column; - gap: 12px; - - @media (max-width: 30rem) { - flex-direction: column-reverse; - gap: 24px; - } - - [data-slot="name"] { - display: flex; - gap: 16px; - - strong { - font-weight: 500; - flex: 0 0 auto; - } - - span { - color: var(--color-text); - } - - @media (max-width: 30rem) { - flex-direction: column; - gap: 8px; - } - - span { - display: inline-block; - } - - img { - height: 24px; - width: 24px; - border-radius: 24px; - } - } - - [data-slot="quote"] { - margin-left: 40px; - - @media (max-width: 30rem) { - margin-left: 0; - } - span { - color: var(--color-text); - text-decoration: none; - } - } - } - - [data-slot="button"] { - all: unset; - cursor: pointer; - display: flex; - align-items: center; - color: var(--color-text); - gap: var(--space-2-5); - font-size: 1rem; - - @media (max-width: 24rem) { - font-size: 0.875rem; - } - - strong { - color: var(--color-text-strong); - font-weight: 500; - } - - @media (max-width: 40rem) { - justify-content: flex-start; - } - - @media (max-width: 30rem) { - justify-content: center; - } - } - } - [data-component="copy-status"] { @media (max-width: 38rem) { display: none; diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index b43f9a710..9e4f0eefd 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -5,11 +5,6 @@ import { For, createSignal, onCleanup, onMount } from "solid-js" //import { HttpHeader } from "@solidjs/start" import goLogoLight from "../../asset/go-ornate-light.svg" import goLogoDark from "../../asset/go-ornate-dark.svg" -import avatarDax from "../../asset/lander/avatar-dax.png" -import avatarJay from "../../asset/lander/avatar-jay.png" -import avatarFrank from "../../asset/lander/avatar-frank.png" -import avatarAdam from "../../asset/lander/avatar-adam.png" -import avatarDavid from "../../asset/lander/avatar-david.png" import { EmailSignup } from "~/component/email-signup" import { Faq } from "~/component/faq" import { Legal } from "~/component/legal" @@ -348,69 +343,6 @@ export default function Home() { -
- {/*Dax*/} -
-
- - {i18n.t("go.testimonials.dax.name")} - {i18n.t("go.testimonials.dax.title")} -
-
- {i18n.t("go.testimonials.handle")} {i18n.t("go.testimonials.brand.zen")}{" "} - {i18n.t("go.testimonials.brand.go")} {i18n.t("go.testimonials.dax.quoteAfter")} -
-
- {/*Jay*/} -
-
- - {i18n.t("go.testimonials.jay.name")} - {i18n.t("go.testimonials.jay.title")} -
-
- {i18n.t("go.testimonials.jay.quoteBefore")} {i18n.t("go.testimonials.handle")}{" "} - {i18n.t("go.testimonials.brand.zen")} {i18n.t("go.testimonials.brand.go")} - {i18n.t("go.testimonials.jay.quoteAfter")} -
-
- {/*Adam*/} -
-
- - {i18n.t("go.testimonials.adam.name")} - {i18n.t("go.testimonials.adam.title")} -
-
- {i18n.t("go.testimonials.adam.quoteBefore")} {i18n.t("go.testimonials.handle")}{" "} - {i18n.t("go.testimonials.brand.zen")} {i18n.t("go.testimonials.brand.go")}{" "} - {i18n.t("go.testimonials.adam.quoteAfter")} -
-
- {/*David*/} -
-
- - {i18n.t("go.testimonials.david.name")} - {i18n.t("go.testimonials.david.title")} -
-
- {i18n.t("go.testimonials.david.quoteBefore")} {i18n.t("go.testimonials.handle")}{" "} - {i18n.t("go.testimonials.brand.zen")} {i18n.t("go.testimonials.brand.go")}{" "} - {i18n.t("go.testimonials.david.quoteAfter")} -
-
- {/*Frank*/} -
-
- - {i18n.t("go.testimonials.frank.name")} - {i18n.t("go.testimonials.frank.title")} -
-
{i18n.t("go.testimonials.frank.quote")}
-
-
-

{i18n.t("common.faq")}