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