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