From 3c731b39cec27673529c9887595da67ebe301725 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:07:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44d1c93..889fb49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,9 +112,6 @@ export default function VaroujLanding() { textboxLayout="default" useInvertedBackground={true} containerClassName="py-20" - titleClassName="text-3xl font-bold text-white mb-4" - descriptionClassName="text-gray-300 mb-12" - 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" @@ -151,8 +148,6 @@ export default function VaroujLanding() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-16" - titleClassName="text-3xl font-bold text-white mb-4" - descriptionClassName="text-gray-300 mb-12" cardClassName="bg-emerald-900 bg-opacity-50 p-8 rounded-lg border border-emerald-700" iconClassName="text-emerald-400 text-3xl" valueClassName="text-2xl font-bold text-white" @@ -193,8 +188,6 @@ export default function VaroujLanding() { textboxLayout="default" useInvertedBackground={true} containerClassName="py-20" - titleClassName="text-3xl font-bold text-white mb-4" - descriptionClassName="text-gray-300 mb-12" cardClassName="bg-gradient-to-br from-emerald-900 to-emerald-950 p-6 rounded-lg border border-emerald-700" nameClassName="font-bold text-white text-lg" roleClassName="text-emerald-300 text-sm" -- 2.49.1