Update src/app/page.tsx

This commit is contained in:
2026-01-17 17:13:09 +00:00
parent 6bf6fe29a1
commit 57f4222336

View File

@@ -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"
/>
</div>