Update src/app/page.tsx

This commit is contained in:
2025-12-20 15:09:10 +00:00
parent 7eb3e8f5f8
commit e0145f2e92

View File

@@ -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';
@@ -14,7 +14,7 @@ import { Sparkles, Building2, Award, Home, Gem, Heart, Phone, Facebook, Instagra
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-shift" defaultButtonVariant="text-stagger"
defaultTextAnimation="background-highlight" defaultTextAnimation="background-highlight"
borderRadius="sharp" borderRadius="sharp"
contentWidth="small" contentWidth="small"
@@ -91,7 +91,6 @@ export default function LandingPage() {
imagePosition="right" imagePosition="right"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
className="py-20" className="py-20"
titleClassName="text-4xl font-extrabold text-foreground"
contentTitleClassName="text-3xl font-extrabold text-foreground" contentTitleClassName="text-3xl font-extrabold text-foreground"
contentDescriptionClassName="text-base text-foreground/75" contentDescriptionClassName="text-base text-foreground/75"
contentButtonClassName="px-6 py-2 rounded-sharp" contentButtonClassName="px-6 py-2 rounded-sharp"
@@ -134,8 +133,8 @@ export default function LandingPage() {
containerStyle="default" containerStyle="default"
carouselMode="buttons" carouselMode="buttons"
className="py-20" className="py-20"
titleClassName="text-4xl font-extrabold text-foreground" textBoxTitleClassName="text-4xl font-extrabold text-foreground"
descriptionClassName="text-lg text-foreground/75" textBoxDescriptionClassName="text-lg text-foreground/75"
cardNameClassName="text-2xl font-bold text-white" cardNameClassName="text-2xl font-bold text-white"
/> />
</div> </div>
@@ -173,8 +172,8 @@ export default function LandingPage() {
}} }}
animationType="slide-up" animationType="slide-up"
className="py-20" className="py-20"
titleClassName="text-4xl font-extrabold text-foreground" textBoxTitleClassName="text-4xl font-extrabold text-foreground"
descriptionClassName="text-lg text-foreground/75" textBoxDescriptionClassName="text-lg text-foreground/75"
/> />
</div> </div>
@@ -229,8 +228,8 @@ export default function LandingPage() {
containerStyle="default" containerStyle="default"
carouselMode="buttons" carouselMode="buttons"
className="py-20" className="py-20"
titleClassName="text-4xl font-extrabold text-foreground" textBoxTitleClassName="text-4xl font-extrabold text-foreground"
descriptionClassName="text-lg text-foreground/75" textBoxDescriptionClassName="text-lg text-foreground/75"
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105" uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
/> />
</div> </div>