From 426f68ca18e9fc4fa0c72c48586ca8fde876089a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 17:52:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c543ea..5cbe45c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,6 +149,8 @@ export default function LandingPage() { cardDescriptionClassName="text-gray-600 mt-3" tagsContainerClassName="flex flex-wrap gap-2 mt-4" tagClassName="px-3 py-1 bg-blue-50 text-accent rounded-full text-sm font-medium" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" /> @@ -191,6 +193,8 @@ export default function LandingPage() { featureItemClassName="flex items-center gap-3 text-gray-700" planButtonClassName="w-full px-6 py-3 rounded-full font-semibold text-center transition-all duration-300" planButtonContainerClassName="flex flex-col gap-3" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" /> @@ -208,8 +212,6 @@ export default function LandingPage() { speed={40} ariaLabel="Social proof section" containerClassName="max-w-7xl mx-auto py-20" - textboxLayout="default" - useInvertedBackground={false} /> @@ -255,6 +257,8 @@ export default function LandingPage() { roleClassName="text-accent text-sm font-semibold" testimonialClassName="text-gray-700 mt-4 line-clamp-4" iconClassName="text-accent w-5 h-5 mt-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12" /> @@ -299,6 +303,8 @@ export default function LandingPage() { accordionTitleClassName="font-semibold text-lg px-6 py-4 flex items-center justify-between cursor-pointer hover:bg-gray-50 transition-colors" accordionContentClassName="px-6 py-4 bg-gray-50 text-gray-700" separatorClassName="border-t border-gray-200" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12" /> -- 2.49.1