Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -127,8 +127,8 @@ export default function LuxeHavenPage() {
|
|||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||||
descriptionClassName="text-lg opacity-90 mb-8"
|
textBoxDescriptionClassName="text-lg opacity-90 mb-8"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -176,8 +176,8 @@ export default function LuxeHavenPage() {
|
|||||||
containerStyle="default"
|
containerStyle="default"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||||
descriptionClassName="text-lg opacity-90 mb-8"
|
textBoxDescriptionClassName="text-lg opacity-90 mb-8"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -247,8 +247,8 @@ export default function LuxeHavenPage() {
|
|||||||
containerStyle="default"
|
containerStyle="default"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||||
descriptionClassName="text-lg opacity-90 mb-8"
|
textBoxDescriptionClassName="text-lg opacity-90 mb-8"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -282,8 +282,8 @@ export default function LuxeHavenPage() {
|
|||||||
variant="border"
|
variant="border"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
titleClassName="text-4xl md:text-5xl font-bold mb-4"
|
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
|
||||||
descriptionClassName="text-lg opacity-90 mb-8"
|
textBoxDescriptionClassName="text-lg opacity-90 mb-8"
|
||||||
metricValueClassName="text-6xl md:text-7xl font-bold"
|
metricValueClassName="text-6xl md:text-7xl font-bold"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user