Merge version_1 into main #12

Merged
bender merged 1 commits from version_1 into main 2026-03-14 10:26:11 +00:00

View File

@@ -136,7 +136,6 @@ export default function LandingPage() {
descriptionClassName="text-lg text-foreground/80 mb-12"
cardClassName="rounded-xl bg-card p-4 hover:shadow-lg transition-shadow border border-accent/10"
imageClassName="w-full h-64 object-cover rounded-lg"
cardBrandClassName="text-sm text-accent font-semibold mt-4"
/>
</div>
@@ -157,7 +156,6 @@ export default function LandingPage() {
className="w-full py-16"
containerClassName="max-w-7xl mx-auto px-4"
titleClassName="text-3xl font-bold mb-4 text-center"
descriptionClassName="text-lg text-foreground/80 max-w-2xl mx-auto mb-12 text-center"
/>
</div>
@@ -197,7 +195,6 @@ export default function LandingPage() {
cardTitleClassName="text-xl font-bold mb-2"
authorClassName="text-sm text-accent font-medium mb-3"
cardDescriptionClassName="text-foreground/80 mb-4"
tagsContainerClassName="flex flex-wrap gap-2"
/>
</div>