Merge version_1 into main #3

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

View File

@@ -158,16 +158,12 @@ export default function LandingPage() {
animationType="slide-up"
className="w-full"
containerClassName="px-4 md:px-8 py-12"
titleClassName="text-4xl md:text-5xl font-extrabold text-[var(--foreground)] mb-4"
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-[var(--foreground)] mb-4"
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
tagClassName="text-sm font-semibold text-[var(--accent)]"
cardClassName="bg-[var(--card)] rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-shadow"
imageClassName="w-full h-48 object-cover"
cardNameClassName="text-xl font-bold text-[var(--foreground)] mt-4"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-lg opacity-85"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -189,16 +185,14 @@ export default function LandingPage() {
animationType="scale-rotate"
className="w-full"
containerClassName="px-4 md:px-8 py-12"
titleClassName="text-4xl md:text-5xl font-extrabold text-[var(--foreground)] mb-4"
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-[var(--foreground)] mb-4"
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
tagClassName="text-sm font-semibold text-[var(--accent)]"
cardClassName="bg-[var(--card)] rounded-lg p-6 shadow-md text-center"
iconContainerClassName="mb-4 flex justify-center"
iconClassName="w-8 h-8 text-[var(--primary-cta)]"
metricTitleClassName="text-sm text-[var(--foreground)] opacity-70 mb-2"
valueClassName="text-3xl font-extrabold text-[var(--primary-cta)]"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -234,8 +228,8 @@ export default function LandingPage() {
animationType="blur-reveal"
className="w-full"
containerClassName="px-4 md:px-8 py-12"
titleClassName="text-4xl md:text-5xl font-extrabold text-[var(--foreground)] mb-4"
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-[var(--foreground)] mb-4"
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
tagClassName="text-sm font-semibold text-[var(--accent)]"
cardClassName="bg-[var(--card)] rounded-lg p-6 shadow-md"
imageWrapperClassName="mb-4"
@@ -243,8 +237,6 @@ export default function LandingPage() {
nameClassName="text-lg font-bold text-[var(--foreground)]"
roleClassName="text-sm text-[var(--foreground)] opacity-60"
testimonialClassName="text-base text-[var(--foreground)] opacity-80 mt-3 italic"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>