From 15c389c753c4ca4d09bddd19920f642a8cd39350 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:52:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0c3873..e4195a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,8 +80,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} className="w-full" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg" + textBoxTitleClassName="text-4xl font-extrabold" + textBoxDescriptionClassName="text-lg" /> @@ -151,8 +151,8 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" className="w-full" - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg" /> @@ -189,8 +189,8 @@ export default function LandingPage() { } ]} className="w-full" - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg" /> @@ -225,8 +225,8 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" className="w-full" - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg" /> @@ -259,8 +259,8 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" className="w-full" - titleClassName="text-4xl md:text-5xl font-extrabold" - descriptionClassName="text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold" + textBoxDescriptionClassName="text-lg" /> -- 2.49.1