Update src/app/page.tsx

This commit is contained in:
2026-03-10 13:20:38 +00:00
parent 7c0f95d29a
commit c1c0eea393

View File

@@ -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"
/>
</div>