From d8a2635b40da604f774945d650cef8210654db84 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:30:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8a3819..45b63ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,9 +107,9 @@ export default function LandingPage() { useInvertedBackground={false} className="py-16 md:py-24 relative" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" - descriptionClassName="text-lg text-[#b8e6d9] mt-4 max-w-2xl" - tagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" + textBoxDescriptionClassName="text-lg text-[#b8e6d9] mt-4 max-w-2xl" + textBoxTagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" cardClassName="group bg-gradient-to-br from-[#0f1a16] to-[#0a0f0d] border border-[#00ff88]/20 hover:border-[#00ff88]/50 rounded-xl p-6 transition-all duration-300 hover:shadow-[0_0_30px_rgba(0,255,136,0.2)]" cardTitleClassName="text-xl font-bold text-[#e8f5f1] group-hover:text-[#00ff88] transition-colors" cardDescriptionClassName="text-[#b8e6d9] mt-3" @@ -140,9 +140,9 @@ export default function LandingPage() { useInvertedBackground={false} className="py-16 md:py-24 relative" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" - descriptionClassName="text-lg text-[#b8e6d9] mt-4 max-w-3xl" - tagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" + textBoxDescriptionClassName="text-lg text-[#b8e6d9] mt-4 max-w-3xl" + textBoxTagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" cardClassName="group bg-gradient-to-br from-[#0f1a16] to-[#0a0f0d] border border-[#00e0ff]/20 hover:border-[#00e0ff]/50 rounded-xl p-6 transition-all duration-300 hover:shadow-[0_0_30px_rgba(0,224,255,0.2)]" cardTitleClassName="text-xl font-bold text-[#e8f5f1] group-hover:text-[#00e0ff] transition-colors" cardDescriptionClassName="text-[#b8e6d9] mt-3" @@ -180,9 +180,9 @@ export default function LandingPage() { useInvertedBackground={false} className="py-16 md:py-24 relative" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" - descriptionClassName="text-lg text-[#b8e6d9] mt-4 max-w-2xl" - tagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" + textBoxDescriptionClassName="text-lg text-[#b8e6d9] mt-4 max-w-2xl" + textBoxTagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" cardClassName="group relative h-96 md:h-[450px] overflow-hidden rounded-xl border border-[#00ff88]/20 hover:border-[#00ff88]/50 transition-all duration-300 hover:shadow-[0_0_40px_rgba(0,255,136,0.25)]" overlayClassName="absolute bottom-0 left-0 right-0 bg-gradient-to-t from-[#000a06] via-[#000a06]/80 to-transparent p-6" nameClassName="text-white font-bold text-lg" @@ -224,9 +224,9 @@ export default function LandingPage() { useInvertedBackground={false} className="py-16 md:py-24 relative" containerClassName="max-w-4xl mx-auto px-4" - titleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" - descriptionClassName="text-lg text-[#b8e6d9] mt-4" - tagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[#e8f5f1]" + textBoxDescriptionClassName="text-lg text-[#b8e6d9] mt-4" + textBoxTagClassName="text-[#00ff88] border border-[#00ff88]/30 rounded-full px-4 py-1 inline-block text-sm font-medium mb-4" accordionClassName="space-y-4 mt-8" accordionTitleClassName="text-[#e8f5f1] font-semibold" accordionContentClassName="text-[#b8e6d9] leading-relaxed" -- 2.49.1