Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user