Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 10:52:35 +00:00

View File

@@ -143,7 +143,6 @@ export default function LandingPage() {
authorContainerClassName="flex items-center gap-2 mt-4 px-4 pb-4"
authorAvatarClassName="w-8 h-8 rounded-full object-cover"
authorNameClassName="text-sm font-medium text-gray-700"
textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl"
dateClassName="text-xs text-gray-500"
/>
</div>
@@ -177,7 +176,6 @@ export default function LandingPage() {
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12"
cardClassName="group bg-white rounded-lg border border-gray-200 overflow-hidden hover:border-gray-400 transition-all duration-300 hover:shadow-xl hover:scale-105"
cardTitleClassName="text-xl font-bold text-gray-900 mt-4 px-6"
textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl"
cardDescriptionClassName="text-sm text-gray-600 mt-2 px-6 pb-6"
/>
</div>
@@ -212,7 +210,6 @@ export default function LandingPage() {
textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl"
gridClassName="grid grid-cols-1 md:grid-cols-2 gap-8 mt-12"
cardClassName="bg-white rounded-lg border border-gray-200 p-8 hover:border-gray-400 transition-all duration-300 hover:shadow-lg"
textBoxDescriptionClassName="text-base text-gray-600 max-w-2xl"
testimonialClassName="text-base text-gray-700 italic leading-relaxed mb-6"
nameClassName="font-semibold text-gray-900"
roleClassName="text-sm text-gray-500"