diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bd59bc3..0ae362e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> @@ -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" /> diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index ae8d4dd..738f16d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 7aecde7..9488b38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" /> diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index dc1af71..21e507a 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -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" />