diff --git a/src/app/globals.css b/src/app/globals.css index 8c15cad..73c0a93 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #ffffff;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --card: #fcfcfc;; + --foreground: #000000e6;; + --primary-cta: #1a1a1a;; + --secondary-cta: #f9f9f9;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2021f0c..6f0d406 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a881d0..501f13c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767719391860-9kxqnvrk.jpg" imageAlt="Premium wellness setting" - showDimOverlay={true} + showDimOverlay={false} logoLineHeight={1.15} ariaLabel="Pleasure Co. premium wellness hero section" /> @@ -61,7 +61,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +}