From b525b873d67b57c7a8d1cfb0ce7cfd794c280b4d Mon Sep 17 00:00:00 2001 From: development Date: Fri, 19 Dec 2025 23:14:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a249d32..13975e4 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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -127,8 +127,8 @@ export default function LuxeHavenPage() { animationType="blur-reveal" textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg opacity-90 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-90 mb-8" /> @@ -176,8 +176,8 @@ export default function LuxeHavenPage() { containerStyle="default" textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg opacity-90 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-90 mb-8" /> @@ -247,8 +247,8 @@ export default function LuxeHavenPage() { containerStyle="default" textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg opacity-90 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-90 mb-8" /> @@ -282,8 +282,8 @@ export default function LuxeHavenPage() { variant="border" textboxLayout="default" useInvertedBackground="noInvert" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg opacity-90 mb-8" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-90 mb-8" metricValueClassName="text-6xl md:text-7xl font-bold" />