diff --git a/src/app/page.tsx b/src/app/page.tsx index 72dd61f..ec79542 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { buttons={[{ text: "View All Projects", href: "https://github.com" }]} className="py-20" cardClassName="backdrop-blur-xl bg-white/5 border border-white/20 rounded-2xl hover:border-primary-cta/50 transition-all duration-300 shadow-lg hover:shadow-primary-cta/30" - titleClassName="text-3xl font-light text-foreground" + cardTitleClassName="text-3xl font-light text-foreground" />