Update src/app/page.tsx

This commit is contained in:
2026-03-14 10:34:31 +00:00
parent a3b110d99e
commit a893fe14ae

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>