From 0546f57ca60e410a5a036fff36d85899a1397e59 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:49:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 92fc63a..154e4fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,8 +116,8 @@ export default function LandingPage() { }, ]} containerClassName="mx-auto max-w-7xl px-4 py-16" - titleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]" - descriptionClassName="text-gray-400 mt-4 text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]" + textBoxDescriptionClassName="text-gray-400 mt-4 text-lg" cardClassName="bg-gradient-to-br from-gray-900 to-black border border-orange-500/20 rounded-xl overflow-hidden hover:border-orange-500/60 transition-all duration-300 hover:shadow-[0_0_20px_rgba(255,102,0,0.3)] group" imageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300" cardBrandClassName="text-xs text-orange-400 uppercase tracking-wider mt-4" @@ -195,8 +195,8 @@ export default function LandingPage() { }, ]} containerClassName="mx-auto max-w-7xl px-4 py-16" - titleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]" - descriptionClassName="text-gray-400 mt-4 text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]" + textBoxDescriptionClassName="text-gray-400 mt-4 text-lg" featureTitleClassName="text-2xl md:text-3xl font-bold text-white" featureDescriptionClassName="text-gray-400 mt-3" itemClassName="flex items-center gap-2" @@ -227,8 +227,8 @@ export default function LandingPage() { }, ]} containerClassName="mx-auto max-w-7xl px-4 py-16" - titleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]" - descriptionClassName="text-gray-400 mt-4 text-lg" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]" + textBoxDescriptionClassName="text-gray-400 mt-4 text-lg" quoteCardClassName="bg-gradient-to-br from-gray-900 to-black border border-orange-500/20 rounded-xl p-6 hover:border-orange-500/60 transition-all duration-300" testimonialTitleClassName="text-xl font-bold text-orange-400" quoteClassName="text-gray-300 mt-4 text-lg italic" -- 2.49.1