From 6bf6fe29a1a23dd80ca3d05ed5da077ae0589561 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 17:13:08 +0000 Subject: [PATCH 1/2] Update src/app/globals.css --- src/app/globals.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index c73e844..6ae2311 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf8f5;; - --card: #f3ede5;; - --foreground: #3a3228;; - --primary-cta: #6b8e7e;; + /* --background: #f5ede5;; + --card: #efe7dd;; + --foreground: #4a3828;; + --primary-cta: #8b6f47;; --secondary-cta: #ffffff;; - --accent: #a89888;; - --background-accent: #d4c4b0;; */ + --accent: #c4a882;; + --background-accent: #d9c9b5;; */ - --background: #faf8f5;; - --card: #f3ede5;; - --foreground: #3a3228;; - --primary-cta: #6b8e7e;; + --background: #f5ede5;; + --card: #efe7dd;; + --foreground: #4a3828;; + --primary-cta: #8b6f47;; --secondary-cta: #ffffff;; - --accent: #a89888;; - --background-accent: #d4c4b0;; + --accent: #c4a882;; + --background-accent: #d9c9b5;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 57f422233622e5c42e59c7c438ee9d9cbaf44953 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 17 Jan 2026 17:13:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 329e19c..d5e90e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -71,6 +71,8 @@ export default function WellnessLoungePage() { ]} autoPlay={true} autoPlayInterval={4000} + containerClassName="w-full" + titleClassName="text-8xl md:text-9xl font-bold" ariaLabel="Wellness Lounge hero section with spa imagery carousel" /> -- 2.49.1