Skip to content

Commit 6c00391

Browse files
committed
feat: remove wiz
1 parent 4e13f8c commit 6c00391

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

app/customers/page.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@ export default function Page() {
4646
/>
4747
<CustomerCard brand={BRANDS.pivot} />
4848
<CustomerCard brand={BRANDS.planable} />
49-
<QuoteCard
50-
href={BRANDS.wiz.url}
51-
brand={BRANDS.wiz}
52-
author="Ben Grynhaus"
53-
authorRole="Senior Frontend Developer"
54-
quote={
55-
<>
56-
We rely on Argos for visual regression testing. Works
57-
perfectly with both Playwright and Storybook, and their UI/UX
58-
is fantastic. Highly recommended.
59-
</>
60-
}
61-
/>
6249
<CustomerCard brand={BRANDS.businessInsider} />
6350
</Column>
6451
<Column>

components/BrandTestimonials.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import rho from "@/images/brands/rho.svg";
2121
import sindri from "@/images/brands/sindri.svg";
2222
import sivo from "@/images/brands/sivo.svg";
2323
import theEconomist from "@/images/brands/the-economist.svg";
24-
import wiz from "@/images/brands/wiz.svg";
2524
import yotpo from "@/images/brands/yotpo.svg";
2625

2726
import { Container } from "./Container";
@@ -31,11 +30,6 @@ export const BRANDS = {
3130
mui: { src: mui, alt: "MUI", url: "https://mui.com" },
3231
gitbook: { src: gitbook, alt: "GitBook", url: "https://www.gitbook.com" },
3332
yotpo: { src: yotpo, alt: "Yotpo", url: "https://www.yotpo.com" },
34-
wiz: {
35-
src: wiz,
36-
alt: "Wiz",
37-
url: "https://www.wiz.io",
38-
},
3933
cozy: { src: cozy, alt: "Cozy", url: "https://cozy.io" },
4034
handsontable: {
4135
src: handsontable,
@@ -86,7 +80,6 @@ export const BRANDS = {
8680

8781
const brands = [
8882
BRANDS.meta,
89-
BRANDS.wiz,
9083
BRANDS.gitbook,
9184
BRANDS.yotpo,
9285
BRANDS.qonto,

0 commit comments

Comments
 (0)