Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
||||
@@ -93,8 +93,6 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="noInvert"
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -150,8 +148,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -216,8 +214,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -265,8 +263,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20"
|
||||
titleClassName="text-5xl md:text-5xl font-light"
|
||||
descriptionClassName="text-lg font-light"
|
||||
textBoxTitleClassName="text-5xl md:text-5xl font-light"
|
||||
textBoxDescriptionClassName="text-lg font-light"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user