Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-13 18:55:23 +00:00

View File

@@ -146,8 +146,8 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-7xl mx-auto px-4 py-20"
titleClassName="text-4xl font-bold mb-4"
descriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl"
textBoxTitleClassName="text-4xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl"
/>
</div>
@@ -176,8 +176,8 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-7xl mx-auto px-4 py-20"
titleClassName="text-4xl font-bold mb-4"
descriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl"
textBoxTitleClassName="text-4xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-700 mb-12 max-w-2xl"
/>
</div>
@@ -215,12 +215,11 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-4xl mx-auto px-4 py-20"
titleClassName="text-4xl font-bold text-center mb-4"
descriptionClassName="text-lg text-gray-700 text-center mb-12"
textBoxTitleClassName="text-4xl font-bold text-center mb-4"
textBoxDescriptionClassName="text-lg text-gray-700 text-center mb-12"
faqsContainerClassName="grid grid-cols-1 md:grid-cols-2 gap-8"
accordionClassName="border border-gray-200 rounded-lg p-4 hover:shadow-md transition-shadow"
accordionTitleClassName="font-semibold text-gray-900 cursor-pointer flex justify-between items-center"
accordionContentClassName="text-gray-700 mt-4 text-sm leading-relaxed"
/>
</div>