2 Commits

Author SHA1 Message Date
57f4222336 Update src/app/page.tsx 2026-01-17 17:13:09 +00:00
6bf6fe29a1 Update src/app/globals.css 2026-01-17 17:13:08 +00:00
2 changed files with 15 additions and 13 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #faf8f5;; /* --background: #f5ede5;;
--card: #f3ede5;; --card: #efe7dd;;
--foreground: #3a3228;; --foreground: #4a3828;;
--primary-cta: #6b8e7e;; --primary-cta: #8b6f47;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a89888;; --accent: #c4a882;;
--background-accent: #d4c4b0;; */ --background-accent: #d9c9b5;; */
--background: #faf8f5;; --background: #f5ede5;;
--card: #f3ede5;; --card: #efe7dd;;
--foreground: #3a3228;; --foreground: #4a3828;;
--primary-cta: #6b8e7e;; --primary-cta: #8b6f47;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a89888;; --accent: #c4a882;;
--background-accent: #d4c4b0;; --background-accent: #d9c9b5;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -71,6 +71,8 @@ export default function WellnessLoungePage() {
]} ]}
autoPlay={true} autoPlay={true}
autoPlayInterval={4000} autoPlayInterval={4000}
containerClassName="w-full"
titleClassName="text-8xl md:text-9xl font-bold"
ariaLabel="Wellness Lounge hero section with spa imagery carousel" ariaLabel="Wellness Lounge hero section with spa imagery carousel"
/> />
</div> </div>