From 078e5ccb8af642dba84549cf80f08bca667cc591 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:12:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8a4ccb..204a87c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,9 +196,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-8" + 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-8" cardClassName="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" cardTagClassName="inline-block px-3 py-1 rounded-full bg-[#004a93] text-[#cee7ff] text-xs font-semibold mb-4" cardQuoteClassName="text-lg text-[#e6f0ff] opacity-90 mb-6 italic" @@ -233,9 +233,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-8" + 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-8" cardClassName="group p-6 rounded-2xl bg-gradient-to-br from-[#152840] to-[#0e1a29] border border-[#3f5c79] overflow-hidden backdrop-blur-xl hover:border-[#cee7ff] transition-all duration-300 cursor-pointer" cardNameClassName="text-xl font-bold text-[#cee7ff] mt-4 group-hover:text-[#004a93] transition-colors" cardPriceClassName="text-[#e6f0ff] opacity-70 text-sm" @@ -263,9 +263,9 @@ export default function LandingPage() { showCard={true} className="py-16" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-3xl md:text-4xl font-bold text-[#cee7ff] mb-3" - descriptionClassName="text-[#e6f0ff] opacity-80 mb-6" - 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-8" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[#cee7ff] mb-3" + textBoxDescriptionClassName="text-[#e6f0ff] opacity-80 mb-6" + 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-8" logoItemClassName="flex items-center justify-center px-6 py-4 rounded-lg bg-gradient-to-br from-[#152840] to-[#0e1a29] border border-[#3f5c79] backdrop-blur-xl" logoTextClassName="text-[#cee7ff] font-semibold text-sm opacity-80" /> -- 2.49.1