diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 77a074a..5a5b328 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5749cd9..5bf4618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -238,6 +238,7 @@ export default function HomePage() { animationType="slide-up" useInvertedBackground={false} ariaLabel="Pricing section" + cardClassName="data-[plan-id=creator]:ring-2 data-[plan-id=creator]:ring-primary-cta data-[plan-id=creator]:scale-105 data-[plan-id=creator]:shadow-lg" /> @@ -344,4 +345,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}