Merge version_1 into main #3

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

View File

@@ -145,6 +145,8 @@ export default function LandingPage() {
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"
/>
</div>