diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 606318e..b94b19e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c56fce5..adf4c15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -164,4 +164,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 69914c3..b3ca6c6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #001a2e; - --primary-cta: #1a3a5c; + --primary-cta: #d4af37; --primary-cta-text: #ffffff; --secondary-cta: #d4af37; --secondary-cta-text: #1a3a5c; @@ -214,4 +214,4 @@ --height-140: 126vw; --height-150: 135vw; } -} +} \ No newline at end of file