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 +}