diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d9e11c..783d926 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,14 +139,12 @@ export default function LandingPage() { ]} ariaLabel="Skills and technologies section" containerClassName="max-w-6xl mx-auto px-6 py-20" - titleClassName="text-4xl md:text-5xl font-bold text-white mb-4" - descriptionClassName="text-gray-300 text-lg mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4" + textBoxDescriptionClassName="text-gray-300 text-lg mb-12" cardClassName="bg-gradient-to-br from-gray-800 to-gray-900 rounded-xl overflow-hidden border border-gray-700 hover:border-orange-500 transition-all" cardTitleClassName="text-2xl font-bold text-white mb-3" cardDescriptionClassName="text-gray-400 text-base leading-relaxed" imageClassName="w-full h-64 object-cover" - textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4" - textBoxDescriptionClassName="text-gray-300 text-lg mb-12" tagClassName="inline-block px-4 py-2 rounded-full bg-orange-500/10 text-orange-400 text-sm font-medium mb-4" /> @@ -182,14 +180,12 @@ export default function LandingPage() { carouselMode="buttons" ariaLabel="Projects showcase section" containerClassName="max-w-6xl mx-auto px-6 py-20" - titleClassName="text-4xl md:text-5xl font-bold text-white mb-4" - descriptionClassName="text-gray-300 text-lg mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4" + textBoxDescriptionClassName="text-gray-300 text-lg mb-12" cardClassName="bg-gradient-to-br from-gray-800 to-gray-900 rounded-xl overflow-hidden border border-gray-700 hover:border-orange-500 transition-all cursor-pointer group" cardNameClassName="text-xl font-bold text-white group-hover:text-orange-400 transition-colors" imageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6" - textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4" - textBoxDescriptionClassName="text-gray-300 text-lg mb-12" tagClassName="inline-block px-4 py-2 rounded-full bg-orange-500/10 text-orange-400 text-sm font-medium mb-4" />