diff --git a/book.json b/book.json index b04ca64..9938bd8 100644 --- a/book.json +++ b/book.json @@ -12,9 +12,9 @@ "ads": [ { "imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg", - "url": "https://www.patreon.com/djangogirls", - "description": "💖 Support our work and donate to our project! ✨", - "btnText": "Donate now!" + "url": "https://surveys.jetbrains.com/s3/w-django-girls-survey-2024", + "description": "💖 Celebrate 10 years with us. Fill our survey! ✨", + "btnText": "Fill in now!" }, { "imageUrl": "https://static.djangoproject.com/img/logos/django-logo-negative.png", @@ -52,12 +52,18 @@ "description": "💖 Host, run, and code Python in the cloud! ✨", "btnText": "Learn more! " }, - { - "imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg", - "url": "https://djangogirls.org/en/contact/", - "description": "💖 Want to support our work? ✨", - "btnText": "Contact Us!" - } + { + "imageUrl": "https://djangogirls.org/static/img/global/donate/lagos.jpg", + "url": "https://www.patreon.com/djangogirls", + "description": "💖 Support our work and donate to our project! ✨", + "btnText": "Donate now!" + }, + { + "imageUrl": "https://djangogirls.org/static/img/global/donate/tshirt.jpg", + "url": "https://djangogirls.org/en/contact/", + "description": "💖 Want to support our work? ✨", + "btnText": "Contact Us!" + } ] } }