Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-14 07:16:28 +00:00

View File

@@ -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"