From 9a0297ce427262c602a181336e01c46aca7ace33 Mon Sep 17 00:00:00 2001 From: Yevhen Nahalskyi Date: Fri, 22 Mar 2024 12:58:26 +0100 Subject: [PATCH 01/10] add NEXT_PUBLIC_SELLING_LIVE --- apps/epic-react/src/components/pricing-section.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/epic-react/src/components/pricing-section.tsx b/apps/epic-react/src/components/pricing-section.tsx index 55e2de192..e34728b1c 100644 --- a/apps/epic-react/src/components/pricing-section.tsx +++ b/apps/epic-react/src/components/pricing-section.tsx @@ -62,8 +62,7 @@ const PricingSection: React.FC<{ purchases={purchases} couponIdFromCoupon={couponIdFromCoupon} couponFromCode={couponFromCode} - allowPurchase={true} - // allowPurchase={allowPurchase} + allowPurchase={allowPurchase} /> From 85775f7a01ab8cdeb00155478285dc175677c7b9 Mon Sep 17 00:00:00 2001 From: Yevhen Nahalskyi Date: Fri, 22 Mar 2024 13:42:08 +0100 Subject: [PATCH 02/10] plans tiers features --- apps/epic-react/src/styles/commerce.css | 29 ++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/apps/epic-react/src/styles/commerce.css b/apps/epic-react/src/styles/commerce.css index 704ec5ae0..7a19248b5 100644 --- a/apps/epic-react/src/styles/commerce.css +++ b/apps/epic-react/src/styles/commerce.css @@ -30,7 +30,7 @@ [data-pricing-footer] { @apply rounded-b-lg border-t-2 border-er-gray-100 px-5 pb-8 pt-5 sm:px-8 sm:py-7; [data-product-description] { - @apply max-w-none px-0 pb-6 pt-2 text-base; + @apply max-w-none px-0 pb-6 pt-2 text-lg; p { @apply text-text; } @@ -58,11 +58,26 @@ } } [data-bonuses] { - @apply mb-8; + @apply mb-10; + strong { + @apply mb-2; + } + } + [data-features] { + strong { + @apply mb-3 block; + } + ul { + @apply space-y-4 text-lg; + li { + @apply flex before:mr-3 before:text-yellow-400 before:content-['✓']; + } + } } [data-workshops] { + @apply mb-10; strong { - @apply mb-3; + @apply mb-3 block; } } [data-workshops], @@ -152,8 +167,16 @@ [data-title] { @apply text-center text-2xl font-semibold leading-9 text-er-gray-900 sm:-mx-6 sm:text-4xl; } + [data-features] { + strong { + @apply text-xl; + } + } [data-workshops], [data-bonuses] { + strong { + @apply text-xl; + } li { @apply space-x-6; p { From 0223ff0a70b77d347cceb6cb626046aa3aaba614 Mon Sep 17 00:00:00 2001 From: Yevhen Nahalskyi Date: Mon, 25 Mar 2024 20:40:44 +0100 Subject: [PATCH 03/10] fix styles --- .../components/mdx-components/podcast-transcript/index.tsx | 2 +- apps/epic-react/src/templates/podcast-template.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/epic-react/src/components/mdx-components/podcast-transcript/index.tsx b/apps/epic-react/src/components/mdx-components/podcast-transcript/index.tsx index 5eac051f1..5fe05cecd 100644 --- a/apps/epic-react/src/components/mdx-components/podcast-transcript/index.tsx +++ b/apps/epic-react/src/components/mdx-components/podcast-transcript/index.tsx @@ -61,7 +61,7 @@ const PodcastTranscript = ({children}: {children: React.ReactNode}) => { diff --git a/apps/epic-react/src/templates/podcast-template.tsx b/apps/epic-react/src/templates/podcast-template.tsx index f73e41e4d..e69a422af 100644 --- a/apps/epic-react/src/templates/podcast-template.tsx +++ b/apps/epic-react/src/templates/podcast-template.tsx @@ -57,7 +57,7 @@ const PodcastTemplate: React.FC = ({
= ({ Tweet