Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-03-13 18:43:11 +00:00

View File

@@ -190,9 +190,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
carouselMode="buttons"
titleClassName="text-5xl font-bold text-white mb-6"
descriptionClassName="text-xl text-gray-200 mb-12"
tagClassName="text-white font-semibold"
textBoxTitleClassName="text-5xl font-bold text-white mb-6"
textBoxDescriptionClassName="text-xl text-gray-200 mb-12"
textBoxTagClassName="text-white font-semibold"
cardClassName="p-8 bg-white rounded-3xl shadow-lg hover:shadow-2xl transition-all"
nameClassName="text-xl font-bold text-black"
roleClassName="text-gray-700"
@@ -233,9 +233,9 @@ export default function LandingPage() {
useInvertedBackground={false}
faqsAnimation="blur-reveal"
showCard={true}
titleClassName="text-5xl font-bold text-black mb-6"
descriptionClassName="text-lg text-gray-700 mb-12"
tagClassName="text-black font-semibold"
textBoxTitleClassName="text-5xl font-bold text-black mb-6"
textBoxDescriptionClassName="text-lg text-gray-700 mb-12"
textBoxTagClassName="text-black font-semibold"
accordionClassName="border-b-2 border-black"
accordionTitleClassName="py-6 font-bold text-black text-lg"
accordionContentClassName="pb-6 text-gray-700 leading-relaxed"