diff --git a/src/app/globals.css b/src/app/globals.css index a8a33ff..c50efe5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,7 +7,7 @@ --background: #ffffff;; --card: #fcfcfc;; --foreground: #120006e6;; - --primary-cta: #e63946;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; --accent: #e2e2e2;; --background-accent: #c4c4c4;; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dcb0ef8..5b96279 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1277,4 +1277,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index dc625ee..4401cac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { /> -
+
); -} \ No newline at end of file +}