Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-13 18:37:54 +00:00

View File

@@ -97,7 +97,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[{ text: "Ver Todas", href: "#schedule-section" }]}
buttonAnimation="none"
descriptionClassName="text-lg text-gray-700 mb-12"
cardDescriptionClassName="text-lg text-gray-700 mb-12"
cardClassName="p-8 border-2 border-black rounded-3xl bg-white hover:shadow-lg transition-all"
cardTitleClassName="text-2xl font-bold text-black mb-4"
/>
@@ -198,6 +198,8 @@ export default function LandingPage() {
roleClassName="text-gray-700"
companyClassName="text-sm text-gray-600"
ratingClassName="flex gap-1 text-yellow-400 mt-2"
textBoxTitleClassName="text-5xl font-bold text-white mb-6"
textBoxDescriptionClassName="text-xl text-gray-200 mb-12"
/>
</div>
@@ -238,6 +240,8 @@ export default function LandingPage() {
accordionClassName="border-b-2 border-black"
accordionTitleClassName="py-6 font-bold text-black text-lg"
accordionContentClassName="pb-6 text-gray-700 leading-relaxed"
textBoxTitleClassName="text-5xl font-bold text-black mb-6"
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
/>
</div>