diff --git a/src/pages/rss/daily.xml.js b/src/pages/rss/daily.xml.js
index 5b77f2ba..85153940 100644
--- a/src/pages/rss/daily.xml.js
+++ b/src/pages/rss/daily.xml.js
@@ -17,7 +17,8 @@ export async function get() {
const callToAction = () => {
return _.sample([
- 'Do you need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.',
+ 'Are you still using Drupal 7 and don’t know what’s involved to upgrade to Drupal 10? Book a Drupal 7 upgrade consultation call.',
+ 'Need help or want another pair of eyes on your code? Book a 1-on-1 consulting call or an online pair programming session with a 100% money-back guarantee.',
'If you\'re creating a new Drupal module, try my free Drupal module template.',
]);
};