From 6587ba634dd356dff64d25705bff57c21db5a5ce Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:42:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c709b..41c78be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -137,6 +139,9 @@ export default function LandingPage() { cardClassName="p-8 rounded-2xl backdrop-blur-sm border border-purple-500/30" priceClassName="text-3xl font-bold text-white" featureItemClassName="flex items-center gap-2 text-gray-300" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-gray-300 text-lg" + subtitleClassName="text-lg text-gray-400" /> @@ -219,6 +224,9 @@ export default function LandingPage() { nameClassName="font-semibold text-white" roleClassName="text-sm text-purple-300" ratingClassName="flex gap-1 text-purple-400" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-gray-300 text-lg" + companyClassName="text-sm text-gray-400" /> @@ -259,6 +267,8 @@ export default function LandingPage() { faqsContainerClassName="grid md:grid-cols-2 gap-6 mt-10" accordionClassName="p-4 rounded-xl backdrop-blur-sm border border-purple-500/20" accordionTitleClassName="font-semibold text-white" + textBoxTitleClassName="text-3xl md:text-4xl font-bold" + textBoxDescriptionClassName="text-gray-300 text-lg" /> -- 2.49.1