From b9e1f7718d3c14a0b53a2ad65b23b3635f17707d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:06:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 859696c..54e186d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -214,7 +214,7 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" carouselMode="buttons" - cardClassName="scale-100 md:scale-105 md:shadow-2xl md:border-2 md:border-primary" + cardClassName="first:[scale-100] md:first:[scale-110] first:[md:shadow-2xl] first:[md:border-2] first:[md:border-primary]" ariaLabel="Pricing packages section" /> -- 2.49.1