Merge version_1 into main #2

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

View File

@@ -149,6 +149,8 @@ export default function LandingPage() {
cardDescriptionClassName="text-gray-600 mt-3"
tagsContainerClassName="flex flex-wrap gap-2 mt-4"
tagClassName="px-3 py-1 bg-blue-50 text-accent rounded-full text-sm font-medium"
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12"
/>
</div>
@@ -191,6 +193,8 @@ export default function LandingPage() {
featureItemClassName="flex items-center gap-3 text-gray-700"
planButtonClassName="w-full px-6 py-3 rounded-full font-semibold text-center transition-all duration-300"
planButtonContainerClassName="flex flex-col gap-3"
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12"
/>
</div>
@@ -208,8 +212,6 @@ export default function LandingPage() {
speed={40}
ariaLabel="Social proof section"
containerClassName="max-w-7xl mx-auto py-20"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -255,6 +257,8 @@ export default function LandingPage() {
roleClassName="text-accent text-sm font-semibold"
testimonialClassName="text-gray-700 mt-4 line-clamp-4"
iconClassName="text-accent w-5 h-5 mt-4"
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 max-w-3xl mb-12"
/>
</div>
@@ -299,6 +303,8 @@ export default function LandingPage() {
accordionTitleClassName="font-semibold text-lg px-6 py-4 flex items-center justify-between cursor-pointer hover:bg-gray-50 transition-colors"
accordionContentClassName="px-6 py-4 bg-gray-50 text-gray-700"
separatorClassName="border-t border-gray-200"
textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
/>
</div>