Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 09:12:36 +00:00

View File

@@ -138,9 +138,9 @@ export default function LandingPage() {
className="py-20 lg:py-28"
containerClassName="max-w-6xl mx-auto px-6"
textBoxClassName="mb-16 text-center max-w-3xl mx-auto"
titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/75"
tagClassName="text-xs font-semibold px-3 py-1 rounded-full bg-accent/10 text-primary-cta"
textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/75"
textBoxTagClassName="text-xs font-semibold px-3 py-1 rounded-full bg-accent/10 text-primary-cta"
cardClassName="bg-card rounded-2xl overflow-hidden border border-accent/20 hover:shadow-xl transition-all duration-300 p-0"
mediaWrapperClassName="w-full h-64 lg:h-72 overflow-hidden"
mediaClassName="w-full h-full object-cover"
@@ -184,9 +184,9 @@ export default function LandingPage() {
className="py-20 lg:py-28"
containerClassName="max-w-6xl mx-auto px-6"
textBoxClassName="mb-16 text-center max-w-3xl mx-auto"
titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/75"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-accent/20 text-primary-cta font-semibold mb-4"
textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/75"
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-accent/20 text-primary-cta font-semibold mb-4"
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"
cardClassName="bg-card rounded-2xl overflow-hidden border border-accent/20 hover:shadow-xl transition-all duration-300 group"
imageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-500"
@@ -221,9 +221,9 @@ export default function LandingPage() {
className="py-20 lg:py-28"
containerClassName="max-w-6xl mx-auto px-6"
textBoxClassName="mb-16 text-center max-w-3xl mx-auto"
titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/75"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-accent/20 text-primary-cta font-semibold mb-4"
textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold text-foreground mb-4"
textBoxDescriptionClassName="text-lg text-foreground/75"
textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-accent/20 text-primary-cta font-semibold mb-4"
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8"
cardClassName="bg-card rounded-2xl overflow-hidden border border-accent/20 hover:shadow-xl transition-all duration-300 group"
imageClassName="w-full h-72 object-cover group-hover:scale-105 transition-transform duration-500"