Merge version_1 into main #6

Merged
bender merged 4 commits from version_1 into main 2026-03-14 09:02:30 +00:00
4 changed files with 12 additions and 2 deletions

View File

@@ -161,7 +161,6 @@ export default function AboutPage() {
cardClassName="bg-[#1a1f3a]/60 backdrop-blur-md border border-[#d4af37]/20 rounded-2xl p-8 hover:border-[#d4af37]/60 transition-all duration-300 hover:shadow-lg hover:shadow-[#d4af37]/20"
cardTitleClassName="text-xl font-bold text-white mb-3"
cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light"
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-[#d4af37]/20 border border-[#d4af37] rounded-full text-[#d4af37] mb-6 backdrop-blur-sm"
/>
</div>
@@ -232,6 +231,8 @@ export default function AboutPage() {
testimonialClassName="text-gray-200 italic font-light leading-relaxed mb-6"
nameClassName="text-white font-bold text-lg"
roleClassName="text-gray-400 text-sm font-light"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white text-center mb-4"
textBoxDescriptionClassName="text-gray-300 text-lg text-center mb-16 max-w-2xl mx-auto"
/>
</div>

View File

@@ -148,6 +148,8 @@ export default function BlogPage() {
authorContainerClassName="flex items-center gap-3 py-3 border-t border-[#d4af37]/10"
authorAvatarClassName="w-10 h-10 rounded-full border border-[#d4af37]/30"
authorNameClassName="text-white font-semibold text-sm"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4"
textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl"
dateClassName="text-gray-500 text-xs ml-auto"
/>
</div>

View File

@@ -218,7 +218,6 @@ export default function HomePage() {
cardClassName="bg-[#1a1f3a]/60 backdrop-blur-md border border-[#d4af37]/20 rounded-2xl p-8 hover:border-[#d4af37]/60 transition-all duration-300 hover:shadow-lg hover:shadow-[#d4af37]/20"
cardTitleClassName="text-xl font-bold text-white mb-3"
cardDescriptionClassName="text-gray-300 text-sm leading-relaxed mb-4 font-light"
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-[#d4af37]/20 border border-[#d4af37] rounded-full text-[#d4af37] mb-6 backdrop-blur-sm"
/>
</div>
@@ -294,6 +293,8 @@ export default function HomePage() {
imageClassName="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500"
cardNameClassName="text-white font-bold text-lg"
cardPriceClassName="text-[#d4af37] font-semibold"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4"
textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl"
cardVariantClassName="text-gray-400 text-sm font-light"
/>
</div>
@@ -377,6 +378,8 @@ export default function HomePage() {
authorContainerClassName="flex items-center gap-3 py-3 border-t border-[#d4af37]/10"
authorAvatarClassName="w-10 h-10 rounded-full border border-[#d4af37]/30"
authorNameClassName="text-white font-semibold text-sm"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4"
textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl"
dateClassName="text-gray-500 text-xs ml-auto"
/>
</div>
@@ -460,6 +463,8 @@ export default function HomePage() {
cardClassName="bg-[#1a1f3a]/60 backdrop-blur-md border border-[#d4af37]/20 rounded-2xl p-8 hover:border-[#d4af37]/60 transition-all duration-300 hover:shadow-lg hover:shadow-[#d4af37]/20"
testimonialClassName="text-gray-200 italic font-light leading-relaxed mb-6"
nameClassName="text-white font-bold text-lg"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white text-center mb-4"
textBoxDescriptionClassName="text-gray-300 text-lg text-center mb-16 max-w-2xl mx-auto"
roleClassName="text-gray-400 text-sm font-light"
/>
</div>

View File

@@ -146,6 +146,8 @@ export default function PortfolioPage() {
cardClassName="relative bg-gradient-to-br from-[#1a1f3a] to-[#2e004f] backdrop-blur-md border border-[#d4af37]/20 rounded-2xl overflow-hidden group hover:border-[#d4af37]/60 transition-all duration-300 hover:shadow-lg hover:shadow-[#d4af37]/20"
imageClassName="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500"
cardNameClassName="text-white font-bold text-lg"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4"
textBoxDescriptionClassName="text-gray-300 text-lg mb-16 max-w-2xl"
cardPriceClassName="text-[#d4af37] font-semibold"
cardVariantClassName="text-gray-400 text-sm font-light"
/>