From 5a2d4fb6e3e38e48f239153aca25f6df35d82649 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:29:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4738707..c0fcadc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,6 +189,7 @@ export default function HomePage() { buttonAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} + buttonClassName="[&:first-child]:bg-gradient-to-r [&:first-child]:from-blue-600 [&:first-child]:to-blue-700 [&:first-child]:text-white [&:first-child]:font-semibold [&:first-child]:shadow-lg [&:first-child]:hover:shadow-xl [&:first-child]:hover:scale-105" />