From 6a62d6addc6d7fddc5ba13ad20fceed5af4ba486 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:54:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e8099e..aceae06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,8 +128,8 @@ export default function LandingPage() { useInvertedBackground={true} className="py-20" containerClassName="max-w-7xl mx-auto px-4" - textBoxTitleClassName="text-4xl font-bold" - textBoxDescriptionClassName="text-lg text-gray-700 mt-4" + titleClassName="text-4xl font-bold" + descriptionClassName="text-lg text-gray-700 mt-4" /> @@ -221,8 +221,8 @@ export default function LandingPage() { carouselMode="buttons" className="py-20" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg text-gray-700 mt-4" + textBoxTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg text-gray-700 mt-4" /> -- 2.49.1