From b323338d09a2484b8107ead997723f67989b76fb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 18:55:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f51f7c4..db1b20c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,8 +146,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-4 py-20" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl" /> @@ -176,8 +176,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-4 py-20" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl" /> @@ -215,12 +215,11 @@ export default function LandingPage() { } ]} containerClassName="max-w-4xl mx-auto px-4 py-20" - titleClassName="text-4xl font-bold text-center mb-4" - descriptionClassName="text-lg text-gray-700 text-center mb-12" + textBoxTitleClassName="text-4xl font-bold text-center mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 text-center mb-12" faqsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8" accordionClassName="border border-gray-200 rounded-lg p-4 hover:shadow-md transition-shadow" accordionTitleClassName="font-semibold text-gray-900 cursor-pointer flex justify-between items-center" - accordionContentClassName="text-gray-700 mt-4 text-sm leading-relaxed" /> -- 2.49.1