diff --git a/src/app/page.tsx b/src/app/page.tsx index 5537e9a..a2b0215 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,4 +194,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..44d4661 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #000612e6; - --primary-cta: #15479c; + --primary-cta: #ffffff; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6;