Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-14 19:33:06 +00:00

View File

@@ -101,6 +101,7 @@ export default function LandingPage() {
containerClassName="py-24 md:py-32"
titleClassName="text-4xl md:text-6xl font-bold leading-tight"
descriptionClassName="text-lg text-opacity-75 max-w-3xl"
textBoxClassName=""
/>
</div>
@@ -113,7 +114,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
gridVariant="asymmetric-60-wide-40-narrow"
animationType="blur-reveal"
textboxLayout="default"
textboxLayout="split"
useInvertedBackground={false}
products={[
{
@@ -210,7 +211,7 @@ export default function LandingPage() {
tagIcon={Award}
tagAnimation="slide-up"
animationType="blur-reveal"
textboxLayout="default"
textboxLayout="centered"
useInvertedBackground={false}
metrics={[
{
@@ -230,7 +231,6 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" }
]}
buttonAnimation="slide-up"
textboxLayout="centered"
containerClassName="py-24 md:py-32"
textBoxTitleClassName="text-4xl md:text-6xl font-bold leading-tight"
textBoxDescriptionClassName="text-lg text-opacity-75 max-w-3xl"