diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f42107..c70187e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,6 +145,8 @@ export default function LandingPage() { 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" /> @@ -185,6 +187,8 @@ export default function LandingPage() { 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" /> @@ -207,6 +211,8 @@ export default function LandingPage() { titleClassName="text-4xl md:text-5xl font-bold text-white mb-4 text-center" descriptionClassName="text-gray-300 text-lg mb-12 text-center" logoTextClassName="text-gray-400 font-semibold text-sm md:text-base" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-white mb-4 text-center" + textBoxDescriptionClassName="text-gray-300 text-lg mb-12 text-center" />