From a6a21462aa7afdec093323970665ad0b42ca0f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLAKSHMIRPILLAI=E2=80=9D?= <“luxmi.r.pillai@gmail.com”> Date: Thu, 2 Jan 2025 12:32:42 +0000 Subject: [PATCH] Remove Ad free as a benefit on epic and live blog epic choice cards --- .../src/components/marketing/epics/ThreeTierChoiceCardData.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotcom-rendering/src/components/marketing/epics/ThreeTierChoiceCardData.tsx b/dotcom-rendering/src/components/marketing/epics/ThreeTierChoiceCardData.tsx index 0a3613c64e..340d9e2da8 100644 --- a/dotcom-rendering/src/components/marketing/epics/ThreeTierChoiceCardData.tsx +++ b/dotcom-rendering/src/components/marketing/epics/ThreeTierChoiceCardData.tsx @@ -39,7 +39,6 @@ export const ChoiceCardTestData_REGULAR: ChoiceInfo[] = [ benefits: () => [ 'Unlimited access to the Guardian app', 'Unlimited access to our new Feast App', - 'Ad-free reading on all your devices', 'Exclusive newsletter for supporters, sent every week from the Guardian newsroom', 'Far fewer asks for support', ], @@ -73,7 +72,6 @@ export const ChoiceCardTestData_US: ChoiceInfo[] = [ benefits: () => [ 'Unlimited access to the Guardian app', 'Unlimited access to our new Feast App', - 'Ad-free reading on all your devices', 'Exclusive newsletter for supporters, sent every week from the Guardian newsroom', 'Far fewer asks for support', ], @@ -118,7 +116,6 @@ export const ChoiceCardTestData_TwoTier_REGULAR: ChoiceInfo[] = [ benefitsLabel: 'All-access digital', benefits: () => [ 'Unlimited access to the Guardian app', - 'Ad-free reading on all your devices', 'Exclusive newsletter for supporters', 'And much more!', ],