From 7c226408f0672b2f14ebbc3286c919ac53e95ab0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:18:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1476211..e6e33a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,8 +106,8 @@ export default function LandingPage() { buttonAnimation="blur-reveal" containerClassName="py-20" cardClassName="rounded-2xl overflow-hidden" - textBoxDescriptionClassName="text-lg max-w-2xl" textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg max-w-2xl" /> @@ -148,8 +148,8 @@ export default function LandingPage() { ]} buttonAnimation="opacity" containerClassName="py-20" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg max-w-2xl" /> -- 2.49.1