diff --git a/app/lib/frontend/templates/views/landing/page.dart b/app/lib/frontend/templates/views/landing/page.dart index 58a3067e4e..afefbef7cd 100644 --- a/app/lib/frontend/templates/views/landing/page.dart +++ b/app/lib/frontend/templates/views/landing/page.dart @@ -39,7 +39,7 @@ d.Node landingPageNode({ _block( shortId: 'mp', image: d.Image.decorative( - src: staticUrls.getAssetUrl('/static/img/landing-01.webp'), + src: staticUrls.getAssetUrl('/static/img/landing-trending.webp'), width: 351, height: 240, ), diff --git a/static/img/landing-trending.webp b/static/img/landing-trending.webp new file mode 100644 index 0000000000..4e1622c3e8 Binary files /dev/null and b/static/img/landing-trending.webp differ