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" />