diff --git a/components/common/duct-tape.tsx b/components/common/duct-tape.tsx
index 014ea5e..7c24bbb 100644
--- a/components/common/duct-tape.tsx
+++ b/components/common/duct-tape.tsx
@@ -7,7 +7,7 @@ import { ParallaxHorizontal } from "../utils/parallax-horizontal"
const ductTapeVariants = cva("w-full", {
variants: {
variant: {
- primary: "bg-white text-black",
+ primary: "bg-black text-white",
secondary: "bg-blue text-white",
},
},
diff --git a/components/common/get-in-touch.tsx b/components/common/get-in-touch.tsx
index c973e96..c3aee73 100644
--- a/components/common/get-in-touch.tsx
+++ b/components/common/get-in-touch.tsx
@@ -44,7 +44,7 @@ function GetInTouch() {