diff --git a/src/app/page.tsx b/src/app/page.tsx index a48d1e6..c70187e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,6 +146,7 @@ export default function LandingPage() { 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" /> @@ -187,6 +188,7 @@ export default function LandingPage() { 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" /> @@ -210,6 +212,7 @@ export default function LandingPage() { 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" />