diff --git a/src/app/page.tsx b/src/app/page.tsx index ef8b08b..73e322c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,4 +203,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 3d0e32c..0edfb47 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,8 +12,8 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6;