Update src/app/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="sharp"
|
||||
contentWidth="small"
|
||||
@@ -91,7 +91,6 @@ export default function LandingPage() {
|
||||
imagePosition="right"
|
||||
useInvertedBackground="noInvert"
|
||||
className="py-20"
|
||||
titleClassName="text-4xl font-extrabold text-foreground"
|
||||
contentTitleClassName="text-3xl font-extrabold text-foreground"
|
||||
contentDescriptionClassName="text-base text-foreground/75"
|
||||
contentButtonClassName="px-6 py-2 rounded-sharp"
|
||||
@@ -134,8 +133,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"
|
||||
cardNameClassName="text-2xl font-bold text-white"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user