From f093f447209e00d63a85a6da5cbca5a19323644e Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 17:21:07 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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); From 05d1054e3ba8a911c09c083943b01a659365b520 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 17:21:07 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} From 1dfcc096ac12233d0ab48de9ffffa0660645634c Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 17:21:08 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +}