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" />