From 271522c598c514e6c33c4b7f12efa052ceedbc0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:48:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From 459689328906249c3694fb43ad7a756c0f285f38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:48:20 +0000 Subject: [PATCH 2/2] 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 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 +} -- 2.49.1