Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-13 16:26:31 +00:00

View File

@@ -85,7 +85,6 @@ export default function LandingPage() {
cardClassName="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"
contentClassName="space-y-6"
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-accent/20 rounded-full text-primary-cta text-sm font-semibold"
titleClassName="text-3xl sm:text-4xl lg:text-5xl font-extrabold text-foreground"
descriptionClassName="text-lg text-foreground/80 leading-relaxed"
subdescriptionClassName="text-foreground/70 leading-relaxed"
iconBoxClassName="inline-flex p-3 bg-primary-cta/10 rounded-lg"
@@ -143,8 +142,6 @@ export default function LandingPage() {
textBoxClassName="space-y-4"
textBoxTitleClassName="text-xl font-extrabold text-foreground"
textBoxDescriptionClassName="text-foreground/70 leading-relaxed"
titleClassName="text-3xl sm:text-4xl lg:text-5xl font-extrabold text-foreground mb-6"
descriptionClassName="text-lg text-foreground/80 leading-relaxed mb-12"
cardTitleClassName="text-xl font-extrabold text-foreground"
cardDescriptionClassName="text-foreground/70 leading-relaxed"
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"