diff --git a/src/app/globals.css b/src/app/globals.css index e9ace00..c90c745 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,9 +4,9 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; + --background: #001a4d;; + --card: #003d99;; + --foreground: #ffffff;; --primary-cta: #0a7039;; --secondary-cta: #ffffff;; --accent: #a8d9be;; diff --git a/src/app/page.tsx b/src/app/page.tsx index c58427b..7b9ff47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,9 +58,10 @@ export default function LandingPage() { logoLineHeight={1.15} ariaLabel="Hero section: Discover the joy of cooking" className="py-16 md:py-24" - logoClassName="text-4xl md:text-7xl" - descriptionClassName="text-lg md:text-2xl" + logoClassName="text-4xl md:text-7xl text-white" + descriptionClassName="text-lg md:text-2xl text-white" buttonClassName="px-6 py-3 rounded-full" + containerClassName="bg-blue-900" />