diff --git a/src/app/page.tsx b/src/app/page.tsx index fcd60e0..5a50a40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,9 +95,6 @@ export default function LandingPage() { ]} className="py-16" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-orange-700 mb-4" - descriptionClassName="text-lg text-gray-700 mb-12" - cardClassName="bg-white p-6 rounded-lg shadow-lg hover:shadow-xl transition-shadow" cardTitleClassName="text-xl font-bold text-orange-600 mb-2" cardDescriptionClassName="text-gray-600" /> @@ -127,8 +124,6 @@ export default function LandingPage() { ]} className="py-16" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-orange-700 mb-4" - descriptionClassName="text-lg text-gray-700 mb-12" cardClassName="bg-white rounded-lg shadow-lg overflow-hidden hover:shadow-xl transition-shadow" imageClassName="w-full h-64 object-cover" cardNameClassName="text-xl font-bold text-orange-600 mt-4 ml-4" @@ -207,8 +202,6 @@ export default function LandingPage() { ]} className="py-16" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-orange-700 mb-4" - descriptionClassName="text-lg text-gray-700 mb-12" cardClassName="bg-white p-6 rounded-lg shadow-lg hover:shadow-xl transition-shadow" nameClassName="font-bold text-orange-600 mt-4" roleClassName="text-sm text-gray-600" @@ -242,8 +235,6 @@ export default function LandingPage() { ]} className="py-16 bg-yellow-50" containerClassName="max-w-6xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold text-orange-700 mb-4" - descriptionClassName="text-lg text-gray-700 mb-12" cardClassName="bg-white p-6 rounded-lg shadow-lg hover:shadow-xl transition-shadow border-2 border-orange-200" cardTitleClassName="text-xl font-bold text-orange-600 mb-2" cardDescriptionClassName="text-gray-600"