diff --git a/components/home/img/adobe_dark.svg b/components/home/img/adobe_dark.svg
new file mode 100644
index 000000000..dca14bc1b
--- /dev/null
+++ b/components/home/img/adobe_dark.svg
@@ -0,0 +1,7 @@
+
diff --git a/components/home/img/adobe_light.svg b/components/home/img/adobe_light.svg
new file mode 100644
index 000000000..c618ca033
--- /dev/null
+++ b/components/home/img/adobe_light.svg
@@ -0,0 +1,7 @@
+
diff --git a/components/shared/EnterpriseLogoGrid.tsx b/components/shared/EnterpriseLogoGrid.tsx
index 5962397b8..4a78ea685 100644
--- a/components/shared/EnterpriseLogoGrid.tsx
+++ b/components/shared/EnterpriseLogoGrid.tsx
@@ -19,8 +19,8 @@ import magicPatternsLight from "../home/img/magicpatterns_light.png";
import magicPatternsDark from "../home/img/magicpatterns_dark.png";
import merckLight from "../home/img/merck-dark.png";
import merckDark from "../home/img/merck-light.png";
-import juiceboxLight from "../home/img/juicebox_light.svg";
-import juiceboxDark from "../home/img/juicebox_dark.svg";
+import adobeLight from "../home/img/adobe_light.svg";
+import adobeDark from "../home/img/adobe_dark.svg";
import pigmentLight from "../home/img/pigment_light.svg";
import pigmentDark from "../home/img/pigment_dark.svg";
import sevenelevenLight from "../home/img/seveneleven_light.png";
@@ -55,9 +55,9 @@ const companies: CompanyLogo[] = [
lightModeImage: twilioDark,
},
{
- name: "Juicebox",
- darkModeImage: juiceboxLight,
- lightModeImage: juiceboxDark,
+ name: "Adobe",
+ darkModeImage: adobeDark,
+ lightModeImage: adobeLight,
},
{
name: "Khan Academy",
diff --git a/components/wrapped/Customers.tsx b/components/wrapped/Customers.tsx
index ed836b203..ccc9254d6 100644
--- a/components/wrapped/Customers.tsx
+++ b/components/wrapped/Customers.tsx
@@ -27,8 +27,8 @@ import magicPatternsLight from "../home/img/magicpatterns_light.png";
import magicPatternsDark from "../home/img/magicpatterns_dark.png";
import merckLight from "../home/img/merck-dark.png";
import merckDark from "../home/img/merck-light.png";
-import juiceboxLight from "../home/img/juicebox_light.svg";
-import juiceboxDark from "../home/img/juicebox_dark.svg";
+import adobeLight from "../home/img/adobe_light.svg";
+import adobeDark from "../home/img/adobe_dark.svg";
import pigmentLight from "../home/img/pigment_light.svg";
import pigmentDark from "../home/img/pigment_dark.svg";
import sevenelevenLight from "../home/img/seveneleven_light.png";
@@ -70,7 +70,7 @@ const companiesWithoutStories = [
{ name: "Twilio", light: twilioLight, dark: twilioDark, isIntuitive: false },
{ name: "Telus", light: telusLight, dark: telusDark, isIntuitive: false },
{ name: "Pigment", light: pigmentLight, dark: pigmentDark, isIntuitive: false },
- { name: "Juicebox", light: juiceboxLight, dark: juiceboxDark, isIntuitive: false },
+ { name: "Adobe", light: adobeLight, dark: adobeDark, isIntuitive: true },
{ name: "Intuit", light: intuitLight, dark: intuitDark, isIntuitive: true },
{ name: "Seven Eleven Japan", light: sevenelevenLight, dark: sevenelevenDark, isIntuitive: false },
{ name: "Circleback", light: circlebackLight, dark: circlebackDark, isIntuitive: false },
@@ -315,7 +315,7 @@ export function Customers() {
{ type: "logo", name: "Samsara" },
{ type: "logo", name: "Twilio" },
{ type: "logo", name: "Telus" },
- { type: "logo", name: "Juicebox" },
+ { type: "logo", name: "Adobe" },
{ type: "logo", name: "Seven Eleven Japan" },
{ type: "story", name: "Khan Academy" },
{ type: "logo", name: "Circleback" },