From e0145f2e929a8e86c00036b37149d7dba0a19d4b Mon Sep 17 00:00:00 2001 From: development Date: Sat, 20 Dec 2025 15:09:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c95f44..cfe1a7c 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'; @@ -14,7 +14,7 @@ import { Sparkles, Building2, Award, Home, Gem, Heart, Phone, Facebook, Instagra export default function LandingPage() { return ( @@ -173,8 +172,8 @@ export default function LandingPage() { }} animationType="slide-up" className="py-20" - titleClassName="text-4xl font-extrabold text-foreground" - descriptionClassName="text-lg text-foreground/75" + textBoxTitleClassName="text-4xl font-extrabold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/75" /> @@ -229,8 +228,8 @@ export default function LandingPage() { containerStyle="default" carouselMode="buttons" className="py-20" - titleClassName="text-4xl font-extrabold text-foreground" - descriptionClassName="text-lg text-foreground/75" + textBoxTitleClassName="text-4xl font-extrabold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/75" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" />