Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 17:41:47 +00:00

View File

@@ -94,7 +94,6 @@ export default function LandingPage() {
}
]}
containerClassName="px-6 py-16"
descriptionClassName="text-xl text-gray-400 mb-12"
cardClassName="group relative bg-white/5 backdrop-blur-md border border-yellow-500/20 rounded-lg p-8 hover:border-red-500/40 transition-all duration-300 hover:shadow-lg hover:shadow-red-500/20"
cardTitleClassName="text-xl font-bold text-yellow-300 mb-3 group-hover:text-red-400 transition-colors"
cardDescriptionClassName="text-gray-300 text-sm leading-relaxed"
@@ -125,7 +124,6 @@ export default function LandingPage() {
}
]}
containerClassName="px-6 py-16 bg-gradient-to-b from-red-950/10 to-black/50"
descriptionClassName="text-xl text-gray-300 mb-12"
cardNameClassName="text-lg font-bold text-yellow-300"
cardPriceClassName="text-red-400 font-semibold"
cardVariantClassName="text-sm text-gray-400"
@@ -148,7 +146,6 @@ export default function LandingPage() {
speed={40}
showCard={true}
containerClassName="px-6 py-16"
descriptionClassName="text-lg text-gray-400 mb-12"
logoTextClassName="text-gray-400 font-semibold"
/>
</div>