diff --git a/src/app/page.tsx b/src/app/page.tsx index c7861ff..686e97a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,6 +177,7 @@ export default function LandingPage() { iconClassName="w-8 h-8 text-red-600" cardTitleClassName="text-2xl font-bold text-gray-900 mb-3" cardDescriptionClassName="text-gray-700 leading-relaxed" + tagAnimation="slide-up" /> @@ -258,6 +259,7 @@ export default function LandingPage() { logoCardClassName="bg-white p-6 rounded-xl shadow-md hover:shadow-lg transition-all border border-gray-100" logoImageClassName="h-16 w-auto object-contain" logoTextClassName="text-sm font-semibold text-gray-700 text-center" + textboxLayout="default" /> @@ -302,6 +304,7 @@ export default function LandingPage() { accordionTitleClassName="text-lg font-semibold text-gray-900" accordionContentClassName="text-gray-700 leading-relaxed" separatorClassName="border-t border-gray-200" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 bg-red-50 text-red-700 rounded-full mb-6" />