From a9005ec194ebc34e2b858fcf53092265dce598c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:46:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3976af..987a2d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> -- 2.49.1