Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-08 12:49:32 +00:00

View File

@@ -116,8 +116,8 @@ export default function LandingPage() {
},
]}
containerClassName="mx-auto max-w-7xl px-4 py-16"
titleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]"
descriptionClassName="text-gray-400 mt-4 text-lg"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]"
textBoxDescriptionClassName="text-gray-400 mt-4 text-lg"
cardClassName="bg-gradient-to-br from-gray-900 to-black border border-orange-500/20 rounded-xl overflow-hidden hover:border-orange-500/60 transition-all duration-300 hover:shadow-[0_0_20px_rgba(255,102,0,0.3)] group"
imageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300"
cardBrandClassName="text-xs text-orange-400 uppercase tracking-wider mt-4"
@@ -195,8 +195,8 @@ export default function LandingPage() {
},
]}
containerClassName="mx-auto max-w-7xl px-4 py-16"
titleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]"
descriptionClassName="text-gray-400 mt-4 text-lg"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]"
textBoxDescriptionClassName="text-gray-400 mt-4 text-lg"
featureTitleClassName="text-2xl md:text-3xl font-bold text-white"
featureDescriptionClassName="text-gray-400 mt-3"
itemClassName="flex items-center gap-2"
@@ -227,8 +227,8 @@ export default function LandingPage() {
},
]}
containerClassName="mx-auto max-w-7xl px-4 py-16"
titleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]"
descriptionClassName="text-gray-400 mt-4 text-lg"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white drop-shadow-[0_0_15px_rgba(255,102,0,0.4)]"
textBoxDescriptionClassName="text-gray-400 mt-4 text-lg"
quoteCardClassName="bg-gradient-to-br from-gray-900 to-black border border-orange-500/20 rounded-xl p-6 hover:border-orange-500/60 transition-all duration-300"
testimonialTitleClassName="text-xl font-bold text-orange-400"
quoteClassName="text-gray-300 mt-4 text-lg italic"