diff --git a/src/app/globals.css b/src/app/globals.css index b375f6e..f7eae20 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,7 +7,7 @@ --background: #ffffff;; --card: #fcfcfc;; --foreground: #001a4d;; - --primary-cta: #0066ff;; + --primary-cta: #15ad59;; --secondary-cta: #ffcc00;; --accent: #ffcc00;; --background-accent: #fff5cc;; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9506581..7df3b60 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1261,4 +1261,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index aff8da6..a97cd6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -303,4 +303,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}