diff --git a/src/app/globals.css b/src/app/globals.css index 7a533b8..6a3be16 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,7 +7,7 @@ --background: #ffffff;; --card: #fafafa;; --foreground: #000000;; - --primary-cta: #00cc00;; + --primary-cta: #ff8c42;; --secondary-cta: #ffffff;; --accent: #e5e5e5;; --background-accent: #f5f5f5;; diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8806665..0ca3871 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1278,4 +1278,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 622eaab..86797b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; @@ -297,4 +297,4 @@ export default function FidgetLanding() { ); -} \ No newline at end of file +}