diff --git a/src/app/page.tsx b/src/app/page.tsx index 816afd3..4c76e75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,9 +130,9 @@ export default function LandingPage() { } ]} containerClassName="py-20 px-6" - titleClassName="text-4xl md:text-5xl font-bold mb-6 text-foreground" - descriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" - tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-4" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-6 text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12 max-w-2xl" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 bg-primary-cta/10 text-primary-cta rounded-full text-sm font-semibold mb-4" cardClassName="group bg-card rounded-2xl overflow-hidden border border-accent hover:shadow-xl transition-all" imageClassName="w-full h-64 object-cover group-hover:scale-105 transition-transform duration-300" cardTitleClassName="text-2xl font-bold text-foreground mt-6 px-6"