Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 19:27:00 +00:00

View File

@@ -123,6 +123,7 @@ export default function LandingPage() {
containerClassName="py-12 sm:py-16 lg:py-20 px-4 sm:px-6 lg:px-8"
titleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
cardTitleClassName="text-xl font-bold text-foreground mb-2"
cardDescriptionClassName="text-foreground/70 text-sm leading-relaxed"
cardTagClassName="inline-block bg-primary-cta/20 text-primary-cta text-xs font-semibold px-3 py-1 rounded-full mb-3"
/>
@@ -208,6 +209,7 @@ export default function LandingPage() {
containerClassName="py-12 sm:py-16 lg:py-20 px-4 sm:px-6 lg:px-8"
titleClassName="text-3xl sm:text-4xl font-extrabold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl"
cardTitleClassName="text-xl font-bold text-foreground mb-2"
cardDescriptionClassName="text-foreground/70 text-sm leading-relaxed"
cardTagClassName="inline-block bg-primary-cta/20 text-primary-cta text-xs font-semibold px-3 py-1 rounded-full mb-3"
/>
@@ -282,6 +284,7 @@ export default function LandingPage() {
cardClassName="bg-card border border-accent/30 rounded-lg p-6 hover:border-primary-cta/50 transition-colors"
testimonialClassName="text-foreground/80 text-base leading-relaxed mb-4 italic"
nameClassName="text-foreground font-semibold"
handleClassName="text-accent text-sm"
/>
</div>