From b1a8b5a5df75d9fe472758bdd1ff2d831740956e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:44:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5712f5..5bbad07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,6 +153,7 @@ export default function LandingPage() { } ]} ariaLabel="Pricing section" + cardClassName="[&:nth-child(2)]:ring-2 [&:nth-child(2)]:ring-primary-cta [&:nth-child(2)]:shadow-lg [&:nth-child(2)]:shadow-primary-cta/20 [&:nth-child(2)]:scale-105" /> @@ -251,4 +252,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}