Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-03-14 15:15:09 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ export default function HomePage() {
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
cardClassName="bg-gradient-to-br from-orange-500/10 to-blue-500/10 border border-orange-500/30 rounded-xl p-6 hover:border-orange-500/60 transition-all duration-300"
imageClassName="w-full h-64 object-cover rounded-lg mb-4"
cardBrandClassName="text-sm text-orange-400"
cardNameClassName="text-xl font-semibold text-white mt-4"
cardPriceClassName="text-2xl font-bold text-orange-400 mt-2"
cardRatingClassName="text-yellow-400 mt-2 flex items-center gap-1"

View File

@@ -163,6 +163,7 @@ export default function PricingPage() {
textBoxDescriptionClassName="text-gray-300 text-lg max-w-2xl mx-auto"
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
cardClassName="bg-gradient-to-br from-orange-500/10 to-blue-500/10 border border-orange-500/30 p-8 rounded-xl hover:border-orange-500/60 hover:shadow-2xl transition-all duration-300"
cardContentClassName=""
planTagClassName="text-orange-400 font-bold text-sm mb-3"
planPriceClassName="text-4xl font-bold text-white mb-2"
planPeriodClassName="text-gray-400 text-sm mb-4"