diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fa4630..963cf6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,4 +152,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..c40eee8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,8 +12,8 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; + --foreground: #000000; + --primary-cta: #d4af37; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6;