@@ -20,7 +20,7 @@ const oneOffCard = (countryGroupId: CountryGroupId): ChoiceCard => ({
2020 : 'We welcome support of any size, any time' ,
2121 } ,
2222 ] ,
23- destinationUrl : null , // Will use default CTA behavior
23+ destination : 'LandingPage' ,
2424} ) ;
2525
2626const fullChoiceCards = ( countryGroupId : CountryGroupId ) : ChoiceCard [ ] => [
@@ -36,7 +36,7 @@ const fullChoiceCards = (countryGroupId: CountryGroupId): ChoiceCard[] => [
3636 copy : 'Give to the Guardian every month with Support' ,
3737 } ,
3838 ] ,
39- destinationUrl : null , // Will use default CTA behavior
39+ destination : 'LandingPage' ,
4040 } ,
4141 {
4242 product : {
@@ -58,7 +58,7 @@ const fullChoiceCards = (countryGroupId: CountryGroupId): ChoiceCard[] => [
5858 pill : {
5959 copy : 'Recommended' ,
6060 } ,
61- destinationUrl : null , // Will use default CTA behavior
61+ destination : 'LandingPage' ,
6262 } ,
6363 oneOffCard ( countryGroupId ) ,
6464] ;
@@ -91,7 +91,7 @@ const shorterChoiceCards = (countryGroupId: CountryGroupId): ChoiceCard[] => [
9191 pill : {
9292 copy : 'Recommended' ,
9393 } ,
94- destinationUrl : null , // Will use default CTA behavior
94+ destination : 'LandingPage' ,
9595 } ,
9696 oneOffCard ( countryGroupId ) ,
9797] ;
0 commit comments