From 56698d026f6a8a8c3d723974e723be0467c5cf3d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:03:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b82899e..44d1c93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,6 +117,8 @@ export default function VaroujLanding() { cardClassName="bg-gradient-to-br from-emerald-900 to-emerald-950 p-6 rounded-lg border border-emerald-700" cardTitleClassName="text-xl font-bold text-white mb-2" cardDescriptionClassName="text-gray-200 text-sm" + textBoxTitleClassName="text-3xl font-bold text-white mb-4" + textBoxDescriptionClassName="text-gray-300 mb-12" /> @@ -155,6 +157,8 @@ export default function VaroujLanding() { iconClassName="text-emerald-400 text-3xl" valueClassName="text-2xl font-bold text-white" metricTitleClassName="text-gray-200 mt-3" + textBoxTitleClassName="text-3xl font-bold text-white mb-4" + textBoxDescriptionClassName="text-gray-300 mb-12" /> @@ -195,6 +199,8 @@ export default function VaroujLanding() { nameClassName="font-bold text-white text-lg" roleClassName="text-emerald-300 text-sm" testimonialClassName="text-gray-200 text-base italic mt-4" + textBoxTitleClassName="text-3xl font-bold text-white mb-4" + textBoxDescriptionClassName="text-gray-300 mb-12" /> -- 2.49.1