From c24d90c1151fd201db2ebcd51aaf09e643a6d4b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:07:34 +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 7ec3b76..1a8e43d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,6 +92,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardClassName="transition-all duration-300 [&:nth-child(2)]:ring-2 [&:nth-child(2)]:ring-offset-2 [&:nth-child(2)]:ring-blue-500 [&:nth-child(2)]:shadow-lg [&:nth-child(2)]:scale-105 [&:nth-child(2)]:bg-gradient-to-br [&:nth-child(2)]:from-blue-50/50 [&:nth-child(2)]:to-transparent [&:nth-child(2)]:relative [&:nth-child(2)]:before:content-['Best_Value'] [&:nth-child(2)]:before:absolute [&:nth-child(2)]:before:top-0 [&:nth-child(2)]:before:right-0 [&:nth-child(2)]:before:bg-blue-500 [&:nth-child(2)]:before:text-white [&:nth-child(2)]:before:px-3 [&:nth-child(2)]:before:py-1 [&:nth-child(2)]:before:rounded-bl-lg [&:nth-child(2)]:before:text-xs [&:nth-child(2)]:before:font-bold" buttons={[ { text: "View All Products", href: "#" } ]}