diff --git a/src/components/home-page/HomeTrustedBy.tsx b/src/components/home-page/HomeTrustedBy.tsx index 41b7be4..6b88c70 100644 --- a/src/components/home-page/HomeTrustedBy.tsx +++ b/src/components/home-page/HomeTrustedBy.tsx @@ -1,69 +1,57 @@ import React from "react"; +const customers = [ + { name: "Multitude", logo: "/img/customers/multitude-logo-wordmark.svg", invertDark: true, size: "w-[80px] sm:w-[100px]" }, + { name: "Generali", logo: "/img/customers/generali-logo-small.svg", invertDark: true, size: "w-[145px] sm:w-[180px]" }, + { name: "SYNOT", logo: "/img/customers/synot-logo-2.png", invertDark: true, size: "w-[135px] sm:w-[170px]" }, + { name: "Inventi", logo: "/img/customers/inventi-logo.png", invertDark: true, size: "w-[120px] sm:w-[145px]" }, + { name: "Tesena", logo: "/img/investors/tesena-logo.png", invertDark: true, size: "w-[130px] sm:w-[165px]" }, + { name: "Nice Project", logo: "/img/customers/niceproject-logo.svg", invertDark: true, size: "w-[140px] sm:w-[180px]" }, + { name: "Flashscore", logo: "/img/customers/flash-score-logo.png", invertDark: true, size: "w-[160px] sm:w-[200px]" }, + { name: "Principal", logo: "/img/customers/principal-logo-gray.svg", noFilter: true, size: "w-[140px] sm:w-[180px]" }, + { name: "Accenture", logo: "/img/customers/accenture-logo-gray.svg", noFilter: true, size: "w-[120px] sm:w-[145px]" }, +]; + +const techPartners = [ + { name: "GitHub", logo: "/img/partners/github-logo.png", size: "w-[100px] sm:w-[120px]" }, + { name: "Anthropic", logo: "/img/partners/anthropic-logo.svg", size: "w-[130px] sm:w-[160px]" }, + { name: "OpenAI", logo: "/img/partners/openai-logo.svg", size: "w-[100px] sm:w-[120px]" }, + { name: "Microsoft", logo: "/img/partners/microsoft-logo.svg", size: "w-[115px] sm:w-[140px]" }, + { name: "Amazon Web Services", logo: "/img/partners/aws-logo.svg", size: "w-[85px] sm:w-[105px]" }, + { name: "Google Cloud", logo: "/img/partners/google-cloud-logo.png", size: "w-[125px] sm:w-[155px]" }, +]; + const HomeTrustedBy = () => { return ( -
-
-
- multitude - - livesport +
+

+ Trusted by leading engineering teams +

+
+ {customers.map((customer) => ( inventi - SYNOT TECH -
- -
-

Trusted by

-

- top engineering teams -

-
+ ))}
-
-
-

Backed by

-

- strong partners -

-
- -
- tesena - - nation1 +

+ Powered by world class AI and cloud partners +

+
+ {techPartners.map((partner) => ( startup yard -
+ ))}
); diff --git a/src/components/landing-page/home/sections/PartnerBrands.tsx b/src/components/landing-page/home/sections/PartnerBrands.tsx index 4184ecf..e454a1e 100644 --- a/src/components/landing-page/home/sections/PartnerBrands.tsx +++ b/src/components/landing-page/home/sections/PartnerBrands.tsx @@ -1,52 +1,55 @@ -import PartnersCarouselCard from "@site/src/components/demo/PartnersCarouselCard"; import React from "react"; -const partners = [ - { - name: "Multitude", - logo: "/img/customers/multitude-logo-2.png", - classes: "grayscale dark:invert", - }, - { - name: "Flash Score", - logo: "/img/customers/flash-score-logo.png", - classes: "grayscale dark:invert", - }, - // { - // name: "Kedros", - // logo: "/img/customers/kedros-logo-2.png", - // classes: "grayscale rounded-lg", - // }, - { - name: "Inventi", - logo: "/img/customers/inventi-logo-2.png", - classes: "grayscale dark:invert", - }, +const customers = [ + { name: "Multitude", logo: "/img/customers/multitude-logo-wordmark.svg", invertDark: true, size: "w-[80px] sm:w-[100px]" }, + { name: "Generali", logo: "/img/customers/generali-logo-small.svg", invertDark: true, size: "w-[145px] sm:w-[180px]" }, + { name: "SYNOT", logo: "/img/customers/synot-logo-2.png", invertDark: true, size: "w-[135px] sm:w-[170px]" }, + { name: "Inventi", logo: "/img/customers/inventi-logo.png", invertDark: true, size: "w-[120px] sm:w-[145px]" }, + { name: "Tesena", logo: "/img/investors/tesena-logo.png", invertDark: true, size: "w-[130px] sm:w-[165px]" }, + { name: "Nice Project", logo: "/img/customers/niceproject-logo.svg", invertDark: true, size: "w-[140px] sm:w-[180px]" }, + { name: "Flashscore", logo: "/img/customers/flash-score-logo.png", invertDark: true, size: "w-[160px] sm:w-[200px]" }, + { name: "Principal", logo: "/img/customers/principal-logo-gray.svg", noFilter: true, size: "w-[140px] sm:w-[180px]" }, + { name: "Accenture", logo: "/img/customers/accenture-logo-gray.svg", noFilter: true, size: "w-[120px] sm:w-[145px]" }, +]; + +const techPartners = [ + { name: "GitHub", logo: "/img/partners/github-logo.png", size: "w-[100px] sm:w-[120px]" }, + { name: "Anthropic", logo: "/img/partners/anthropic-logo.svg", size: "w-[130px] sm:w-[160px]" }, + { name: "OpenAI", logo: "/img/partners/openai-logo.svg", size: "w-[100px] sm:w-[120px]" }, + { name: "Microsoft", logo: "/img/partners/microsoft-logo.svg", size: "w-[115px] sm:w-[140px]" }, + { name: "Amazon Web Services", logo: "/img/partners/aws-logo.svg", size: "w-[85px] sm:w-[105px]" }, + { name: "Google Cloud", logo: "/img/partners/google-cloud-logo.png", size: "w-[125px] sm:w-[155px]" }, ]; const PartnerBrands = () => { return ( -
-
-

- Join{" "} - - top engineering teams - {" "} - and start your free trial -

-

- Empower your team with fast, scalable visual testing. Trusted by - industry leaders to maintain the visual integrity of their apps. -

+
+

+ Trusted by leading engineering teams +

+ +
+ {customers.map((customer) => ( + {customer.name} + ))}
-
- {partners.map((partner) => ( - + Powered by world class AI and cloud partners +

+ +
+ {techPartners.map((partner) => ( + {partner.name} ))}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index a91dfa1..189e722 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -20,12 +20,12 @@ export default function Home(): JSX.Element { description="Stop writing tests manually. Wopee.io AI agents explore your app, generate Playwright tests, and self-heal when your UI changes. Try free." > + + - - diff --git a/static/img/customers/accenture-logo-gray.svg b/static/img/customers/accenture-logo-gray.svg new file mode 100644 index 0000000..b8b716f --- /dev/null +++ b/static/img/customers/accenture-logo-gray.svg @@ -0,0 +1 @@ + diff --git a/static/img/customers/accenture-logo.svg b/static/img/customers/accenture-logo.svg new file mode 100644 index 0000000..a4baf78 --- /dev/null +++ b/static/img/customers/accenture-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/customers/generali-logo-small.svg b/static/img/customers/generali-logo-small.svg new file mode 100644 index 0000000..29b0132 --- /dev/null +++ b/static/img/customers/generali-logo-small.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/customers/multitude-logo-wordmark.svg b/static/img/customers/multitude-logo-wordmark.svg new file mode 100644 index 0000000..ab1ae56 --- /dev/null +++ b/static/img/customers/multitude-logo-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/customers/niceproject-logo.svg b/static/img/customers/niceproject-logo.svg new file mode 100644 index 0000000..1d492ed --- /dev/null +++ b/static/img/customers/niceproject-logo.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/customers/principal-logo-gray.svg b/static/img/customers/principal-logo-gray.svg new file mode 100644 index 0000000..3542d98 --- /dev/null +++ b/static/img/customers/principal-logo-gray.svg @@ -0,0 +1,39 @@ + + + + diff --git a/static/img/customers/principal-logo.svg b/static/img/customers/principal-logo.svg new file mode 100644 index 0000000..ba8a82c --- /dev/null +++ b/static/img/customers/principal-logo.svg @@ -0,0 +1,39 @@ + + + + diff --git a/static/img/partners/anthropic-logo.svg b/static/img/partners/anthropic-logo.svg new file mode 100644 index 0000000..cbcc39e --- /dev/null +++ b/static/img/partners/anthropic-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/partners/aws-logo.svg b/static/img/partners/aws-logo.svg new file mode 100644 index 0000000..cd27e72 --- /dev/null +++ b/static/img/partners/aws-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/partners/github-logo.png b/static/img/partners/github-logo.png new file mode 100755 index 0000000..1471f31 Binary files /dev/null and b/static/img/partners/github-logo.png differ diff --git a/static/img/partners/google-cloud-logo.png b/static/img/partners/google-cloud-logo.png new file mode 100644 index 0000000..82654d2 Binary files /dev/null and b/static/img/partners/google-cloud-logo.png differ diff --git a/static/img/partners/google-cloud-logo.svg b/static/img/partners/google-cloud-logo.svg new file mode 100644 index 0000000..b8fbe9f --- /dev/null +++ b/static/img/partners/google-cloud-logo.svg @@ -0,0 +1,11 @@ + + + + + Error 404 (Not Found)!!1 + + +

404. That’s an error. +

The requested URL /devrel-devsite/prod/v0e0f589edd85502a40d78d7d0825db8ea5ef3b99058d2a037c4baf28c47810e6/cloud/images/cloud-logo.svg was not found on this server. That’s all we know. diff --git a/static/img/partners/microsoft-logo.svg b/static/img/partners/microsoft-logo.svg new file mode 100644 index 0000000..6d169a8 --- /dev/null +++ b/static/img/partners/microsoft-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/partners/openai-logo.svg b/static/img/partners/openai-logo.svg new file mode 100644 index 0000000..859d7af --- /dev/null +++ b/static/img/partners/openai-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file