From f9d5c7013a1a5fabde3766b3003bf3903b2fff31 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:16:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 204a87c..604f394 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,9 +137,9 @@ export default function LandingPage() { useInvertedBackground={false} className="py-20" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl md:text-5xl font-bold text-[#cee7ff] mb-6" - descriptionClassName="text-lg text-[#e6f0ff] opacity-90 mb-8 max-w-2xl" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-[#152840] border border-[#3f5c79] text-[#cee7ff] text-sm font-medium mb-6" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[#cee7ff] mb-6" + textBoxDescriptionClassName="text-lg text-[#e6f0ff] opacity-90 mb-8 max-w-2xl" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-[#152840] border border-[#3f5c79] text-[#cee7ff] text-sm font-medium mb-6" cardClassName="group p-8 rounded-2xl bg-gradient-to-br from-[#152840] to-[#0e1a29] border border-[#3f5c79] backdrop-blur-xl hover:border-[#cee7ff] transition-all duration-300 cursor-pointer" cardTitleClassName="text-2xl font-bold text-[#cee7ff] mb-4 group-hover:text-[#004a93] transition-colors" cardDescriptionClassName="text-[#e6f0ff] opacity-80 mb-6 group-hover:opacity-100 transition-opacity" -- 2.49.1