Merge version_2 into main #10

Merged
bender merged 1 commits from version_2 into main 2026-03-11 11:47:01 +00:00

View File

@@ -101,10 +101,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="slide-up"
mediaAnimation="slide-up"
className="py-20 md:py-32"
titleClassName="text-5xl md:text-6xl font-light leading-tight"
descriptionClassName="text-lg text-foreground/70"
textBoxTitleClassName="text-5xl md:text-6xl font-light leading-tight"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -180,8 +179,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
className="py-20 md:py-32"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-foreground/70"
textBoxTitleClassName="text-5xl md:text-6xl font-light"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>
@@ -207,8 +206,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
className="py-20 md:py-32"
titleClassName="text-5xl md:text-6xl font-light"
descriptionClassName="text-lg text-foreground/70"
textBoxTitleClassName="text-5xl md:text-6xl font-light"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>