From f00e3b4e2acd3a43b4470aac8e96bd05be3a0e7c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:37:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d73cdb5..2285b56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "Ver Todas", href: "#schedule-section" }]} buttonAnimation="none" - descriptionClassName="text-lg text-gray-700 mb-12" + cardDescriptionClassName="text-lg text-gray-700 mb-12" cardClassName="p-8 border-2 border-black rounded-3xl bg-white hover:shadow-lg transition-all" cardTitleClassName="text-2xl font-bold text-black mb-4" /> @@ -198,6 +198,8 @@ export default function LandingPage() { roleClassName="text-gray-700" companyClassName="text-sm text-gray-600" ratingClassName="flex gap-1 text-yellow-400 mt-2" + textBoxTitleClassName="text-5xl font-bold text-white mb-6" + textBoxDescriptionClassName="text-xl text-gray-200 mb-12" /> @@ -238,6 +240,8 @@ export default function LandingPage() { accordionClassName="border-b-2 border-black" accordionTitleClassName="py-6 font-bold text-black text-lg" accordionContentClassName="pb-6 text-gray-700 leading-relaxed" + textBoxTitleClassName="text-5xl font-bold text-black mb-6" + textBoxDescriptionClassName="text-lg text-gray-700 mb-12" /> -- 2.49.1